Home
last modified time | relevance | path

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

/soft-fp/
A Dtestit.c95 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 …]

Completed in 7 milliseconds