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