Searched defs:remquo (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/libc/src/__support/FPUtil/ |
| H A D | DivisionAndRemainderOperations.h | 27 static inline T remquo(T x, T y, int &q) { in remquo() function
|
| /llvm-project-15.0.7/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) { in remquo() function
|
| H A D | tgmath.h | 1111 #define remquo(__x, __y, __z) \ macro
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | math.h | 1604 inline _LIBCPP_INLINE_VISIBILITY float remquo(float __lcpp_x, float __lcpp_y, int* __lcpp_z) … in remquo() function 1605 inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int… in remquo() function 1615 remquo(_A1 __lcpp_x, _A2 __lcpp_y, int* __lcpp_z) _NOEXCEPT in remquo() function
|
| /llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/ |
| H A D | math_h.pass.cpp | 93 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
| /llvm-project-15.0.7/libcxx/test/std/numerics/c.math/ |
| H A D | cmath.pass.cpp | 96 Ambiguous remquo(Ambiguous, Ambiguous, int*){ return Ambiguous(); } in remquo() function
|
| /llvm-project-15.0.7/libc/utils/MPFRWrapper/ |
| H A D | MPFRUtils.cpp | 265 MPFRNumber remquo(const MPFRNumber &divisor, int "ient) { in remquo() function in __llvm_libc::testing::mpfr::MPFRNumber
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/tests/ |
| H A D | msan_test.cpp | 1922 TEST(MemorySanitizer, remquo) { in TEST() argument
|