Home
last modified time | relevance | path

Searched refs:frand (Results 1 – 5 of 5) sorted by relevance

/third_party/optimized-routines/math/test/
Dmathbench.c377 frand (double lo, double hi) in frand() function
387 A[i] = frand (lo, hi); in gen_rand()
394 Af[i] = (float)frand (lo, hi); in genf_rand()
/third_party/musl/libc-test/src/common/
Drand.c17 static double frand() in frand() function
/third_party/musl/libc-test/src/math/gen/
Drnd.c18 static double frand(){return rand64() * 0x1p-64;} in frand() function
/third_party/ffmpeg/libavfilter/
Dvf_deband.c118 static float frand(int x, int y) in frand() function
401 const float r = frand(x, y); in config_input()
Dvf_xfade.c1019 static float frand(int x, int y) in frand() function
1037 const float smooth = frand(x, y) * 2.f + progress * 2.f - 1.5f; \