Lines Matching refs:CHECK_FPEQUAL
97 CHECK_FPEQUAL(out, libnearbyintf(in)); in test_nearby()
98 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
99 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
104 CHECK_FPEQUAL(out, nearbyintf(in)); in test_nearby()
105 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
106 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
130 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
131 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
132 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
133 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
134 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
135 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()
142 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
143 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
144 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
145 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
146 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
147 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()