Searched refs:remquo (Results 1 - 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_remquo.c29 * remquo in reduction algorithms.
32 remquo(double x, double y, int *quo) function
158 __weak_reference(remquo, remquol);
/bionic/libm/include/
H A Dmath.h247 double remquo(double, double, int *);
/bionic/tests/
H A Dmath_test.cpp1339 TEST(math, remquo) {
1341 double d = remquo(13.0, 4.0, &q);
1744 DoMathDataTest<1>(g_remquo_intel_data, remquo);

Completed in 244 milliseconds