Home
last modified time | relevance | path

Searched refs:__builtin_nansl (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dlimits.h35 #define __builtin_nansl(__dummy) NANSL macro
50 #define __builtin_nansl(__dummy) DBL_SNAN //0x7ff5555555555555 macro
/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlimits_msvc_win32.h69 #define __builtin_nansl(__dummy) _LSnan._Long_double macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dfloat.h283 #define LDBL_SNAN (__builtin_nansl (""))
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dnumeric_traits.h374 { static inline constexpr long double value = __builtin_nansl(""); };
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dlimits426 …NE_VISIBILITY static _LIBCPP_CONSTEXPR type signaling_NaN() _NOEXCEPT {return __builtin_nansl("");}
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Dlimits1872 signaling_NaN() _GLIBCXX_USE_NOEXCEPT { return __builtin_nansl(""); }
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Dlimits1866 signaling_NaN() _GLIBCXX_USE_NOEXCEPT { return __builtin_nansl(""); }
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DBuiltins.def163 BUILTIN(__builtin_nansl, "LdcC*", "FnU")
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi14441 @deftypefn {Built-in Function} {long double} __builtin_nansl (const char *str)
H A Dgcc.info47397 -- Built-in Function: long double __builtin_nansl (const char *str)
67989 * __builtin_nansl: Other Builtins. (line 951)
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dextend.texi13606 @deftypefn {Built-in Function} {long double} __builtin_nansl (const char *str)
H A Dgcc.info43556 -- Built-in Function: long double __builtin_nansl (const char *str)
64693 * __builtin_nansl: Other Builtins. (line 891)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20027355 (__builtin_nans, __builtin_nansf, __builtin_nansl): New.