Searched refs:remainderf (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Dw_dremf.c2 * dremf() wrapper for remainderf().
15 return remainderf(x, y);
H A Dmath.h399 float remainderf(float, float);
H A Dmath_private.h790 #define __ieee754_remainderf remainderf
/freebsd-11-stable/lib/msun/i387/
H A De_remainderf.S11 ENTRY(remainderf)
20 END(remainderf)
/freebsd-11-stable/lib/msun/amd64/
H A De_remainderf.S11 ENTRY(remainderf)
/freebsd-11-stable/lib/msun/tests/
H A Drem_test.c28 * Test for remainder functions: remainder, remainderf, remainderl,
123 assert(isnan(remainderf(x, y)));
194 rem = remainderf(x, y);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h456 using ::remainderf;
H A Dtgmath.h1079 __tg_remainder(float __x, float __y) {return remainderf(__x, __y);}
H A D__clang_cuda_device_functions.h1681 __DEVICE__ float remainderf(float __a, float __b) { function
/freebsd-11-stable/lib/msun/
H A DMakefile237 MLINKS+=remainder.3 remainderf.3 remainder.3 remainderl.3 \
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h261 float remainderf(float x, float y);
1460 inline _LIBCPP_INLINE_VISIBILITY float remainder(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::remainderf(__lcpp_x, __lcpp_y);}
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31051 remainderf(0.0f, 0.0f);
[all...]

Completed in 269 milliseconds