Lines Matching refs:test__truncdfhf2
20 int test__truncdfhf2(double a, uint16_t expected) in test__truncdfhf2() function
37 if (test__truncdfhf2(makeQNaN64(), in main()
41 if (test__truncdfhf2(makeNaN64(UINT64_C(0x8000)), in main()
45 if (test__truncdfhf2(makeInf64(), in main()
48 if (test__truncdfhf2(-makeInf64(), in main()
52 if (test__truncdfhf2(0.0, UINT16_C(0x0))) in main()
54 if (test__truncdfhf2(-0.0, UINT16_C(0x8000))) in main()
57 if (test__truncdfhf2(3.1415926535, in main()
60 if (test__truncdfhf2(-3.1415926535, in main()
63 if (test__truncdfhf2(0x1.987124876876324p+1000, in main()
66 if (test__truncdfhf2(0x1.987124876876324p+12, in main()
69 if (test__truncdfhf2(0x1.0p+0, in main()
72 if (test__truncdfhf2(0x1.0p-14, in main()
76 if (test__truncdfhf2(0x1.0p-20, in main()
79 if (test__truncdfhf2(0x1.0p-24, in main()
82 if (test__truncdfhf2(-0x1.0p-24, in main()
85 if (test__truncdfhf2(0x1.5p-25, in main()
89 if (test__truncdfhf2(0x1.0p-25, in main()
92 if (test__truncdfhf2(-0x1.0p-25, in main()
96 if (test__truncdfhf2(65504.0, in main()
100 if (test__truncdfhf2(65519.0, in main()
104 if (test__truncdfhf2(65520.0, in main()
107 if (test__truncdfhf2(-65520.0, in main()
110 if (test__truncdfhf2(65536.0, in main()