Searched refs:remainderl (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/lib/msun/src/
H A De_remainderl.c35 remainderl(long double x, long double y) function
H A De_remainder.c78 __weak_reference(remainder, remainderl);
H A Dmath.h491 long double remainderl(long double, long double);
/freebsd-12-stable/lib/msun/amd64/
H A De_remainderl.S40 ENTRY(remainderl)
/freebsd-12-stable/lib/msun/i387/
H A De_remainderl.S40 ENTRY(remainderl)
/freebsd-12-stable/lib/msun/tests/
H A Drem_test.c28 * Test for remainder functions: remainder, remainderf, remainderl,
129 assert(isnan(remainderl(x, y)));
150 rem = remainderl(x, y);
/freebsd-12-stable/lib/msun/
H A DMakefile237 MLINKS+=remainder.3 remainderf.3 remainder.3 remainderl.3 \
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1087 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);}
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h262 long double remainderl(long double x, long double y);
1461 inline _LIBCPP_INLINE_VISIBILITY long double remainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp_y);}
/freebsd-12-stable/contrib/libstdc++/
H A Dconfigure31052 remainderl(0.0l, 0.0l);
[all...]

Completed in 221 milliseconds