Lines Matching refs:d
19 double d; in do_test() local
258 d = drand48 (); in do_test()
259 if (d != 0.0908832261858485424) in do_test()
263 DECIMAL_DIG, d); in do_test()
267 d = drand48 (); in do_test()
268 if (d != 0.943149381730059133133) in do_test()
272 DECIMAL_DIG, d); in do_test()
351 d = drand48 (); in do_test()
353 if (d != e) in do_test()
358 printf (" drand48() = %g, erand48() = %g\n", d, e); in do_test()
370 d = drand48 (); in do_test()
372 if (d != e) in do_test()
377 printf (" drand48() = %g, erand48() = %g\n", d, e); in do_test()