Searched refs:two16m (Results 1 – 2 of 2) sorted by relevance
91 static double two16m = 1.0 / (1L << N); in drand48() local94 return (two16m * (two16m * (two16m * x[0] + x[1]) + x[2])); in drand48()
107 static double two16m = 1.0 / ((int32_t)1 << N); in _drand48_u() local110 return (two16m * (two16m * (two16m * x[0] + x[1]) + x[2])); in _drand48_u()