Searched refs:remquol (Results 1 – 9 of 9) sorted by relevance
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 184 long double remquol( long double x, long double y, int *quo);
|
/external/libcxx/include/ |
D | cmath | 274 long double remquol(long double x, long double y, int* pquo); 522 using ::remquol;
|
D | math.h | 1435 …ouble __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_… in remquo()
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1115 {return remquol(__x, __y, __z);} in __tg_remquo()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 4216 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) { 4218 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo); 4222 long double res = REAL(remquol)(x, y, quo); 4229 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1347 static_assert((std::is_same<decltype(remquol(0,0, &ip)), long double>::value), ""); in test_remquo()
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1398 static_assert((std::is_same<decltype(std::remquol(0,0, &ip)), long double>::value), ""); in test_remquo()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1783 TEST(MemorySanitizer, remquol) { in TEST() argument
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2745 fun:remquol=uninstrumented
|