Searched refs:test_float (Results 1 – 2 of 2) sorted by relevance
75 function test_float() function246 test_float();
1094 float test_float; in print_number() local1108 if ((sscanf((char *)number_buffer, "%f", &test_float) != 1) || in print_number()1109 ((double)test_float != d)) { in print_number()
Completed in 8 milliseconds