Searched defs:two16m (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c91 static double two16m = 1.0 / (1L << N); local
94 return (two16m * (two16m * (two16m * x[0] + x[1]) + x[2]));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddrand48.c107 static double two16m = 1.0 / ((int32_t)1 << N); local
110 return (two16m * (two16m * (two16m * x[0] + x[1]) + x[2]));

Completed in 230 milliseconds