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