Searched refs:rnd (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/stdlib/ |
D | gen-tst-strtod-round.c | 46 string_to_fp (mpfr_t f, const char *s, mpfr_rnd_t rnd) in string_to_fp() argument 52 int r0 = mpfr_strtofr (f2, s, NULL, 0, rnd); in string_to_fp() 53 int r = mpfr_set (f, f2, rnd); in string_to_fp() 54 r |= mpfr_subnormalize (f, r, rnd); in string_to_fp() 58 int r = mpfr_strtofr (f, s, NULL, 0, rnd); in string_to_fp() 59 r |= mpfr_subnormalize (f, r, rnd); in string_to_fp()
|
D | tst-random.c | 51 long int rnd[nseq][nrnd]; /* pseudorandom numbers */ in do_test() local 66 rnd[s][i] = random (); in do_test() 75 if (rnd[s][i] != random ()) in do_test() 104 if (rnd[s][i] != random ()) in do_test()
|
/glibc-2.36/catgets/ |
D | tst-catgets.c | 50 int rnd; in do_test() local 56 for (rnd = 0; rnd < ROUNDS; ++rnd) in do_test()
|