Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
Dtrunctfhf2_test.c13 int test__trunctfhf2(long double a, uint16_t expected) { in test__trunctfhf2() function
32 if (test__trunctfhf2(makeQNaN128(), in main()
36 if (test__trunctfhf2(makeNaN128(UINT64_C(0x810000000000)), in main()
40 if (test__trunctfhf2(makeInf128(), in main()
43 if (test__trunctfhf2(-makeInf128(), in main()
47 if (test__trunctfhf2(0.0L, UINT16_C(0x0))) in main()
49 if (test__trunctfhf2(-0.0L, UINT16_C(0x8000))) in main()
52 if (test__trunctfhf2(3.1415926535L, in main()
55 if (test__trunctfhf2(-3.1415926535L, in main()
58 if (test__trunctfhf2(0x1.987124876876324p+100L, in main()
[all …]