Searched refs:nanl (Results 1 – 9 of 9) sorted by relevance
76 long double nanl(const char*);
50 ldn = nanl(""); in main()
128 __weak_reference(nan, nanl);
48 #define __builtin_nanl(__dummy) nanl(__dummy) //0x7ff8000000000000
83 __attribute__((weak)) long double nanl(const char* s) { return nan(s); } in nanl() function
524 static_assert((std::is_same<decltype(nanl("")), long double>::value), ""); in test_nan()
250 long double nanl(const char* str);1665 using ::nanl;
1087 static_assert((std::is_same<decltype(std::nanl("")), long double>::value), ""); in test_nan()