Searched refs:nanl (Results 1 – 13 of 13) sorted by relevance
/external/libcxx/include/support/ibm/ |
D | limits.h | 48 #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/OpenCL-CTS/test_common/harness/ |
D | compat.h | 233 long double nanl( const char* str);
|
D | msvc9.c | 613 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/cldr/common/testData/transforms/ |
D | cy-fonipa-t-cy.txt | 607 hunanlywodraeth hɨ̞nanləˈwɔdrɑːɨθ
|
/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/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2334 fun:nanl=uninstrumented
|
/external/googletest/googlemock/test/ |
D | gmock-matchers_test.cc | 2141 EXPECT_FALSE(mld.Matches(std::nanl("1"))); in TEST()
|