Home
last modified time | relevance | path

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

/soft-fp/
A Dtestit.c103 void print_double(double x) in print_double() function
314 fputs("error:\n\tx = ", stdout); print_double(x); in test_double_arith()
315 fputs("\n\ty = ", stdout); print_double(y); in test_double_arith()
316 fputs("\n\ttrue = ", stdout); print_double(rr); in test_double_arith()
317 fputs("\n\tfalse = ", stdout); print_double(tr); in test_double_arith()
330 fputs("\n\ttrue = ", stdout); print_double(rr); in test_float_double_conv()
331 fputs("\n\tfalse = ", stdout); print_double(tr); in test_float_double_conv()
343 fputs("error:\n\tx = ", stdout); print_double(x); in test_double_float_conv()
372 fputs("\n\ttrue = ", stdout); print_double(rr); in test_int_double_conv()
373 fputs("\n\tfalse = ", stdout); print_double(tr); in test_int_double_conv()
[all …]

Completed in 4 milliseconds