Home
last modified time | relevance | path

Searched refs:makeInf128 (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/test/builtins/Unit/
Daddtf3_test.c59 if (test__addtf3(makeInf128(), in main()
60 makeInf128(), in main()
65 if (test__addtf3(makeInf128(), in main()
Dfixtfsi_test.c41 if (test__fixtfsi(makeInf128(), 0x7fffffff)) in main()
Dfixtfdi_test.c43 if (test__fixtfdi(makeInf128(), 0x7fffffffffffffffLL)) in main()
Dfixunstfsi_test.c42 if (test__fixunstfsi(makeInf128(), UINT32_C(0xffffffff))) in main()
Dtrunctfdf2_test.c52 if (test__trunctfdf2(makeInf128(), in main()
Dtrunctfsf2_test.c51 if (test__trunctfsf2(makeInf128(), in main()
Dsubtf3_test.c57 if (test__subtf3(makeInf128(), in main()
Ddivtf3_test.c58 if (test__divtf3(makeInf128(), in main()
Dmultf3_test.c57 if (test__multf3(makeInf128(), in main()
Dfixtfti_test.c50 if (test__fixtfti(makeInf128(), make_ti(0x7fffffffffffffffLL, in main()
Dfixunstfti_test.c58 if (test__fixunstfti(makeInf128(), make_ti(0xffffffffffffffffLL, in main()
Dfp_test.h275 static inline long double makeInf128() in makeInf128() function