Home
last modified time | relevance | path

Searched refs:remquo (Results 1 – 8 of 8) sorted by relevance

/math/
A Dlibm-test-remquo.inc1 /* Test remquo.
24 TEST_ffI_f1 (remquo, 1, 0, qnan_value, IGNORE, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION),
97 TEST_ffI_f1 (remquo, 5, 2, 1, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
98 TEST_ffI_f1 (remquo, 3, 2, -1, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
104 TEST_ffI_f1 (remquo, 3419, 360, 179, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
105 TEST_ffI_f1 (remquo, -3419, 360, -179, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
106 TEST_ffI_f1 (remquo, 3419, -360, 179, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
146 TEST_ffI_f1 (remquo, 1, max_value, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
147 TEST_ffI_f1 (remquo, 1, -max_value, 1, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
168 TEST_ffI_f1 (remquo, 2, 1, plus_zero, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
[all …]
A Dtest-tgmath.c270 b = remquo (remquo (a, b, &i), remquo (c, x, &i), &i); in F()
306 b = remquo (i, a, &i); in F()
383 a = remquo (y, y, &i); in F()
418 a = remquo (i, y, &i); in F()
741 (F(remquo)) (TYPE x, TYPE y, int *i) in TYPE() argument
A Dtest-tgmath2.c364 #define my_remquo(x, y) remquo (x, y, &quo) in test_remquo()
365 BINARY_TEST (my_remquo, remquo); in test_remquo()
564 (F(remquo)) (TYPE x, TYPE y, int *z) in TYPE() argument
A Dtgmath.h838 #define remquo(Val1, Val2, Val3) \ macro
839 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
A DMakefile302 nextup remainder remquo rint round roundeven scalb \
380 nextafter nexttoward remainder remquo rint round scalbn \
A Dtest-math-cxx11.cc132 (void) remquo; in do_test()
A DVersions111 remquo; remquof; remquol;
/math/bits/
A Dmathcalls.h310 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));

Completed in 16 milliseconds