Home
last modified time | relevance | path

Searched refs:abmax (Results 1 – 21 of 21) sorted by relevance

/dports/math/eclib/eclib-20210318/tests/
H A Dthilbert.cc36 long la,lb,abmax; local
37 cout<<"Enter max for a,b: "; cin>>abmax;
38 for(la=-abmax; la<=abmax; la++)
39 for(lb=-abmax; lb<=abmax; lb++)
/dports/graphics/plotutils/plotutils-2.6/ode/
H A Dmain.c199 if (sscanf (optarg, "%lf", &abmax) <= 0) in main()
201 if (abmax < HMIN) in main()
208 abmin = abmax * SCALE; in main()
H A Dstperr.c59 if (ssemax <= ssmax && abemax <= abmax && acemax <= acmax) in hierror()
69 else if (abemax > abmax) in hierror()
H A Dglobal.c31 double abmax = 1e36; variable
H A Dextern.h22 extern double hmin, hmax, ssmin, ssmax, abmin, abmax, acmax;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/workloads/
H A DSelectorCorrectness.actor.cpp157 int abmax = std::max(a,b); in SelectorCorrectnessClient()
160 myKeyB = format( "%010d", abmax ); in SelectorCorrectnessClient()
168 …state int expectedSize = (std::min( abmax + 2*offsetB - (abmax%2==1 ? 1 : (onEqualB ? 0 : 2)), sel… in SelectorCorrectnessClient()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dfim.c62 float fa, fb, fim[IM_ARR], amin, amax, ftmp, abmax, del_1, max_dev; variable
255 abmax = max(fa, fb);
256 if (abmax < 1.e-10) {
264 if ( normalize ) fa = (float) SCALE / abmax;
/dports/audio/snack/snack2.2.10/generic/
H A DjkCanvItems.h51 float abmax; member
H A DjkCanvWave.c428 float maxv, minv, abmax; in ComputeWaveCoords() local
466 abmax = wavePtr->sound->abmax; in ComputeWaveCoords()
558 wtop = (wtop / abmax) * 128.0f; in ComputeWaveCoords()
559 wbot = (wbot / abmax) * 128.0f; in ComputeWaveCoords()
634 maxv = (maxv / abmax) * 128.0f; in ComputeWaveCoords()
635 minv = (minv / abmax) * 128.0f; in ComputeWaveCoords()
H A DjkCanvSpeg.c321 spegPtr->si.abmax = 0.0f; in CreateSpectrogram()
461 spegPtr->si.abmax = s->abmax; in UpdateSpeg()
670 spegPtr->si.abmax = s->abmax; in ConfigureSpectrogram()
1294 if (siPtr->abmax > 0.0 && siPtr->abmax < LAGOM) { in ComputeSpeg()
1295 g = LAGOM / siPtr->abmax; in ComputeSpeg()
H A DjkSoundEdit.c578 s->abmax = master->abmax;
1637 tmpFloat = s->abmax;
1638 s->abmax = t->abmax;
1639 t->abmax = tmpFloat;
H A DjkSound.c251 s->abmax = s->maxsamp; in Snack_UpdateExtremes()
253 s->abmax = -s->minsamp; in Snack_UpdateExtremes()
853 s->abmax = 0.0f; in flushCmd()
1606 s->abmax = 0.0f; in Snack_NewSound()
H A DjkSound.h91 float abmax; member
H A DjkCanvSect.c279 sectPtr->si.abmax = 0.0f; in CreateSection()
H A DjkSoundFile.c2378 PutLEShort(buf, 48, (short) s->abmax); in PutCslHeader()
2382 PutLEShort(buf, 50, (short) s->abmax); in PutCslHeader()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dtrembling.asy65 real abmax=abs(max(g)-m), abmin=abs(min(g)-m);
67 real maxR=2*max(abmax,abmin), step=eps, r=initr;
/dports/math/asymptote/asymptote-2.67/base/
H A Dtrembling.asy65 real abmax=abs(max(g)-m), abmin=abs(min(g)-m);
67 real maxR=2*max(abmax,abmin), step=eps, r=initr;
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DFloatMath.h490 …BB(const float obmin[3],const float obmax[3],const float matrix[16],float abmin[3],float abmax[3]);
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DFloatMath.h490 …BB(const float obmin[3],const float obmax[3],const float matrix[16],float abmin[3],float abmax[3]);
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DFloatMath.inl4260 …min*/[3],const float /*obmax*/[3],const float /*matrix*/[16],float /*abmin*/[3],float /*abmax*/[3])
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/src/
H A DFloatMath.inl4260 …min*/[3],const float /*obmax*/[3],const float /*matrix*/[16],float /*abmin*/[3],float /*abmax*/[3])