Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Ddivsf3_test.c49 if (test__divsf3(makeNegativeInf32(), 3.F, UINT32_C(0xff800000))) in main()
52 if (test__divsf3(makeNegativeInf32(), -3.F, UINT32_C(0x7f800000))) in main()
H A Dfp_test.h274 static inline float makeNegativeInf32(void) in makeNegativeInf32() function