Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A Ddrand48.c91 static double two16m = 1.0 / (1L << N); in drand48() local
/titanic_51/usr/src/lib/libc/port/gen/
H A Ddrand48.c107 static double two16m = 1.0 / ((int32_t)1 << N); in _drand48_u() local