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