Searched refs:test__getf2 (Results 1 – 1 of 1) sorted by relevance
/external/compiler-rt/test/builtins/Unit/ |
D | getf2_test.c | 22 int test__getf2(long double a, long double b, enum EXPECTED_RESULT expected) in test__getf2() function 42 if (test__getf2(makeQNaN128(), in main() 48 if (test__getf2(0x1.234567890abcdef1234567890abcp-3L, in main() 53 if (test__getf2(0x1.234567890abcdef1234567890abcp+3L, in main() 58 if (test__getf2(-0x1.234567890abcdef1234567890abcp+3L, in main() 63 if (test__getf2(0x1.234567890abcdef1234567890abcp+3L, in main() 69 if (test__getf2(0x1.234567890abcdef1234567890abcp+3L, in main() 74 if (test__getf2(0x1.334567890abcdef1234567890abcp+3L, in main() 79 if (test__getf2(0x1.234567890abcdef1234567890abcp+3L, in main()
|