/external/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 149 RemQuoDiff<long double>(&__llvm_libc::remquol, &::remquol, data, size); in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 41 libc.src.math.remquol
|
/external/llvm-project/libc/test/src/math/ |
D | remquol_test.cpp | 13 LIST_REMQUO_TESTS(long double, __llvm_libc::remquol)
|
D | CMakeLists.txt | 723 libc.src.math.remquol
|
/external/llvm-project/libc/src/math/ |
D | remquol.h | 14 long double remquol(long double x, long double y, int *exp);
|
D | remquol.cpp | 14 long double LLVM_LIBC_ENTRYPOINT(remquol)(long double x, long double y, in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 622 remquol 624 remquol.cpp 626 remquol.h
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 183 long double remquol(long double x, long double y, int* quo);
|
/external/llvm-project/clang/test/CodeGen/ |
D | math-libcalls.c | 426 remquo(f,f,i); remquof(f,f,i); remquol(f,f,i); in foo()
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 133 libc.src.math.remquol
|
/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/llvm-project/libcxx/include/ |
D | cmath | 273 long double remquol(long double x, long double y, int* pquo); 525 using ::remquol;
|
D | math.h | 1431 …ouble __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_… in remquo()
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 360 …FunctionSpec<"remquol", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleTy…
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1115 {return remquol(__x, __y, __z);} in __tg_remquo()
|
/external/llvm-project/clang/lib/Headers/ |
D | tgmath.h | 1108 {return remquol(__x, __y, __z);} in __tg_remquo()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 704 SYMBOL(remquol, None, <math.h>)
|
/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/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1379 static_assert((std::is_same<decltype(remquol(0,0, &ip)), long double>::value), ""); in test_remquo()
|
/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/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1436 static_assert((std::is_same<decltype(std::remquol(0,0, &ip)), long double>::value), ""); in test_remquo()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1352 LIBBUILTIN(remquol, "LdLdLdi*", "fn", "math.h", ALL_LANGUAGES)
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 5055 INTERCEPTOR(long double, remquol, long double x, long double y, int *quo) { 5057 COMMON_INTERCEPTOR_ENTER(ctx, remquol, x, y, quo); 5061 long double res = REAL(remquol)(x, y, quo); 5066 COMMON_INTERCEPT_FUNCTION_LDBL(remquol);
|