Searched refs:remquo (Results 1 – 8 of 8) sorted by relevance
/math/ |
A D | libm-test-remquo.inc | 1 /* 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 D | test-tgmath.c | 270 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 D | test-tgmath2.c | 364 #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 D | tgmath.h | 838 #define remquo(Val1, Val2, Val3) \ macro 839 __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY (Val1, Val2, Val3, remquo)
|
A D | Makefile | 302 nextup remainder remquo rint round roundeven scalb \ 380 nextafter nexttoward remainder remquo rint round scalbn \
|
A D | test-math-cxx11.cc | 132 (void) remquo; in do_test()
|
A D | Versions | 111 remquo; remquof; remquol;
|
/math/bits/ |
A D | mathcalls.h | 310 __MATHCALL (remquo,, (_Mdouble_ __x, _Mdouble_ __y, int *__quo));
|
Completed in 16 milliseconds