Searched refs:two16m (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libc/port/gen/ | ||
H A D | drand48.c | 107 static double two16m = 1.0 / ((int32_t)1 << N); local 110 return (two16m * (two16m * (two16m * x[0] + x[1]) + x[2])); |
Completed in 30 milliseconds