Home
last modified time | relevance | path

Searched refs:fdiml (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm-project/libc/test/src/math/
Dfdiml_test.cpp19 TEST_F(FDimTest, NaNArg_fdiml) { testNaNArg(&__llvm_libc::fdiml); } in TEST_F()
21 TEST_F(FDimTest, InfArg_fdiml) { testInfArg(&__llvm_libc::fdiml); } in TEST_F()
23 TEST_F(FDimTest, NegInfArg_fdiml) { testNegInfArg(&__llvm_libc::fdiml); } in TEST_F()
25 TEST_F(FDimTest, BothZero_fdiml) { testBothZero(&__llvm_libc::fdiml); } in TEST_F()
27 TEST_F(FDimTest, InLongDoubleRange_fdiml) { testInRange(&__llvm_libc::fdiml); } in TEST_F()
DCMakeLists.txt567 libc.src.math.fdiml
/external/llvm-project/libc/fuzzing/math/
Dmath_differential_fuzz.cpp118 TwoInputSingleOutputDiff<long double, long double>(&__llvm_libc::fdiml, in LLVMFuzzerTestOneInput()
119 &::fdiml, data, size); in LLVMFuzzerTestOneInput()
DCMakeLists.txt16 libc.src.math.fdiml
/external/llvm-project/libc/src/math/
Dfdiml.h14 long double fdiml(long double x, long double y);
Dfdiml.cpp14 long double LLVM_LIBC_ENTRYPOINT(fdiml)(long double x, long double y) { in LLVM_LIBC_ENTRYPOINT() argument
DCMakeLists.txt706 fdiml
708 fdiml.cpp
710 fdiml.h
/external/clang/test/CodeGen/
Dlibcall-declarations.c87 long double fdiml(long double, long double);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
/external/llvm-project/clang/test/CodeGen/
Dlibcall-declarations.c87 long double fdiml(long double, long double);
279 F(fdim), F(fdimf), F(fdiml), F(floor), F(floorf),
Dmath-libcalls.c226 fdim(f,f); fdimf(f,f); fdiml(f,f); in foo()
/external/llvm-project/libc/config/linux/aarch64/
Dentrypoints.txt58 libc.src.math.fdiml
/external/OpenCL-CTS/test_common/harness/
Dcompat.h179 long double fdiml(long double x, long double y);
/external/llvm-project/libc/config/linux/x86_64/
Dentrypoints.txt101 libc.src.math.fdiml
/external/libcxx/include/
Dcmath194 long double fdiml(long double x, long double y);
503 using ::fdiml;
Dmath.h1174 …uble fdim(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y… in fdim()
/external/llvm-project/libcxx/include/
Dcmath193 long double fdiml(long double x, long double y);
506 using ::fdiml;
Dmath.h1170 …uble fdim(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fdiml(__lcpp_x, __lcpp_y… in fdim()
/external/llvm-project/libc/spec/
Dstdc.td311 …FunctionSpec<"fdiml", RetValSpec<LongDoubleType>, [ArgSpec<LongDoubleType>, ArgSpec<LongDoubleType…
/external/clang/lib/Headers/
Dtgmath.h708 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} in __tg_fdim()
/external/llvm-project/clang/lib/Headers/
Dtgmath.h701 __tg_fdim(long double __x, long double __y) {return fdiml(__x, __y);} in __tg_fdim()
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc442 SYMBOL(fdiml, None, <math.h>)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp986 static_assert((std::is_same<decltype(fdiml(0,0)), long double>::value), ""); in test_fdim()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp954 static_assert((std::is_same<decltype(fdiml(0,0)), long double>::value), ""); in test_fdim()
/external/clang/include/clang/Basic/
DBuiltins.def995 LIBBUILTIN(fdiml, "LdLdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp983 static_assert((std::is_same<decltype(std::fdiml(0,0)), long double>::value), ""); in test_fdim()

12