Home
last modified time | relevance | path

Searched refs:remainderl (Results 1 – 25 of 30) sorted by relevance

12

/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp111 TwoInputSingleOutputDiff<long double, long double>(&__llvm_libc::remainderl, in LLVMFuzzerTestOneInput()
112 &::remainderl, data, size); in LLVMFuzzerTestOneInput()
DCMakeLists.txt38 libc.src.math.remainderl
/external/llvm-project/libc/src/math/
Dremainderl.h14 long double remainderl(long double x, long double y);
Dremainderl.cpp14 long double LLVM_LIBC_ENTRYPOINT(remainderl)(long double x, long double y) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt658 remainderl
660 remainderl.cpp
662 remainderl.h
/external/clang/test/CodeGen/
Dlibcall-declarations.c147 long double remainderl(long double, long double);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c147 long double remainderl(long double, long double);
291 F(remainder), F(remainderf), F(remainderl), F(rint), F(rintf),
Dmath-libcalls.c417 remainder(f,f); remainderf(f,f); remainderl(f,f); in foo()
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt130 libc.src.math.remainderl
/external/libcxx/include/
Dcmath270 long double remainderl(long double x, long double y);
521 using ::remainderl;
Dmath.h1414 …ainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp… in remainder()
/external/llvm-project/libcxx/include/
Dcmath269 long double remainderl(long double x, long double y);
524 using ::remainderl;
Dmath.h1410 …ainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp… in remainder()
/external/llvm-project/libc/spec/
Dstdc.td356 …FunctionSpec<"remainderl", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubl…
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def1155 /// 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/
Dtgmath.h1094 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
/external/llvm-project/clang/lib/Headers/
Dtgmath.h1087 __tg_remainder(long double __x, long double __y) {return remainderl(__x, __y);} in __tg_remainder()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc700 SYMBOL(remainderl, None, <math.h>)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1355 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1323 static_assert((std::is_same<decltype(remainderl(0,0)), long double>::value), ""); in test_remainder()
/external/clang/include/clang/Basic/
DBuiltins.def1075 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1374 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/
Dcmath.pass.cpp1412 static_assert((std::is_same<decltype(std::remainderl(0,0)), long double>::value), ""); in test_remainder()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def1348 LIBBUILTIN(remainderl, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2738 fun:remainderl=uninstrumented

12