Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/test/
H A 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/
H A Drand.c17 static double frand() in frand() function
/third_party/musl/libc-test/src/math/gen/
H A Drnd.c18 static double frand(){return rand64() * 0x1p-64;} in frand() function
/third_party/ffmpeg/libavfilter/
H A Dvf_deband.c114 static float frand(int x, int y) in frand() function
397 const float r = frand(x, y); in config_input()
H A Dvf_xfade.c1017 static float frand(int x, int y) in frand() function
1035 const float smooth = frand(x, y) * 2.f + progress * 2.f - 1.5f; \

Completed in 7 milliseconds