Home
last modified time | relevance | path

Searched refs:xmax (Results 1 – 25 of 7040) sorted by relevance

12345678910>>...282

/dports/audio/praat/praat-6.2.03/dwtools/
H A DDTW_and_TextGrid.cpp39 his xmax = my xmax;
69 his xmax = my xmax;
73 textinterval -> xmax = xmax;
77 xmax = DTW_getXTimeFromYTime (me, textinterval -> xmax);
78 textinterval -> xmax = xmax;
81 textinterval -> xmax = his xmax;
91 textinterval -> xmax = xmax;
95 xmax = DTW_getYTimeFromXTime (me, textinterval -> xmax);
96 textinterval -> xmax = xmax;
99 textinterval -> xmax = his xmax;
[all …]
H A DTextGrid_extensions.cpp287 my xmax = xmax; in TextGrid_readFromTIMITLabelFile() local
342 if (xmax <= my xmax) in IntervalTier_setLaterEndTime()
358 ti -> xmax = xmax; in IntervalTier_setLaterEndTime()
360 my xmax = xmax; in IntervalTier_setLaterEndTime() local
420 my xmax = xmax; in TextTier_setLaterEndTime() local
468 my xmax = xmax; in TextGrid_setLaterEndTime() local
510 my xmax = xmax; in TextGrid_extendTime() local
549 ti -> xmax = xmax; in IntervalTier_cutInterval()
556 ti -> xmax = xmax; in IntervalTier_cutInterval()
753 my xmax = preserveTimes ? thy xmax : my xmax + (thy xmax - thy xmin); in TextTiers_append_inplace() local
[all …]
/dports/math/fxt/fxt/src/aux0/attic/
H A Drange.h21 return ( (x>=xmin) && (x<=xmax) ); in in_range_q()
31 return ( (x<xmin) || (x>xmax) ); in off_range_q()
42 if ( x<xmin ) x = xmax; in wrap_range()
43 else if ( x>xmax ) x = xmin; in wrap_range()
53 else if ( x>xmax ) x = xmax; in clip_range()
65 else { if ( x>xmax ) { x = xmax; clipq = 1; } } in clip_range_q()
71 static inline void clip_range0(Type xmax, Type &x) in clip_range0() argument
75 else if ( x>xmax ) x = xmax; in clip_range0()
88 jjassert( xmin<=xmax ); in intersect_range_o()
94 if ( x2>xmax ) x2 = xmax; in intersect_range_o()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A Drct.c410 rct1->xmax = rct2->xmax; in BLI_rctf_union()
426 rct1->xmax = rct2->xmax; in BLI_rcti_union()
439 rect->xmax = xmax; in BLI_rctf_init()
449 rect->xmax = xmax; in BLI_rcti_init()
908 xmax = (src1->xmax) < (src2->xmax) ? (src1->xmax) : (src2->xmax); in BLI_rctf_isect()
915 dest->xmax = xmax; in BLI_rctf_isect()
937 xmax = (src1->xmax) < (src2->xmax) ? (src1->xmax) : (src2->xmax); in BLI_rcti_isect()
944 dest->xmax = xmax; in BLI_rcti_isect()
963 const float xmax = (src1->xmax) < (src2->xmax) ? (src1->xmax) : (src2->xmax); in BLI_rctf_isect_rect_x() local
1003 const int xmax = (src1->xmax) < (src2->xmax) ? (src1->xmax) : (src2->xmax); in BLI_rcti_isect_rect_x() local
[all …]
/dports/emulators/hugo/hugo-2.12/
H A Dtrans_fx.c98 for (x = xinit[index]; x < xmax; x += 4) in special_fadein1()
107 blit (to, screen, 0, 0, xto, yto, xmax, ymax); in special_fadein1()
179 if (act[index] > xmax) in special_fadeout2()
180 act[index] = xmax; in special_fadeout2()
228 if (act[index] >= xmax) in special_fadein2()
229 act[index] = xmax; in special_fadein2()
243 blit (to, screen, 0, 0, xto, yto, xmax, ymax); in special_fadein2()
293 blit (to, screen, 0, 0, xto, yto, xmax, ymax); in special_fadein3()
334 xto + xmax - act[index], 0); in special_fadeout3()
371 for (x = xinit[index]; x < xmax; x += 4) in special_fadein4()
[all …]
/dports/games/openbor4432/openbor-ba1eb4f/engine/source/gamelib/
H A Dspritex8p16.c27 while(lx < xmax) in putsprite_()
35 if(lx >= xmax) in putsprite_()
104 if(lx > xmax) in putsprite_flip_()
109 lx = xmax; in putsprite_flip_()
139 while(lx < xmax) in putsprite_blend_()
147 if(lx >= xmax) in putsprite_blend_()
214 if(lx > xmax) in putsprite_blend_flip_()
247 while(lx < xmax) in putsprite_mask_()
331 if(lx > xmax) in putsprite_mask_flip_()
385 if(x - w >= xmax) in putsprite_x8p16()
[all …]
H A Dspritex8p32.c28 while(lx < xmax) in putsprite_()
36 if(lx >= xmax) in putsprite_()
105 if(lx > xmax) in putsprite_flip_()
110 lx = xmax; in putsprite_flip_()
140 while(lx < xmax) in putsprite_blend_()
148 if(lx >= xmax) in putsprite_blend_()
215 if(lx > xmax) in putsprite_blend_flip_()
248 while(lx < xmax) in putsprite_mask_()
332 if(lx > xmax) in putsprite_mask_flip_()
386 if(x - w >= xmax) in putsprite_x8p32()
[all …]
/dports/games/openbor/openbor-3caaddd5/engine/source/gamelib/
H A Dspritex8p32.c28 while(lx < xmax) in putsprite_()
36 if(lx >= xmax) in putsprite_()
105 if(lx > xmax) in putsprite_flip_()
110 lx = xmax; in putsprite_flip_()
140 while(lx < xmax) in putsprite_blend_()
148 if(lx >= xmax) in putsprite_blend_()
215 if(lx > xmax) in putsprite_blend_flip_()
248 while(lx < xmax) in putsprite_mask_()
332 if(lx > xmax) in putsprite_mask_flip_()
386 if(x - w >= xmax) in putsprite_x8p32()
[all …]
H A Dspritex8p16.c27 while(lx < xmax) in putsprite_()
35 if(lx >= xmax) in putsprite_()
104 if(lx > xmax) in putsprite_flip_()
109 lx = xmax; in putsprite_flip_()
139 while(lx < xmax) in putsprite_blend_()
147 if(lx >= xmax) in putsprite_blend_()
214 if(lx > xmax) in putsprite_blend_flip_()
247 while(lx < xmax) in putsprite_mask_()
331 if(lx > xmax) in putsprite_mask_flip_()
385 if(x - w >= xmax) in putsprite_x8p16()
[all …]
/dports/games/openbor3979/openbor-2bcf25b/engine/source/gamelib/
H A Dspritex8p16.c27 while(lx < xmax) in putsprite_()
35 if(lx >= xmax) in putsprite_()
104 if(lx > xmax) in putsprite_flip_()
109 lx = xmax; in putsprite_flip_()
139 while(lx < xmax) in putsprite_blend_()
147 if(lx >= xmax) in putsprite_blend_()
214 if(lx > xmax) in putsprite_blend_flip_()
247 while(lx < xmax) in putsprite_mask_()
331 if(lx > xmax) in putsprite_mask_flip_()
385 if(x - w >= xmax) in putsprite_x8p16()
[all …]
H A Dspritex8p32.c28 while(lx < xmax) in putsprite_()
36 if(lx >= xmax) in putsprite_()
105 if(lx > xmax) in putsprite_flip_()
110 lx = xmax; in putsprite_flip_()
140 while(lx < xmax) in putsprite_blend_()
148 if(lx >= xmax) in putsprite_blend_()
215 if(lx > xmax) in putsprite_blend_flip_()
248 while(lx < xmax) in putsprite_mask_()
332 if(lx > xmax) in putsprite_mask_flip_()
386 if(x - w >= xmax) in putsprite_x8p32()
[all …]
/dports/math/R/R-4.1.2/src/nmath/
H A Dgammalims.c39 void attribute_hidden gammalims(double *xmin, double *xmax) in gammalims() argument
67 *xmin = *xmax = ML_NAN; in gammalims()
72 *xmax = alnbig; in gammalims()
74 xold = *xmax; in gammalims()
75 xln = log(*xmax); in gammalims()
76 *xmax -= *xmax * ((*xmax - .5) * xln - *xmax + .9189 - alnbig) / in gammalims()
77 (*xmax * xln - .5); in gammalims()
78 if (fabs(*xmax - xold) < .005) { in gammalims()
79 *xmax += -.01; in gammalims()
87 *xmin = *xmax = ML_NAN; in gammalims()
[all …]
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dgammalims.c39 void attribute_hidden gammalims(double *xmin, double *xmax) in gammalims() argument
67 *xmin = *xmax = ML_NAN; in gammalims()
72 *xmax = alnbig; in gammalims()
74 xold = *xmax; in gammalims()
75 xln = log(*xmax); in gammalims()
76 *xmax -= *xmax * ((*xmax - .5) * xln - *xmax + .9189 - alnbig) / in gammalims()
77 (*xmax * xln - .5); in gammalims()
78 if (fabs(*xmax - xold) < .005) { in gammalims()
79 *xmax += -.01; in gammalims()
87 *xmin = *xmax = ML_NAN; in gammalims()
[all …]
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dgammalims.c39 void attribute_hidden gammalims(double *xmin, double *xmax) in gammalims() argument
67 *xmin = *xmax = ML_NAN; in gammalims()
72 *xmax = alnbig; in gammalims()
74 xold = *xmax; in gammalims()
75 xln = log(*xmax); in gammalims()
76 *xmax -= *xmax * ((*xmax - .5) * xln - *xmax + .9189 - alnbig) / in gammalims()
77 (*xmax * xln - .5); in gammalims()
78 if (fabs(*xmax - xold) < .005) { in gammalims()
79 *xmax += -.01; in gammalims()
87 *xmin = *xmax = ML_NAN; in gammalims()
[all …]
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dgammalims.c39 void attribute_hidden gammalims(double *xmin, double *xmax) in gammalims() argument
67 *xmin = *xmax = ML_NAN; in gammalims()
72 *xmax = alnbig; in gammalims()
74 xold = *xmax; in gammalims()
75 xln = log(*xmax); in gammalims()
76 *xmax -= *xmax * ((*xmax - .5) * xln - *xmax + .9189 - alnbig) / in gammalims()
77 (*xmax * xln - .5); in gammalims()
78 if (fabs(*xmax - xold) < .005) { in gammalims()
79 *xmax += -.01; in gammalims()
87 *xmin = *xmax = ML_NAN; in gammalims()
[all …]
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dgammalims.c39 void attribute_hidden gammalims(double *xmin, double *xmax) in gammalims() argument
67 *xmin = *xmax = ML_NAN; in gammalims()
72 *xmax = alnbig; in gammalims()
74 xold = *xmax; in gammalims()
75 xln = log(*xmax); in gammalims()
76 *xmax -= *xmax * ((*xmax - .5) * xln - *xmax + .9189 - alnbig) / in gammalims()
77 (*xmax * xln - .5); in gammalims()
78 if (fabs(*xmax - xold) < .005) { in gammalims()
79 *xmax += -.01; in gammalims()
87 *xmin = *xmax = ML_NAN; in gammalims()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/time/
H A Dtqual.c235 TransactionId xmax; in HeapTupleSatisfiesSelf() local
287 TransactionId xmax; in HeapTupleSatisfiesSelf() local
520 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
551 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
618 TransactionId xmax; in HeapTupleSatisfiesUpdate() local
802 TransactionId xmax; in HeapTupleSatisfiesDirty() local
872 TransactionId xmax; in HeapTupleSatisfiesDirty() local
886 snapshot->xmax = xmax; in HeapTupleSatisfiesDirty()
1086 TransactionId xmax; in HeapTupleSatisfiesMVCC() local
1576 TransactionId xmax; in HeapTupleHeaderIsOnlyLocked() local
[all …]

12345678910>>...282