Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dgofast.c22 float dp_to_fp (double d) { return d; } in dp_to_fp() function
70 if (dp_to_fp (1.5) != 1.5) fail ("dp_to_fp 1.5"); in main()