Lines Matching refs:CHECK_FPEQUAL
100 CHECK_FPEQUAL(out, libnearbyintf(in)); in test_nearby()
101 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
102 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
107 CHECK_FPEQUAL(out, nearbyintf(in)); in test_nearby()
108 CHECK_FPEQUAL(out, nearbyint(in)); in test_nearby()
109 CHECK_FPEQUAL(out, nearbyintl(in)); in test_nearby()
133 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
134 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
135 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
136 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
137 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
138 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()
145 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
146 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
147 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
148 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
149 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
150 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()