Home
last modified time | relevance | path

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

/third_party/glfw/tests/
Dtimeout.c49 static float nrand(void) in nrand() function
79 float r = nrand(), g = nrand(), b = nrand(); in main()
Dempty.c68 static float nrand(void) in nrand() function
108 float r = nrand(), g = nrand(), b = nrand(); in main()
/third_party/tzdata/
Dzic.c1265 nrand = rand_max < UINT_FAST64_MAX ? rand_max + 1 : 0, in get_rand_u64() local
1266 rmod = INT_MAX < UINT_FAST64_MAX ? 0 : UINT_FAST64_MAX / nrand + 1, in get_rand_u64()
1277 rmax1 = nrand * rmax1 + rand_max; in get_rand_u64()
1278 r = nrand * r + rand(); in get_rand_u64()
/third_party/NuttX/
DReleaseNotes3448 - nrand() changes to prevent coefficients from becoming zero which