Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Ddivsf3_test.c43 if (test__divsf3(makeInf32(), 3.F, UINT32_C(0x7f800000))) in main()
46 if (test__divsf3(makeInf32(), -3.F, UINT32_C(0xff800000))) in main()
56 if (test__divsf3(makeInf32(), makeInf32(), UINT32_C(0x7fc00000))) in main()
62 if (test__divsf3(+0x0.0p+0F, makeInf32(), UINT32_C(0x0))) in main()
65 if (test__divsf3(makeInf32(), +0x0.0p+0F, UINT32_C(0x7f800000))) in main()
H A Dtruncsfhf2_test.c35 if (test__truncsfhf2(makeInf32(), in main()
38 if (test__truncsfhf2(-makeInf32(), in main()
H A Dextendsftf2_test.c44 if (test__extendsftf2(makeInf32(), in main()
H A Dfp_test.h269 static inline float makeInf32(void) in makeInf32() function