Home
last modified time | relevance | path

Searched refs:nanl (Results 1 – 25 of 29) sorted by relevance

12

/external/libcxx/include/support/ibm/
Dlimits.h48 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
/external/llvm-project/libcxx/include/support/ibm/
Dlimits.h47 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
/external/clang/test/CodeGen/
Dbuiltins.c48 Q(nanl, ("")); in main()
52 Q(nanl, ("10")); in main()
Dlibcall-declarations.c36 long double nanl(const char *);
269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
/external/llvm-project/clang/test/CodeGen/
Dbuiltins.c48 Q(nanl, ("")); in main()
52 Q(nanl, ("10")); in main()
Dlibcall-declarations.c36 long double nanl(const char *);
269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
Dmath-libcalls.c72 nan(c); nanf(c); nanl(c); in foo()
/external/OpenCL-CTS/test_common/harness/
Dcompat.h232 long double nanl(const char* str);
Dmsvc9.c618 long double nanl(const char* str) in nanl() function
/external/libcxx/include/
Dcmath254 long double nanl(const char* str);
517 using ::nanl;
/external/llvm-project/libcxx/include/
Dcmath253 long double nanl(const char* str);
520 using ::nanl;
/external/cldr/common/testData/transforms/
Dcy-fonipa-t-cy.txt607 hunanlywodraeth hɨ̞nanləˈwɔdrɑːɨθ
/external/llvm-project/clang-tools-extra/clangd/
DCSymbolMap.inc663 SYMBOL(nanl, None, <math.h>)
DStdSymbolMap.inc817 SYMBOL(nanl, std::, <cmath>)
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1274 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1242 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
/external/clang/include/clang/Basic/
DBuiltins.def927 LIBBUILTIN(nanl, "LdcC*", "fnc", "math.h", ALL_LANGUAGES)
/external/libcxx/include/experimental/
Dsimd519 template <class Abi> ldoublev<Abi> nanl(const char* tagp);
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1293 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()
/external/llvm-project/libcxx/include/experimental/
Dsimd518 template <class Abi> ldoublev<Abi> nanl(const char* tagp);
/external/llvm-project/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1331 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()
/external/llvm-project/clang/include/clang/Basic/
DBuiltins.def1198 LIBBUILTIN(nanl, "LdcC*", "fUn", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2334 fun:nanl=uninstrumented
/external/llvm-project/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2334 fun:nanl=uninstrumented
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2319 EXPECT_FALSE(mld.Matches(std::nanl("1"))); in TEST()

12