Searched refs:count_float (Results 1 – 1 of 1) sorted by relevance
45 volatile int count_float; variable60 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