Home | History | Annotate | Download | only in Unit

Lines Matching refs:x1

89     if (test__fixunsdfti(0x1.FFFFFEp+62, 0x7FFFFF8000000000LL))
91 if (test__fixunsdfti(0x1.FFFFFCp+62, 0x7FFFFF0000000000LL))
95 if (test__fixunsdfti(-0x1.FFFFFEp+62, 0))
97 if (test__fixunsdfti(-0x1.FFFFFCp+62, 0))
101 if (test__fixunsdfti(0x1.FFFFFFFFFFFFFp+63, 0xFFFFFFFFFFFFF800LL))
103 if (test__fixunsdfti(0x1.0000000000000p+63, 0x8000000000000000LL))
105 if (test__fixunsdfti(0x1.FFFFFFFFFFFFFp+62, 0x7FFFFFFFFFFFFC00LL))
107 if (test__fixunsdfti(0x1.FFFFFFFFFFFFEp+62, 0x7FFFFFFFFFFFF800LL))
110 if (test__fixunsdfti(0x1.FFFFFFFFFFFFFp+127, make_ti(0xFFFFFFFFFFFFF800LL, 0)))
112 if (test__fixunsdfti(0x1.0000000000000p+127, make_ti(0x8000000000000000LL, 0)))
114 if (test__fixunsdfti(0x1.FFFFFFFFFFFFFp+126, make_ti(0x7FFFFFFFFFFFFC00LL, 0)))
116 if (test__fixunsdfti(0x1.FFFFFFFFFFFFEp+126, make_ti(0x7FFFFFFFFFFFF800LL, 0)))
120 if (test__fixunsdfti(-0x1.FFFFFFFFFFFFFp+62, 0))
122 if (test__fixunsdfti(-0x1.FFFFFFFFFFFFEp+62, 0))