Home
last modified time | relevance | path

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

/math/
A Dtest-tgmath.c45 volatile int count_float; variable
60 count_float = count_double = count_ldouble = 0; in do_test()
63 if (count_float != 0 || count_cfloat != 0) in do_test()
98 count_float = count_double = count_ldouble = 0; in do_test()
111 if (count_float < NCALLS) in do_test()
113 printf ("float functions not called often enough (%d)\n", count_float); in do_test()
116 else if (count_float > NCALLS) in do_test()
136 count_float = count_double = count_ldouble = 0; in do_test()
139 if (count_float != 0 || count_cfloat != 0) in do_test()
196 #define count count_float

Completed in 4 milliseconds