Searched defs:remquo (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | remainder.h | 49 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 D | s_remquo.c | 28 remquo(double x, double y, int *quo) in remquo() function
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 158 __DEVICE__ __CONSTEXPR__ float remquo(float __x, float __y, int *__quo) { in remquo() function
|
H A D | __clang_cuda_cmath.h | 182 __DEVICE__ float remquo(float __n, float __d, int *__q) { in remquo() function
|
H A D | tgmath.h | 1111 #define remquo(__x, __y, __z) \ macro
|
/freebsd/include/ |
H A D | tgmath.h | 194 #define remquo(x, y, z) __tg_impl_simple(x, x, y, remquol, remquo, \ macro
|