Home
last modified time | relevance | path

Searched defs:remquo (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__math/
H A Dremainder.h49 inline _LIBCPP_HIDE_FROM_ABI float remquo(float __x, float __y, int* __z) _NOEXCEPT { in remquo() function
54 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { in remquo() function
58 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCE… in remquo() function
63 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) … in remquo() function
/freebsd/lib/msun/src/
H A Ds_remquo.c28 remquo(double x, double y, int *quo) in remquo() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h158 __DEVICE__ __CONSTEXPR__ float remquo(float __x, float __y, int *__quo) { in remquo() function
H A D__clang_cuda_cmath.h182 __DEVICE__ float remquo(float __n, float __d, int *__q) { in remquo() function
H A Dtgmath.h1111 #define remquo(__x, __y, __z) \ macro
/freebsd/include/
H A Dtgmath.h194 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \ macro