Home
last modified time | relevance | path

Searched refs:dt_in (Results 1 – 25 of 33) sorted by relevance

12

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/Geomatics/
H A DmsecHandler.hpp136 void setDT(double dt_in) { dt = dt_in; } in setDT() argument
/dports/math/py-PyWavelets/pywt-1.2.0/pywt/tests/
H A Dtest_multidim.py238 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
239 x = np.ones((4, 4), dtype=dt_in)
240 errmsg = "wrong dtype returned for {0} input".format(dt_in)
353 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
354 x = np.ones((4, 4), dtype=dt_in)
355 errmsg = "wrong dtype returned for {0} input".format(dt_in)
H A Dtest_multilevel.py125 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
127 x = np.ones(8, dtype=dt_in)
128 errmsg = "wrong dtype returned for {0} input".format(dt_in)
166 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
168 x = np.ones((8, 8), dtype=dt_in)
169 errmsg = "wrong dtype returned for {0} input".format(dt_in)
357 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
359 x = np.ones((8, 8), dtype=dt_in)
360 errmsg = "wrong dtype returned for {0} input".format(dt_in)
854 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
[all …]
H A Dtest_swt.py169 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
170 errmsg = "wrong dtype returned for {0} input".format(dt_in)
173 x = np.ones(8, dtype=dt_in)
179 x = np.ones((8, 8), dtype=dt_in)
189 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
191 x = rstate.standard_normal((8, )).astype(dt_in)
197 x = rstate.standard_normal((8, 8)).astype(dt_in)
H A Dtest_dwt_idwt.py61 for dt_in, dt_out in zip(dtypes_in, dtypes_out):
62 x = np.ones(4, dtype=dt_in)
63 errmsg = "wrong dtype returned for {0} input".format(dt_in)
/dports/math/libmesh/libmesh-1.6.2/examples/miscellaneous/miscellaneous_ex7/
H A Dbiharmonic.C230 void Biharmonic::step(const Real & dt_in) in step() argument
236 if (dt_in < 0) in step()
239 _dt = dt_in; in step()
/dports/science/mcstas/mcstas-2.5-src/nlib/share/
H A Dmcstas-r.c147 int box_intersect(double *dt_in, double *dt_out, in box_intersect() argument
244 *dt_in = a; in box_intersect()
250 *dt_in = b; in box_intersect()
/dports/audio/praat/praat-6.2.03/LPC/
H A DSound_and_LPC_robust.cpp216 autoFormant Sound_to_Formant_robust (Sound me, double dt_in, double numberOfFormants, double maximu…
218 const double dt = dt_in > 0.0 ? dt_in : halfdt_window / 4.0;
H A DSound_and_LPC_robust.h40 autoFormant Sound_to_Formant_robust (Sound me, double dt_in, double numberOfFormants, double maximu…
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A Dgdc.cpp163 vector<double> L1_in,L2_in,P1_in,P2_in,dt_in; in DiscontinuityCorrector() local
170 dt_in.push_back(SP.time(i) - beg); in DiscontinuityCorrector()
202 L1_in, L2_in, P1_in, P2_in, dt_in, flags_in, in DiscontinuityCorrector()
221 vector<double> dt_in, vector<int> flags_in, in DiscontinuityCorrector() argument
234 beginT += dt_in[0]; in DiscontinuityCorrector()
264 for(i=0; i<dt_in.size(); i++) { in DiscontinuityCorrector()
266 xdata.push_back(dt_in[i]); in DiscontinuityCorrector()
281 dtlast = dt_in[i]; in DiscontinuityCorrector()
/dports/audio/praat/praat-6.2.03/fon/
H A DSound_to_Formant.cpp297 static autoFormant Sound_to_Formant_any_inplace (Sound me, double dt_in, integer numberOfPoles, in Sound_to_Formant_any_inplace() argument
300 const double dt = ( dt_in > 0.0 ? dt_in : halfdt_window / 4.0 ); in Sound_to_Formant_any_inplace()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/surfpack/src/
H A DModelFitness.cpp30 Residual::Residual(DifferenceType dt_in) : dt(dt_in) in Residual() argument
H A DModelFitness.h21 Residual(DifferenceType dt_in);
/dports/devel/py-dateutil/python-dateutil-2.8.1/docs/exercises/
H A Dindex.rst113 for dt_in, dt_out in NEXT_MONDAY_CASES:
114 assert next_monday(dt_in) == dt_out
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_calclock.c546 void gmtlib_moment_interval (struct GMT_CTRL *GMT, struct GMT_MOMENT_INTERVAL *p, double dt_in, boo… in gmtlib_moment_interval() argument
586 gmt_dt2rdc (GMT, dt_in, &(p->rd[0]), &(p->sd[0]) ); in gmtlib_moment_interval()
588 p->dt[0] = dt_in; in gmtlib_moment_interval()
H A Dgmt_internals.h197 …ent_interval (struct GMT_CTRL *GMT, struct GMT_MOMENT_INTERVAL *p, double dt_in, bool init); /* st…
/dports/science/mcstas/mcstas-2.5-src/lib/share/
H A Dmccode-r.h.in532 int box_intersect(double *dt_in, double *dt_out, double x, double y, double z,
/dports/science/mcxtrace/mcxtrace-1.2-src/lib/share/
H A Dmccode-r.h.in523 int box_intersect(double *dt_in, double *dt_out, double x, double y, double z,
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dtree-vect-patterns.c321 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
326 dt = dt_in; in set_op()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dtree-vect-patterns.c321 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
326 dt = dt_in; in set_op()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dtree-vect-patterns.c321 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
326 dt = dt_in; in set_op()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dtree-vect-patterns.c337 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
342 dt = dt_in; in set_op()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dtree-vect-patterns.c337 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
342 dt = dt_in; in set_op()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dtree-vect-patterns.c337 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
342 dt = dt_in; in set_op()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dtree-vect-patterns.c344 vect_unpromoted_value::set_op (tree op_in, vect_def_type dt_in, in set_op() argument
349 dt = dt_in; in set_op()

12