Searched refs:f2 (Results 1 – 7 of 7) sorted by relevance
/stdlib/ |
A D | tst-setcontext5.c | 27 static void f2 (void); 34 f2 (); in f1() 39 f2 (void) in f2() function
|
A D | tst-strtod.c | 134 float f2; in do_test() local 136 sscanf (input, "%g", &f2); in do_test() 138 if (f1 != f2) in do_test() 140 printf ("f1 = %a != f2 = %a\n", f1, f2); in do_test() 148 if (f2 != f3) in do_test() 150 printf ("f2 = %a != f3 = %a\n", f2, f3); in do_test()
|
A D | tst-setcontext8.c | 30 f2 (void) in f2() function 52 f2 (); in f1()
|
A D | gen-tst-strtod-round.c | 50 mpfr_t f2; in string_to_fp() local 51 mpfr_init2 (f2, 100000); in string_to_fp() 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() 55 mpfr_clear (f2); in string_to_fp()
|
A D | tst-setcontext9.c | 30 f2 (void) in f2() function 72 f2 (); in f1a()
|
A D | tst-setcontext.c | 54 f2 (void) in f2() function 203 makecontext (&ctx[2], f2, 0); in main()
|
A D | tst-makecontext3.c | 89 f2 (void) in f2() function 196 makecontext (&ctx[2], f2, 0); in main()
|
Completed in 12 milliseconds