Home
last modified time | relevance | path

Searched refs:tdelta (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/devel/py-isodate/isodate-0.6.0/src/isodate/
H A Dduration.py137 self.tdelta.days, self.tdelta.seconds,
154 negduration.tdelta = -self.tdelta
165 newduration.tdelta = self.tdelta + other.tdelta
185 return self.tdelta + newdt
193 newduration.tdelta = self.tdelta + other
208 newduration.tdelta = self.tdelta * other
222 newduration.tdelta = self.tdelta - other.tdelta
227 newduration.tdelta = self.tdelta - other
250 tmpdur.tdelta = other
282 self.tdelta == other.tdelta)):
[all …]
/dports/audio/goattracker/goattracker-2.76/src/
H A Dgsid.cpp134 int tdelta; in sid_fillbuffer() local
142 tdelta = clockrate * samples / samplerate; in sid_fillbuffer()
143 if (tdelta <= 0) return total; in sid_fillbuffer()
158 tdelta -= residdelay; in sid_fillbuffer()
170 tdelta -= SIDWRITEDELAY; in sid_fillbuffer()
172 if (tdelta <= 0) return total; in sid_fillbuffer()
175 if (sid) result = sid->clock(tdelta, ptr, samples); in sid_fillbuffer()
176 if (sidfp) result = sidfp->clock(tdelta, ptr, samples); in sid_fillbuffer()
184 tdelta = clockrate * samples / samplerate; in sid_fillbuffer()
185 if (tdelta <= 0) return total; in sid_fillbuffer()
[all …]
/dports/math/sisl/SISL-SISL-4.6.0-44-g9114631/src/
H A Dshsing.c170 tdelta[0] = limit[1] - limit[0];
171 tdelta[1] = limit[3] - limit[2];
172 tdelta[2] = limit[5] - limit[4];
173 tdelta[3] = limit[7] - limit[6];
257 if ((fabs(t1[0]/tdelta[0]) <= REL_COMP_RES) &&
258 (fabs(t1[1]/tdelta[1]) <= REL_COMP_RES) &&
259 (fabs(t1[2]/tdelta[2]) <= REL_COMP_RES) &&
260 (fabs(t1[3]/tdelta[3]) <= REL_COMP_RES))
294 if (fabs(gpos[0] - psurf1->et1[kleftt])/tdelta[0] < tol)
299 if (fabs(gpos[1] - psurf1->et2[klefts])/tdelta[1] < tol)
[all …]
H A Ds1174.c120 double tdelta[2]; /* Parameter intervals of the surface. */ local
136 tdelta[0] = psurf->et1[psurf->in1] - psurf->et1[psurf->ik1 - 1];
137 tdelta[1] = psurf->et2[psurf->in2] - psurf->et2[psurf->ik2 - 1];
154 if ( (fabs(td[0]/tdelta[0]) <= REL_COMP_RES) &&
155 (fabs(td[1]/tdelta[1]) <= REL_COMP_RES))
199 if ( (fabs(t1[0]/tdelta[0]) <= REL_COMP_RES) &&
200 (fabs(t1[1]/tdelta[1]) <= REL_COMP_RES))
232 if (fabs(gpos[0] - psurf->et1[kleft1])/tdelta[0] < tol)
234 else if (fabs(gpos[0] - psurf->et1[kleft1+1])/tdelta[0] < tol)
237 if (fabs(gpos[1] - psurf->et2[kleft2])/tdelta[1] < tol)
[all …]
H A Dshcsfsing.c159 tdelta[0] = limit[1] - limit[0];
160 tdelta[1] = limit[3] - limit[2];
161 tdelta[2] = limit[5] - limit[4];
173 for (ki=0;ki<3;ki++) if (tdelta[ki] < tol) goto errsmall;
240 if ((fabs(t1[0]/tdelta[0]) <= REL_COMP_RES))
274 if (fabs(gpos[0] - pcurve->et[kleft])/tdelta[0] < tol)
276 else if (fabs(gpos[0] - pcurve->et[kleft+1])/tdelta[0] < tol)
279 if (fabs(gpos[1] - psurf->et1[kleftu])/tdelta[1] < tol)
281 else if (fabs(gpos[1] - psurf->et1[kleftu+1])/tdelta[1] < tol)
284 if (fabs(gpos[2] - psurf->et2[kleftv])/tdelta[2] < tol)
[all …]
H A Ds1252.c123 double tdelta; /* Parameter interval of the curves. */ local
146 tdelta = tend - tstart;
147 if (tdelta == DZERO) tdelta = fabs(tend);
148 if (tdelta == DZERO) tdelta = (double)1.0;
223 if (fabs(td/tdelta) <= REL_COMP_RES) break;
235 if (fabs(td/tdelta) <= REL_COMP_RES) break;
H A Ds1172.c117 double tdelta; /* Parameter intervals of the Curve. */ local
132 tdelta = pcurve->et[pcurve->in] - pcurve->et[pcurve->ik - 1];
181 if (fabs(t1/tdelta) <= REL_COMP_RES)
208 if (fabs(anext - pcurve->et[kleft])/tdelta < tol)
210 else if (fabs(anext - pcurve->et[kleft+1])/tdelta < tol)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dgamma.F62 SUBROUTINE create_md_ftable(nmax, tmin, tmax, tdelta) argument
89 (tdelta <= 0.0_dp) .OR. &
96 itabmin = FLOOR(tmin/tdelta)
97 itabmax = CEILING((tmax - tmin)/tdelta)
105 t = REAL(itab, dp)*tdelta
180 tdelta = 0.1_dp
189 itab = NINT(t/tdelta)
190 ttab = REAL(itab, dp)*tdelta
311 tdelta = 0.1_dp
320 itab = NINT(t(i)/tdelta)
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dgamma.F62 SUBROUTINE create_md_ftable(nmax, tmin, tmax, tdelta) argument
89 (tdelta <= 0.0_dp) .OR. &
96 itabmin = FLOOR(tmin/tdelta)
97 itabmax = CEILING((tmax - tmin)/tdelta)
105 t = REAL(itab, dp)*tdelta
180 tdelta = 0.1_dp
189 itab = NINT(t/tdelta)
190 ttab = REAL(itab, dp)*tdelta
310 tdelta = 0.1_dp
319 itab = NINT(t(i)/tdelta)
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/hotshot/
H A Dlog.py98 what, tdelta, fileno, lineno = self._nextitem()
106 return what, t, tdelta
110 return what, self._pop(), tdelta
116 return what, (filename, lineno, funcname), tdelta
119 filename = os.path.normcase(os.path.normpath(tdelta))
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
128 if tdelta == 'current-directory':
130 self.addinfo(tdelta, lineno)
/dports/lang/python27/Python-2.7.18/Lib/hotshot/
H A Dlog.py98 what, tdelta, fileno, lineno = self._nextitem()
106 return what, t, tdelta
110 return what, self._pop(), tdelta
116 return what, (filename, lineno, funcname), tdelta
119 filename = os.path.normcase(os.path.normpath(tdelta))
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
128 if tdelta == 'current-directory':
130 self.addinfo(tdelta, lineno)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
H A Dlog.py98 what, tdelta, fileno, lineno = self._nextitem()
106 return what, t, tdelta
110 return what, self._pop(), tdelta
116 return what, (filename, lineno, funcname), tdelta
119 filename = os.path.normcase(os.path.normpath(tdelta))
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
128 if tdelta == 'current-directory':
130 self.addinfo(tdelta, lineno)
/dports/deskutils/conkyforecast/src/
H A DconkyForecast-SunsetSunriseCountdown.py240 tdelta = locationsrtime - locationdatetime
244 tdelta = locationsstime - locationdatetime
248 tdelta = locationfuturesrtime - locationdatetime
252 return rdelta, tdelta, text
261 def getFormattedOutput(self, rdelta, tdelta, text): argument
304 hours = int(math.floor(float(tdelta.seconds + tdelta.days * 24 * 3600)/3600.0))
319 minutes = int(float(tdelta.seconds + tdelta.days * 24 * 3600)/60.0)
333 seconds = int(float(tdelta.seconds + tdelta.days * 24 * 3600))
355 rdelta, tdelta, text = self.getTimeDeltasByLocation(self.options.location)
356 output = self.getFormattedOutput(rdelta, tdelta, text)
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brip/
H A Dbrip_roi.cxx27 float tdelta = delta; in brip_roi() local
28 if (tdelta < 0) tdelta *= -1.0f; // to guarantee dxmin <= dxmax. in brip_roi()
36 double dxmin = (xmin-tdelta), dymin = (ymin-tdelta), in brip_roi()
37 dxmax = (xmax+tdelta), dymax = (ymax+tdelta); in brip_roi()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/functions/_tzcode/
H A D_PDCLIB_timesub.c60 time_t tdelta; in _PDCLIB_timesub() local
64 tdelta = tdays / DAYSPERLYEAR; in _PDCLIB_timesub()
66 …if ( ! ( ( ! _PDCLIB_TYPE_SIGNED( time_t ) || _PDCLIB_INT_MIN <= tdelta ) && tdelta <= _PDCLIB_INT… in _PDCLIB_timesub()
71 idelta = tdelta; in _PDCLIB_timesub()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_makefim.c94 double tzero=0 , tdelta , ts_mean , ts_slope ; in MAKER_4D_to_typed_fim() local
253 tdelta = old_dset->taxis->ttdel ; in MAKER_4D_to_typed_fim()
254 if( DSET_TIMEUNITS(old_dset) == UNITS_MSEC_TYPE ) tdelta *= 0.001 ; in MAKER_4D_to_typed_fim()
255 if( tdelta == 0.0 ) tdelta = 1.0 ; in MAKER_4D_to_typed_fim()
320 ts_slope = x1 / tdelta ; in MAKER_4D_to_typed_fim()
343 user_func( tzero,tdelta , nuse,fxar,ts_mean,ts_slope , user_data , fout+ii ) ; in MAKER_4D_to_typed_fim()
345 ufunc( tzero,tdelta , nuse,fxar,ts_mean,ts_slope , user_data , fout+ii ) ; in MAKER_4D_to_typed_fim()
H A Dthd_makefith.c104 double tzero=0 , tdelta , ts_mean , ts_slope ; in MAKER_4D_to_typed_fith() local
263 tdelta = old_dset->taxis->ttdel ; in MAKER_4D_to_typed_fith()
264 if( DSET_TIMEUNITS(old_dset) == UNITS_MSEC_TYPE ) tdelta *= 0.001 ; in MAKER_4D_to_typed_fith()
265 if( tdelta == 0.0 ) tdelta = 1.0 ; in MAKER_4D_to_typed_fith()
330 ts_slope = x1 / tdelta ; in MAKER_4D_to_typed_fith()
353 user_func( tzero,tdelta , nuse,fxar,ts_mean,ts_slope , user_data , in MAKER_4D_to_typed_fith()
356 ufunc( tzero,tdelta , nuse,fxar,ts_mean,ts_slope , user_data , in MAKER_4D_to_typed_fith()
H A D3dTsort.c10 static void SORTS_tsfunc( double tzero , double tdelta ,
13 static void SORTS_itsfunc( double tzero , double tdelta ,
16 static void SORTS_rtsfunc( double tzero , double tdelta ,
19 static void SORTS_ranfunc( double tzero , double tdelta ,
22 static void SORTS_FFTfunc( double tzero , double tdelta ,
307 static void SORTS_tsfunc( double tzero, double tdelta , in SORTS_tsfunc() argument
341 static void SORTS_itsfunc( double tzero, double tdelta , in SORTS_itsfunc() argument
387 static void SORTS_rtsfunc( double tzero, double tdelta , in SORTS_rtsfunc() argument
456 static void SORTS_ranfunc( double tzero, double tdelta , in SORTS_ranfunc() argument
555 static void SORTS_FFTfunc( double tzero, double tdelta , in SORTS_FFTfunc() argument
H A Dthd_makefbuc.c118 double tzero=0 , tdelta , ts_mean , ts_slope ; in MAKER_4D_to_typed_fbuc() local
306 tdelta = old_dset->taxis->ttdel ; in MAKER_4D_to_typed_fbuc()
307 if( DSET_TIMEUNITS(old_dset) == UNITS_MSEC_TYPE ) tdelta *= 0.001 ; in MAKER_4D_to_typed_fbuc()
308 if( tdelta == 0.0 ) tdelta = 1.0 ; in MAKER_4D_to_typed_fbuc()
373 ts_slope = x1 / tdelta ; in MAKER_4D_to_typed_fbuc()
400 user_func( tzero,tdelta, nuse,fxar,ts_mean,ts_slope, user_data, nbrik,val ); in MAKER_4D_to_typed_fbuc()
402 ufunc( tzero,tdelta, nuse,fxar,ts_mean,ts_slope, user_data, nbrik,val ); in MAKER_4D_to_typed_fbuc()
/dports/devel/kcachegrind/kcachegrind-21.12.3/converters/
H A Dhotshot2calltree.in90 def handleLineCost(self, tdelta):
92 self.stack.append( (p,c + tdelta) )
210 what, pos ,tdelta = item
217 hc(cost_per_pos, pos, tdelta)
218 total_cost += tdelta
221 hc(cost_per_pos, pos, tdelta)
222 total_cost += tdelta
224 hc(cost_per_pos, pos, tdelta)
225 total_cost += tdelta
/dports/x11/libinput/libinput-1.12.6/src/
H A Devdev-mt-touchpad-gestures.c257 uint64_t tdelta = 0; in tp_gesture_apply_scroll_constraints() local
272 if (tdelta > EVENT_TIMEOUT) in tp_gesture_apply_scroll_constraints()
273 tdelta = 0; in tp_gesture_apply_scroll_constraints()
284 if (tdelta > 0) { in tp_gesture_apply_scroll_constraints()
288 later = (EVENT_TIMEOUT - tdelta) / in tp_gesture_apply_scroll_constraints()
322 tp->scroll.duration.v += tdelta; in tp_gesture_apply_scroll_constraints()
326 if (tp->scroll.duration.h > tdelta) in tp_gesture_apply_scroll_constraints()
327 tp->scroll.duration.h -= tdelta; in tp_gesture_apply_scroll_constraints()
333 tp->scroll.duration.h += tdelta; in tp_gesture_apply_scroll_constraints()
337 if (tp->scroll.duration.v > tdelta) in tp_gesture_apply_scroll_constraints()
[all …]
/dports/www/apache24/httpd-2.4.53/test/pyhttpd/
H A Dcurl.py116 def microsecs(tdelta): argument
117 … return ((tdelta.hour * 60 + tdelta.minute) * 60 + tdelta.second) * 1000000 + tdelta.microsecond
/dports/www/mod_http2/mod_h2-2.0.2/test/pyhttpd/
H A Dcurl.py116 def microsecs(tdelta): argument
117 … return ((tdelta.hour * 60 + tdelta.minute) * 60 + tdelta.second) * 1000000 + tdelta.microsecond
/dports/science/siconos/siconos-4.4.0/numerics/src/tools/internal/
H A Dtimers_interf.h82 long tdelta; in elapsed_clock_gettime() local
83 tdelta = t2->tv_nsec - t1->tv_nsec; in elapsed_clock_gettime()
84 if (tdelta < 0) tdelta += 1000000000; in elapsed_clock_gettime()
85 return ((double)tdelta) * 1e-9; in elapsed_clock_gettime()
/dports/devel/liblogging/liblogging-1.0.6/stdlog/
H A Dtimeutils.c184 register time_t tdelta; in __stdlog_timesub() local
188 tdelta = tdays / DAYSPERLYEAR; in __stdlog_timesub()
189 idelta = tdelta; in __stdlog_timesub()
190 if (tdelta - idelta >= 1 || idelta - tdelta >= 1) in __stdlog_timesub()

12345678910>>...15