Searched refs:remquo (Results 1 - 12 of 12) sorted by last modified time

/freebsd-10.0-release/include/
H A Dtgmath.h194 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \ macro
/freebsd-10.0-release/lib/msun/
H A DMakefile204 remainder.3 remquo.3 remainder.3 remquof.3 remainder.3 remquol.3
H A DSymbol.map150 remquo;
/freebsd-10.0-release/lib/msun/amd64/
H A Ds_remquo.S34 ENTRY(remquo) function
66 END(remquo)
/freebsd-10.0-release/lib/msun/i387/
H A Ds_remquo.S34 ENTRY(remquo) function
63 END(remquo)
/freebsd-10.0-release/lib/msun/src/
H A Dmath.h289 double remquo(double, double, int *);
H A Ds_remquo.c29 * remquo in reduction algorithms.
32 remquo(double x, double y, int *quo) function
158 __weak_reference(remquo, remquol);
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1100 // remquo
1110 {return remquo(__x, __y, __z);}
1117 #undef remquo macro
1118 #define remquo(__x, __y, __z) \ macro
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure31053 remquo(0.0, 0.0, 0);
31054 remquo(0.0f, 0.0f, 0);
31055 remquo(0.0l, 0.0l, 0);
[all...]
/freebsd-10.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h84 using std::tr1::remquo;
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-rem.c29 * remquo, remquof, and remquol.
87 * the wrong way. This test ensures that remquo() is smart
118 assert(isnan(remquo(x, y, &q)));
175 rem = remquo(x, y, &q);
/freebsd-10.0-release/tools/regression/include/tgmath/
H A Dtgmath.c145 double (remquo)(double x, double y, int *q) { n_double++; } function
576 PRINT("remquo",
577 PASS_REAL_REAL_FIXED_ARG_REAL_RET(remquo, &i));

Completed in 330 milliseconds