/external/libcxx/include/support/ibm/ |
D | limits.h | 48 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
|
/external/llvm-project/libcxx/include/support/ibm/ |
D | limits.h | 47 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
|
/external/clang/test/CodeGen/ |
D | builtins.c | 48 Q(nanl, ("")); in main() 52 Q(nanl, ("10")); in main()
|
D | libcall-declarations.c | 36 long double nanl(const char *); 269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
|
/external/llvm-project/clang/test/CodeGen/ |
D | builtins.c | 48 Q(nanl, ("")); in main() 52 Q(nanl, ("10")); in main()
|
D | libcall-declarations.c | 36 long double nanl(const char *); 269 F(nanf), F(nanl), F(pow), F(powf), F(powl),
|
D | math-libcalls.c | 72 nan(c); nanf(c); nanl(c); in foo()
|
/external/OpenCL-CTS/test_common/harness/ |
D | compat.h | 232 long double nanl(const char* str);
|
D | msvc9.c | 618 long double nanl(const char* str) in nanl() function
|
/external/libcxx/include/ |
D | cmath | 254 long double nanl(const char* str); 517 using ::nanl;
|
/external/llvm-project/libcxx/include/ |
D | cmath | 253 long double nanl(const char* str); 520 using ::nanl;
|
/external/cldr/common/testData/transforms/ |
D | cy-fonipa-t-cy.txt | 607 hunanlywodraeth hɨ̞nanləˈwɔdrɑːɨθ
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | CSymbolMap.inc | 663 SYMBOL(nanl, None, <math.h>)
|
D | StdSymbolMap.inc | 817 SYMBOL(nanl, std::, <cmath>)
|
/external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1274 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 1242 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 927 LIBBUILTIN(nanl, "LdcC*", "fnc", "math.h", ALL_LANGUAGES)
|
/external/libcxx/include/experimental/ |
D | simd | 519 template <class Abi> ldoublev<Abi> nanl(const char* tagp);
|
/external/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1293 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()
|
/external/llvm-project/libcxx/include/experimental/ |
D | simd | 518 template <class Abi> ldoublev<Abi> nanl(const char* tagp);
|
/external/llvm-project/libcxx/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 1331 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Builtins.def | 1198 LIBBUILTIN(nanl, "LdcC*", "fUn", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2334 fun:nanl=uninstrumented
|
/external/llvm-project/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2334 fun:nanl=uninstrumented
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 2319 EXPECT_FALSE(mld.Matches(std::nanl("1"))); in TEST()
|