Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Dtst-strtod.c135 float f3 = strtof (input, NULL); in do_test() local
143 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()
A Dtst-setcontext5.c50 f3 (void) in f3() function
82 makecontext (&ctx[1], (void (*) (void)) f3, 0); in do_test()

Completed in 4 milliseconds