Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
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()
Dfp_test.h274 static inline float makeNegativeInf32(void) in makeNegativeInf32() function