Home
last modified time | relevance | path

Searched refs:StateType (Results 1 – 25 of 2087) sorted by relevance

12345678910>>...84

/dports/accessibility/py-atspi/pyatspi-2.38.1/pyatspi/
H A Dstate.py28 class StateType(AtspiEnum): class
79 STATE_ACTIVE = StateType(1)
81 STATE_ARMED = StateType(2)
82 STATE_BUSY = StateType(3)
84 STATE_CHECKED = StateType(4)
86 STATE_DEFUNCT = StateType(6)
88 STATE_ENABLED = StateType(8)
98 STATE_INVALID = StateType(0)
103 STATE_MODAL = StateType(16)
106 STATE_OPAQUE = StateType(19)
[all …]
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/kinetics/include/antioch/
H A Dlindemann_falloff.h58 StateType value(const StateType &T,
64 StateType operator()(const StateType &T,
86 template <typename StateType>
89 (const StateType& T, in operator()
90 const StateType& /* M */, in operator()
101 (const StateType& T, in value() argument
102 const StateType& /* M */, in value()
113 (const StateType& T, in F_and_derivatives() argument
114 const StateType& /* M */, in F_and_derivatives()
119 StateType& F, in F_and_derivatives()
[all …]
H A Dtroe_falloff.h129 template <typename StateType>
130 StateType operator()(const StateType &T,
162 template <typename StateType>
163 StateType Fcent(const StateType &T) const;
234 template<typename StateType>
236 StateType TroeFalloff<CoeffType>::operator()(const StateType& T, in operator()
285 template <typename StateType>
287 StateType TroeFalloff<CoeffType>::Fcent(const StateType &T) const in Fcent()
300 template <typename StateType>
302 …void TroeFalloff<CoeffType>::Fcent_and_derivatives(const StateType &T, StateType &Fc, StateType &d… in Fcent_and_derivatives()
[all …]
H A Dconstant_rate.h91 template <typename StateType>
92 ANTIOCH_AUTO(StateType)
97 template <typename StateType>
98 ANTIOCH_AUTO(StateType)
104 ANTIOCH_AUTO(StateType)
110 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
115 ANTIOCH_AUTO(StateType)
121 ANTIOCH_AUTO(StateType)
127 ANTIOCH_AUTO(StateType)
133 … rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& cond, StateType& rate, S…
[all …]
H A Dberthelot_rate.h97 template <typename StateType>
98 ANTIOCH_AUTO(StateType)
103 template <typename StateType>
104 ANTIOCH_AUTO(StateType)
110 ANTIOCH_AUTO(StateType)
116 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
122 ANTIOCH_AUTO(StateType)
128 ANTIOCH_AUTO(StateType)
134 ANTIOCH_AUTO(StateType)
140 …id rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& T, StateType& rate, St…
[all …]
H A Darrhenius_rate.h115 template <typename StateType>
116 ANTIOCH_AUTO(StateType)
122 ANTIOCH_AUTO(StateType)
128 ANTIOCH_AUTO(StateType)
134 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
140 ANTIOCH_AUTO(StateType)
146 ANTIOCH_AUTO(StateType)
152 ANTIOCH_AUTO(StateType)
158 …id rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& T, StateType& rate, St…
320 template<typename StateType>
[all …]
H A Dhercourtessen_rate.h106 template <typename StateType>
107 ANTIOCH_AUTO(StateType)
112 template <typename StateType>
113 ANTIOCH_AUTO(StateType)
119 ANTIOCH_AUTO(StateType)
125 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
131 ANTIOCH_AUTO(StateType)
137 ANTIOCH_AUTO(StateType)
143 ANTIOCH_AUTO(StateType)
149 …id rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& T, StateType& rate, St…
[all …]
H A Dberthelothercourtessen_rate.h109 template <typename StateType>
110 ANTIOCH_AUTO(StateType)
115 template <typename StateType>
116 ANTIOCH_AUTO(StateType)
122 ANTIOCH_AUTO(StateType)
128 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
134 ANTIOCH_AUTO(StateType)
140 ANTIOCH_AUTO(StateType)
146 ANTIOCH_AUTO(StateType)
152 …id rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& T, StateType& rate, St…
[all …]
H A Dkooij_rate.h120 template <typename StateType>
121 ANTIOCH_AUTO(StateType)
126 template <typename StateType>
127 ANTIOCH_AUTO(StateType)
133 ANTIOCH_AUTO(StateType)
139 void rate_and_derivative(const StateType& T, StateType& rate, StateType& drate_dT) const;
145 ANTIOCH_AUTO(StateType)
151 ANTIOCH_AUTO(StateType)
157 ANTIOCH_AUTO(StateType)
163 …id rate_and_derivative(const KineticsConditions<StateType,VectorStateType>& T, StateType& rate, St…
[all …]
H A Dkinetics_type.h91 StateType operator()(const KineticsConditions<StateType,VectorStateType> & conditions) const;
94 template <typename StateType>
95 StateType operator()(const StateType& temp) const;
108 template <typename StateType>
109 StateType derivative( const StateType & conditions ) const;
113 …te_and_derivative(const KineticsConditions<StateType, VectorStateType>& conditions, StateType& rat…
116 template <typename StateType>
246 template <typename StateType>
323 template <typename StateType>
482 (const StateType & temp, in compute_rate_and_derivative()
[all …]
/dports/net/syncthing/syncthing-1.18.1/syncthing/next-gen-gui/src/app/
H A Dfolder.ts10 stateType: Folder.StateType;
18 export enum StateType { enum
41 case StateType.Paused:
43 case StateType.Unknown:
45 case StateType.Unshared:
49 case StateType.Stopped:
51 case StateType.Scanning:
53 case StateType.Idle:
61 case StateType.Syncing:
76 case StateType.Paused:
[all …]
H A Ddevice.ts8 stateType: Device.StateType;
18 export enum StateType { enum
31 case StateType.Insync:
35 case StateType.Unknown:
37 case StateType.Syncing:
39 case StateType.Paused:
56 case StateType.Insync:
64 case StateType.Paused:
82 return d.used ? StateType.Paused : StateType.UnusedPaused;
87 return d.used ? StateType.Insync : StateType.UnusedInsync;
[all …]
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/thermo/include/antioch/
H A Dnasa_evaluator.h57 StateType
62 StateType
99 StateType
109 StateType
193 StateType
204 StateType in cp()
213 StateType
273 StateType
287 StateType
326 StateType
[all …]
H A Dnasa7_curve_fit.h56 const StateType cp_over_R (const TempCache<StateType> & cache) const;
66 const StateType dcp_over_R_dT (const TempCache<StateType> & cache) const;
77 StateType h_over_RT( const TempCache<StateType>& cache) const;
88 StateType s_over_R( const TempCache<StateType>& cache) const;
100 StateType h_RT_minus_s_R( const TempCache<StateType>& cache) const;
112 StateType dh_RT_minus_s_R_dT( const TempCache<StateType>& cache) const;
202 template<typename StateType>
204 StateType NASA7CurveFit<CoeffType>::h_over_RT( const TempCache<StateType>& cache) const in h_over_RT()
221 StateType( a[0] + in h_over_RT()
235 StateType NASA7CurveFit<CoeffType>::s_over_R( const TempCache<StateType>& cache) const in s_over_R()
[all …]
H A Dtemp_cache.h36 template<typename StateType=double>
43 TempCache(const StateType& T_in,
49 const StateType& T;
50 StateType T2;
51 StateType T3;
52 StateType T4;
53 StateType lnT;
61 template<typename StateType>
62 TempCache<StateType>::TempCache(const StateType& T_in) in TempCache()
70 template<typename StateType>
[all …]
H A Dnasa9_curve_fit.h92 const StateType cp_over_R (const TempCache<StateType> & cache) const;
103 const StateType dcp_over_R_dT (const TempCache<StateType> & cache) const;
115 StateType h_over_RT( const TempCache<StateType>& cache) const;
127 StateType s_over_R( const TempCache<StateType>& cache) const;
140 StateType h_RT_minus_s_R( const TempCache<StateType>& cache) const;
153 StateType dh_RT_minus_s_R_dT( const TempCache<StateType>& cache) const;
268 template<typename StateType>
270 StateType NASA9CurveFit<CoeffType>::h_over_RT( const TempCache<StateType>& cache) const in h_over_RT()
301 template<typename StateType>
303 StateType NASA9CurveFit<CoeffType>::s_over_R( const TempCache<StateType>& cache) const in s_over_R()
[all …]
H A Dstat_mech_thermo.h59 StateType cv_ve (const unsigned int species, const StateType& Tv) const;
80 StateType cv (const unsigned int species, const StateType& T, const StateType& Tv) const;
113 StateType h_tot (const unsigned int species, const StateType& T, const StateType& Tv) const;
120 StateType h_tot (const unsigned int species, const StateType& T) const;
150 StateType e_tot (const unsigned int species, const StateType& T, const StateType& Tv) const;
169 StateType e_tot (const unsigned int species, const StateType& T) const;
187 StateType e_tr (const unsigned int species, const StateType& T) const;
221 StateType e_el (const unsigned int species, const StateType& Te) const;
238 StateType e_ve (const unsigned int species, const StateType& Tv) const;
466 StateType in cv_el_impl()
[all …]
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/thermal_conduction/include/antioch/
H A Deucken_thermal_conductivity.h61 ANTIOCH_AUTO(StateType)
63 ANTIOCH_AUTOFUNC(StateType,
68 ANTIOCH_AUTO(StateType)
73 ANTIOCH_AUTO(StateType)
74 vib( const unsigned int s, const StateType& mu, const StateType& Tv ) const
81 ANTIOCH_AUTO(StateType)
82 elec( const unsigned int s, const StateType& mu, const StateType& Te ) const
96 ANTIOCH_AUTO(StateType)
103 …with_diff_impl(unsigned int s, const StateType& mu_s, const StateType & T, const StateType & rho_s…
108 template <typename StateType>
[all …]
H A Dkinetics_theory_thermal_conductivity.h57 ANTIOCH_AUTO(StateType) in ANTIOCH_AUTO() argument
58 …trans( const unsigned int s, const StateType& mu, const StateType & T, const StateType & rho, cons… in ANTIOCH_AUTO()
62 ANTIOCH_AUTO(StateType) in ANTIOCH_AUTO()
63 …rot( const unsigned int s, const StateType& mu, const StateType & T, const StateType & rho, const in ANTIOCH_AUTO()
67 ANTIOCH_AUTO(StateType) in ANTIOCH_AUTO()
68 …vib( const unsigned int s, const StateType& mu, const StateType & T, const StateType & rho, const in ANTIOCH_AUTO()
86 …with_diff_impl(unsigned int s, const StateType& mu_s, const StateType & T, const StateType & rho_s…
89 ANTIOCH_AUTO(StateType)
96 ANTIOCH_AUTO(StateType)
166 …iff_impl(const unsigned int s, const StateType& mu_s, const StateType & T, const StateType & rho_s… in ANTIOCH_AUTO()
[all …]
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/core/include/antioch/
H A Dkinetics_conditions.h62 template <typename StateType,
73 const StateType & T() const;
78 const StateType & Tvib() const;
88 TempCache<StateType> _temperature;
96 template <typename StateType, typename VectorStateType>
98 KineticsConditions<StateType,VectorStateType>::KineticsConditions(const StateType & temperature): in KineticsConditions()
104 template <typename StateType, typename VectorStateType>
111 template <typename StateType, typename VectorStateType>
120 const StateType & KineticsConditions<StateType,VectorStateType>::T() const in T()
127 const StateType & KineticsConditions<StateType,VectorStateType>::Tvib() const in Tvib()
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/geometric/planners/quotientspace/datastructures/src/
H A DQuotientSpace.cpp735 base::SE2StateSpace::StateType *sQ1 = qQ1->as<base::SE2StateSpace::StateType>(); in mergeStates()
746 base::SE3StateSpace::StateType *sQ1 = qQ1->as<base::SE3StateSpace::StateType>(); in mergeStates()
999 const base::SE2StateSpace::StateType *sQ1 = q->as<base::SE2StateSpace::StateType>(); in projectX1()
1000 base::SO2StateSpace::StateType *sX1 = qX1->as<base::SO2StateSpace::StateType>(); in projectX1()
1006 const base::SE3StateSpace::StateType *sQ1 = q->as<base::SE3StateSpace::StateType>(); in projectX1()
1009 base::SO3StateSpace::StateType *sX1_SO3 = qX1->as<base::SO3StateSpace::StateType>(); in projectX1()
1141 const base::SE2StateSpace::StateType *sQ1 = q->as<base::SE2StateSpace::StateType>(); in projectQ0()
1160 base::SE2StateSpace::StateType *sQ0_SE2 = qQ0->as<base::SE2StateSpace::StateType>(); in projectQ0()
1172 base::SO2StateSpace::StateType *sQ0_SO2 = qQ0->as<base::SO2StateSpace::StateType>(); in projectQ0()
1223 const base::SE3StateSpace::StateType *sQ1 = q->as<base::SE3StateSpace::StateType>(); in projectQ0()
[all …]
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/transport/include/antioch/
H A Dmixture_diffusion.h73 template<typename StateType>
75 const StateType& cp, const StateType& k,
94 template <typename StateType>
95 void extrapolate_max_temp(const StateType& Tmax);
154 void private_diff_matrix_impl( const StateType& T, in private_diff_matrix_impl()
182 template<typename StateType>
187 StateType& D, in private_species_diff_impl()
194 template<typename StateType>
199 StateType& /*D*/, in private_species_diff_impl()
278 template<typename StateType>
[all …]
/dports/misc/ompl/ompl-1.5.2/src/ompl/base/spaces/src/
H A DDiscreteStateSpace.cpp52 …near->as<DiscreteStateSpace::StateType>()->value - d, near->as<DiscreteStateSpace::StateType>()->v… in sampleUniformNear()
85 if (state->as<StateType>()->value < lowerBound_) in enforceBounds()
93 …return state->as<StateType>()->value >= lowerBound_ && state->as<StateType>()->value <= upperBound… in satisfiesBounds()
98 destination->as<StateType>()->value = source->as<StateType>()->value; in copyState()
118 return abs(state1->as<StateType>()->value - state2->as<StateType>()->value); in distance()
123 return state1->as<StateType>()->value == state2->as<StateType>()->value; in equalStates()
128 state->as<StateType>()->value = (int)floor(from->as<StateType>()->value + in interpolate()
129 … (to->as<StateType>()->value - from->as<StateType>()->value) * t + 0.5); in interpolate()
139 return new StateType(); in allocState()
144 delete static_cast<StateType *>(state); in freeState()
[all …]
H A DSO2StateSpace.cpp55 …near->as<SO2StateSpace::StateType>()->value - distance, near->as<SO2StateSpace::StateType>()->valu… in sampleUniformNear()
61 …state->as<SO2StateSpace::StateType>()->value = rng_.gaussian(mean->as<SO2StateSpace::StateType>()-… in sampleGaussian()
87 state->as<StateType>()->value = v; in enforceBounds()
98 destination->as<StateType>()->value = source->as<StateType>()->value; in copyState()
119 double d = fabs(state1->as<StateType>()->value - state2->as<StateType>()->value); in distance()
132 return fabs(state1->as<StateType>()->value - state2->as<StateType>()->value) < in equalStates()
138 double diff = to->as<StateType>()->value - from->as<StateType>()->value; in interpolate()
140 state->as<StateType>()->value = from->as<StateType>()->value + diff * t; in interpolate()
164 return new StateType(); in allocState()
169 delete static_cast<StateType *>(state); in freeState()
[all …]
H A DTimeStateSpace.cpp53 state->as<TimeStateSpace::StateType>()->position = in sampleUniformNear()
61 state->as<TimeStateSpace::StateType>()->position = in sampleGaussian()
95 if (state->as<StateType>()->position > maxTime_) in enforceBounds()
110 destination->as<StateType>()->position = source->as<StateType>()->position; in copyState()
130 return fabs(state1->as<StateType>()->position - state2->as<StateType>()->position); in distance()
135 return fabs(state1->as<StateType>()->position - state2->as<StateType>()->position) < in equalStates()
141 state->as<StateType>()->position = in interpolate()
142 …from->as<StateType>()->position + (to->as<StateType>()->position - from->as<StateType>()->position… in interpolate()
152 return new StateType(); in allocState()
157 delete static_cast<StateType *>(state); in freeState()
[all …]

12345678910>>...84