Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__math/
H A Dremainder.h49 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 DDivisionAndRemainderOperations.h27 LIBC_INLINE T remquo(T x, T y, int &q) { remquo() function
/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 D__clang_cuda_math.h242 __DEVICE__ double remquo(double __a, double __b, int *__c) { remquo() function
H A Dtgmath.h1111 #define remquo(__x, __y, __z) \ macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h90 LIBC_INLINE double remquo(double x, double y, int *i) { remquo() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp100 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } remquo() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp98 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp403 MPFRNumber remquo(const MPFRNumber &divisor, int &quotient) { remquo() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1937 TEST(MemorySanitizer, remquo) { in TEST() argument