Searched refs:print_float (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/soft-fp/ |
D | testit.c | 95 void print_float(float x) in print_float() function 284 fputs("error:\n\tx = ", stdout); print_float(x); in test_float_arith() 285 fputs("\n\ty = ", stdout); print_float(y); in test_float_arith() 286 fputs("\n\ttrue = ", stdout); print_float(rr); in test_float_arith() 287 fputs("\n\tfalse = ", stdout); print_float(tr); in test_float_arith() 329 fputs("error:\n\tx = ", stdout); print_float(x); in test_float_double_conv() 344 fputs("\n\ttrue = ", stdout); print_float(rr); in test_double_float_conv() 345 fputs("\n\tfalse = ", stdout); print_float(tr); in test_double_float_conv() 358 fputs("\n\ttrue = ", stdout); print_float(rr); in test_int_float_conv() 359 fputs("\n\tfalse = ", stdout); print_float(tr); in test_int_float_conv() [all …]
|
/glibc-2.36/math/ |
D | libm-test-support.c | 259 print_float (FLOAT f) in print_float() function 703 print_float (computed); in check_float_internal() 705 print_float (expected); in check_float_internal()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.18 | 9386 (print_float): Likewise. 10226 (print_float): Likewise. 12879 (print_float, check_float_internal): Replace some uses of 21210 (print_float): Refactor to use snprintf to convert FLOAT values 30499 (print_float): Use TYPE_DECIMAL_DIG - 1 and TYPE_HEX_DIG - 1 as 69189 * math/libm-test.inc (print_float, issignaling_test): New
|