Home
last modified time | relevance | path

Searched refs:_t0 (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgParticle/
H A DParticleProcessor.cpp18 _t0(-1),
39 _t0(copy._t0),
83 _t0 = -1;
87 if (_t0 != -1)
99 _currentTime += t - _t0;
115 process( t - _t0 );
123 _t0 = t;
H A DParticleSystemUpdater.cpp9 : osg::Node(), _t0(-1), _frameNumber(0) in ParticleSystemUpdater()
15 : osg::Node(copy, copyop), _t0(copy._t0), _frameNumber(0) in ParticleSystemUpdater()
35 if (_t0 != -1.0) in traverse()
49 ps->update(t - _t0, nv); in traverse()
53 _t0 = t; in traverse()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgParticle/
H A DParticleProcessor.cpp18 _t0(-1), in ParticleProcessor()
39 _t0(copy._t0), in ParticleProcessor()
84 _t0 = -1; in traverse()
88 if (_t0 != -1) in traverse()
100 _currentTime += t - _t0; in traverse()
116 process( t - _t0 ); in traverse()
124 _t0 = t; in traverse()
H A DParticleSystemUpdater.cpp9 : osg::Node(), _t0(-1), _frameNumber(0) in ParticleSystemUpdater()
15 : osg::Node(copy, copyop), _t0(copy._t0), _frameNumber(0) in ParticleSystemUpdater()
34 if (_t0 != -1.0) in traverse()
48 ps->update(t - _t0, nv); in traverse()
52 _t0 = t; in traverse()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/lib/
H A Dlogger.py169 cpu0 = rec._t0
171 rec._t0, rec._w0 = process_clock(), perf_counter()
174 % (msg, rec._t0-cpu0, rec._w0-wall0))
175 return rec._t0, rec._w0
177 rec._t0 = process_clock()
180 return rec._t0
186 rec._t0, rec._w0 = process_clock(), perf_counter()
187 return rec._t0, rec._w0
189 rec._t0 = process_clock()
190 return rec._t0
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/
H A DTimeDiscretisation.cpp26 TimeDiscretisation::TimeDiscretisation(): _h(0.), _t0(std::numeric_limits<double>::quiet_NaN()) in TimeDiscretisation()
45 _t0 = _tkV.at(0); in TimeDiscretisation()
50 _h(h), _t0(t0) in TimeDiscretisation()
60 TimeDiscretisation::TimeDiscretisation(double t0, const std::string& str): _h(0.0), _t0(t0) in TimeDiscretisation()
70 _t0(t0) in TimeDiscretisation()
101 _t0 = td.getT0(); in TimeDiscretisation()
127 _t0 = val; in setT0()
158 return _t0 + _h*indx; in getTk()
/dports/audio/zita-njbridge/zita-njbridge-0.4.8/source/
H A Dnetrx.cc137 _t0 = tr; in thr_main()
149 _t0 = tjack_diff (_t0, -dc / (double) _fsamp); in thr_main()
160 err = tjack_diff (tr, _t0); in thr_main()
163 _t0 += _w1 * err; in thr_main()
171 send (_state, _audioq->nwr (), _t0, 0, 0); in thr_main()
172 _t0 = tjack_diff (_t0, -_dt); in thr_main()
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Applications/src/
H A Devaluate-jacobian.cc103 double _t, _t0; member
120 _t0 (NaN), in JacobianImpl()
139 _t0 (other._t0), in JacobianImpl()
176 jac = _dof->Jacobian(x, y, z, _t, _t0); in Jacobian()
192 jac = _dof->Jacobian(x, y, z, _t, _t0); in Jacobian()
197 jac = _dof->Jacobian(x, y, z, _t, _t0); in Jacobian()
202 jac = _dof->Jacobian(x, y, z, _t, _t0); in Jacobian()
243 if (IsNaN(_t0)) _t0 = _image->ImageToTime(0); in Run()
244 if (IsNaN(_t )) _t = _t0 + _image->GetTSize(); in Run()
439 PARSE_ARGUMENT(impl._t0); in main()
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/src/simulationTools/test/
H A DZOHTest.cpp39 _TD.reset(new TimeDiscretisation(_t0, _h)); in init()
40 _model.reset(new NonSmoothDynamicalSystem(_t0, _T)); in init()
110 dataPlot(0, 0) = _t0; in testMatrixIntegration1()
156 _TD.reset(new TimeDiscretisation(_t0, _h)); in testMatrixIntegration2()
157 _model.reset(new NonSmoothDynamicalSystem(_t0, _T)); in testMatrixIntegration2()
172 dataPlot(0, 0) = _t0; in testMatrixIntegration2()
222 _TD.reset(new TimeDiscretisation(_t0, _h)); in testMatrixIntegration3()
223 _model.reset(new NonSmoothDynamicalSystem(_t0, _T)); in testMatrixIntegration3()
239 dataPlot(0, 0) = _t0; in testMatrixIntegration3()
294 _TD.reset(new TimeDiscretisation(_t0, _h)); in testMatrixIntegration4()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Transformation/src/
H A DTransformationUtils.h73 double *_x, *_y, *_z, _t0, _t1; variable
81 _x(x), _y(y), _z(z), _t0(t0), _t1(t), _t(NULL) in TransformPoints()
87 _x(x), _y(y), _z(z), _t0(t0), _t1(.0), _t(t) in TransformPoints()
96 _Transformation->Transform(*x, *y, *z, (_t ? _t[i] : _t1), _t0); in operator()
108 double _t, _t0; variable
117 _t(coords.GetTOrigin()), _t0(t0) in TransformWorldCoords()
127 _Transformation->Transform(*wx, *wy, *wz, _t, _t0); in operator()
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/sike_r1/
H A Dec_isogeny_r1.c14 f2elm_t _t0, _t1; in xDBL() local
15 f2elm_t *t0=&_t0, *t1=&_t1; in xDBL()
67 f2elm_t _t0, _t1; in eval_4_isog() local
68 f2elm_t *t0=&_t0, *t1=&_t1; in eval_4_isog()
170 f2elm_t _t0, _t1, _t2; in eval_3_isog() local
190 f2elm_t _t0, _t1, _t2, _t3; in inv_3_way() local
191 f2elm_t *t0=&_t0, *t1=&_t1; in inv_3_way()
210 f2elm_t *t0=&_t0, *t1=&_t1; in get_A()
233 f2elm_t _t0, _t1; in j_inv() local
234 f2elm_t *t0=&_t0, *t1=&_t1; in j_inv()
[all …]
/dports/security/s2n/s2n-tls-1.1.2/pq-crypto/sike_r3/
H A Dsikep434r3_ec_isogeny.c16 f2elm_t _t0, _t1; in xDBL() local
17 f2elm_t *t0=&_t0, *t1=&_t1; in xDBL()
68 f2elm_t _t0, _t1; in eval_4_isog() local
69 f2elm_t *t0=&_t0, *t1=&_t1; in eval_4_isog()
165 f2elm_t _t0, _t1, _t2; in eval_3_isog() local
185 f2elm_t _t0, _t1, _t2, _t3; in inv_3_way() local
204 f2elm_t _t0, _t1, one = {0}; in get_A() local
205 f2elm_t *t0=&_t0, *t1=&_t1; in get_A()
230 f2elm_t _t0, _t1; in j_inv() local
231 f2elm_t *t0=&_t0, *t1=&_t1; in j_inv()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_text/
H A Ddbt_lib.c435 int dbt_is_neq_type(db_type_t _t0, db_type_t _t1) in dbt_is_neq_type() argument
438 if(_t0 == _t1) in dbt_is_neq_type()
443 if(_t0==DB1_DATETIME || _t0==DB1_BITMAP) in dbt_is_neq_type()
450 if(_t0==DB1_INT) in dbt_is_neq_type()
452 if(_t0==DB1_BITMAP) in dbt_is_neq_type()
458 if(_t0==DB1_STR || _t0==DB1_BLOB) in dbt_is_neq_type()
462 if(_t0==DB1_STRING || _t0==DB1_BLOB) in dbt_is_neq_type()
466 if(_t0==DB1_STR || _t0==DB1_STRING) in dbt_is_neq_type()
470 if (_t0==DB1_INT) in dbt_is_neq_type()
/dports/science/siconos/siconos-4.4.0/control/src/Simulation/
H A DControlSimulation.cpp31_t0(t0), _T(T), _h(h), _theta(0.5), _elapsedTime(0.0), _N(0), _saveOnlyMainSimulation(false), _sil… in ControlSimulation()
33 _nsds.reset(new NonSmoothDynamicalSystem(_t0, _T)); in ControlSimulation()
34 _processTD.reset(new TimeDiscretisation(_t0, _h)); in ControlSimulation()
51 _N = (unsigned)ceil((_T - _t0) / _h) + 10; // Number of time steps in initialize()
109 SP::TimeDiscretisation td(new TimeDiscretisation(_t0, h)); in addSensor()
120 SP::TimeDiscretisation td(new TimeDiscretisation(_t0, h)); in addActuator()
131 SP::TimeDiscretisation td(new TimeDiscretisation(_t0, h)); in addObserver()
/dports/graphics/imlib2/imlib2-1.7.0/src/lib/
H A Drgbadraw.h19 int _t0, _t1; \
21 _t0 = MAX(x, (rx)); \
23 x = _t0; \
24 w = _t1 - _t0; \
25 _t0 = MAX(y, (ry)); \
27 y = _t0; \
28 h = _t1 - _t0; \
/dports/math/ntl/ntl-11.5.1/src/
H A DGF2EXKarCross.cpp16 double _t0, _t1; \
20 _t0 = GetTime(); \
23 } while ( _t1 - _t0 < 2 && (_iter *= 2)); \
24 t = (_t1 - _t0)/_iter; \
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpr55150-1.c49 register u32 _t0, _t1, _t2, _t3; in Camellia_Ekeygen() local
50 _t0 = s2 ^ ((SIGMA + 10))[0]; in Camellia_Ekeygen()
51 _t3 ^= Camellia_SBOX[3][(_t0 >> 8) & 0xff]; in Camellia_Ekeygen()
56 u32 _t0 = s0 >> (32 - 30); in Camellia_Ekeygen() local
58 s3 = (s3 << 30) | _t0; in Camellia_Ekeygen()

12345678910>>...12