/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 { remquo() function 54 _LIBCPP_HIDE_FROM_ABI double remquo(double __x, double __y, int* __z) _NOEXCEPT { remquo() function 58 inline _LIBCPP_HIDE_FROM_ABI long double remquo(long double __x, long double __y, int* __z) _NOEXCEPT { remquo() function 63 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type remquo(_A1 __x, _A2 __y, int* __z) _NOEXCEPT { remquo() function
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | DivisionAndRemainderOperations.h | 27 LIBC_INLINE T remquo(T x, T y, int &q) { remquo() function
|
/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 | __clang_cuda_math.h | 242 __DEVICE__ double remquo(double __a, double __b, int *__c) { remquo() function
|
H A D | tgmath.h | 1111 #define remquo(__x, __y, __z) \ macro
|
/llvm-project/libc/src/math/nvptx/ |
H A D | nvptx.h | 90 LIBC_INLINE double remquo(double x, double y, int *i) { remquo() function
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 100 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } remquo() function [all...] |
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 98 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 403 MPFRNumber remquo(const MPFRNumber &divisor, int "ient) { remquo() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
|
/llvm-project/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1937 TEST(MemorySanitizer, remquo) { in TEST() argument
|