Searched refs:f3 (Results 1 – 2 of 2) sorted by relevance
135 float f3 = strtof (input, NULL); in do_test() local143 if (f1 != f3) in do_test()145 printf ("f1 = %a != f3 = %a\n", f1, f3); in do_test()148 if (f2 != f3) in do_test()150 printf ("f2 = %a != f3 = %a\n", f2, f3); in do_test()
50 f3 (void) in f3() function82 makecontext (&ctx[1], (void (*) (void)) f3, 0); in do_test()
Completed in 4 milliseconds