Home
last modified time | relevance | path

Searched refs:nextf (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/3rdparty/openexr/Imath/
DImathRandom.h106 float nextf ();
113 float nextf (float rangeMin, float rangeMax);
166 double nextf ();
173 double nextf (double rangeMin, double rangeMax);
278 Rand32::nextf (float rangeMin, float rangeMax) in nextf() function
280 float f = nextf(); in nextf()
318 Rand48::nextf () in nextf() function
325 Rand48::nextf (double rangeMin, double rangeMax) in nextf() function
327 double f = nextf(); in nextf()
341 v[i] = (typename Vec::BaseType) rand.nextf (-1, 1); in solidSphereRand()
[all …]
DImathRandom.cpp172 Rand32::nextf () in nextf() function in Imath::Rand32
/external/tremolo/Tremolo/
Dfloor0.c176 int nextf=barklook[nextbark>>14]+(((nextbark&0x3fff)* in vorbis_lsp_to_curve() local
327 if(f>=nextf)break; in vorbis_lsp_to_curve()
342 nextf=barklook[nextbark>>14]+ in vorbis_lsp_to_curve()
345 if(f<=nextf)break; in vorbis_lsp_to_curve()
348 nextf=9999999; in vorbis_lsp_to_curve()
354 nextf=9999999; in vorbis_lsp_to_curve()
/external/mksh/src/
Dcheck.t10273 x="inline_${nextf}() {"$fbody$'\n}\n'
10275 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
10276 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
10278 print -r -- "${x}typeset -f comsub_$nextf" | "$__progname"
10279 x="function reread_$nextf { x=\$(("$fbody$'\n)|tr u x); }\n'
10281 print -r -- "${x}typeset -f reread_$nextf" | "$__progname"
10285 nextf=${line#?}
10974 x="inline_${nextf}() {"$fbody$'\n}\n'
10976 print -r -- "${x}typeset -f inline_$nextf" | "$__progname"
10977 x="function comsub_$nextf { x=\$("$fbody$'\n); }\n'
[all …]