Searched refs:makeInf64 (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/compiler-rt/test/builtins/Unit/ |
D | divdf3_test.c | 43 if (test__divdf3(makeInf64(), 3., UINT64_C(0x7ff0000000000000))) in main() 46 if (test__divdf3(makeInf64(), -3., UINT64_C(0xfff0000000000000))) in main() 56 if (test__divdf3(makeInf64(), makeInf64(), UINT64_C(0x7ff8000000000000))) in main() 62 if (test__divdf3(+0x0.0p+0, makeInf64(), UINT64_C(0x0))) in main() 65 if (test__divdf3(makeInf64(), +0x0.0p+0, UINT64_C(0x7ff0000000000000))) in main()
|
D | truncdfhf2_test.c | 35 if (test__truncdfhf2(makeInf64(), in main() 38 if (test__truncdfhf2(-makeInf64(), in main()
|
D | extenddftf2_test.c | 43 if (test__extenddftf2(makeInf64(), in main()
|
D | fp_test.h | 279 static inline double makeInf64(void) in makeInf64() function
|
/external/compiler-rt/test/builtins/Unit/ |
D | truncdfhf2_test.c | 45 if (test__truncdfhf2(makeInf64(), in main() 48 if (test__truncdfhf2(-makeInf64(), in main()
|
D | extenddftf2_test.c | 53 if (test__extenddftf2(makeInf64(), in main()
|
D | fp_test.h | 269 static inline double makeInf64() in makeInf64() function
|