/external/llvm-project/libc/fuzzing/math/ |
D | math_differential_fuzz.cpp | 111 TwoInputSingleOutputDiff<long double, long double>(&__llvm_libc::remainderl, in LLVMFuzzerTestOneInput() 112 &::remainderl, data, size); in LLVMFuzzerTestOneInput()
|
D | CMakeLists.txt | 38 libc.src.math.remainderl
|
/external/llvm-project/libc/src/math/ |
D | remainderl.h | 14 long double remainderl(long double x, long double y);
|
D | remainderl.cpp | 14 long double LLVM_LIBC_ENTRYPOINT(remainderl)(long double x, long double y) { in LLVM_LIBC_ENTRYPOINT() argument
|
D | CMakeLists.txt | 658 remainderl 660 remainderl.cpp 662 remainderl.h
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 147 long double remainderl(long double, long double); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
/external/llvm-project/clang/test/CodeGen/ |
D | libcall-declarations.c | 147 long double remainderl(long double, long double); 291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
|
D | math-libcalls.c | 417 remainder(f,f); remainderf(f,f); remainderl(f,f); in foo()
|
/external/llvm-project/libc/config/linux/x86_64/ |
D | entrypoints.txt | 130 libc.src.math.remainderl
|
/external/libcxx/include/ |
D | cmath | 270 long double remainderl(long double x, long double y); 521 using ::remainderl;
|
D | math.h | 1414 …ainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp… in remainder()
|
/external/llvm-project/libcxx/include/ |
D | cmath | 269 long double remainderl(long double x, long double y); 524 using ::remainderl;
|
D | math.h | 1410 …ainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp… in remainder()
|
/external/llvm-project/libc/spec/ |
D | stdc.td | 356 …FunctionSpec<"remainderl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubl…
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.def | 1155 /// long double remainderl(long double x, long double y); 1156 TLI_DEFINE_ENUM_INTERNAL(remainderl) 1157 TLI_DEFINE_STRING_INTERNAL("remainderl")
|
/external/clang/lib/Headers/ |
D | tgmath.h | 1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
|
/external/llvm-project/clang/lib/Headers/ |
D | tgmath.h | 1087 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 700 SYMBOL(remainderl, None, <math.h>)
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1355 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1323 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 1075 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1374 static_assert((std::is_same<decltype(std::remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1412 static_assert((std::is_same<decltype(std::remainderl(0,0)), long double>::value), ""); in test_remainder()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1348 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2738 fun:remainderl=uninstrumented
|