Home
last modified time | relevance | path

Searched refs:two16m (Results 1 – 2 of 2) sorted by relevance

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