Home
last modified time | relevance | path

Searched refs:strtold (Results 1 – 24 of 24) sorted by relevance

/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1492 # define strtold rpl_strtold
1495 _GL_FUNCDECL_RPL (strtold, long double, (const char *str, char **endp)
1497 _GL_CXXALIAS_RPL (strtold, long double, (const char *str, char **endp));
1500 _GL_FUNCDECL_SYS (strtold, long double, (const char *str, char **endp)
1503 _GL_CXXALIAS_SYS (strtold, long double, (const char *str, char **endp));
1505 _GL_CXXALIASWARN (strtold);
1507 # undef strtold
1509 _GL_WARN_ON_USE (strtold, "strtold is unportable - "
/dragonfly/tools/regression/lib/libm/
H A Dtest-nan.c94 ald[1] = strtold(nan_str, &end); in testnan()
101 ald[3] = strtold("nan", NULL); in testnan()
H A Dtest-ilogb.c75 ld = strtold(buf, &end); in main()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib158 #undef strtold
200 using ::strtold;
221 using ::__gnu_cxx::strtold;
242 using std::strtold;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdlib155 #undef strtold
197 using ::strtold;
218 using ::__gnu_cxx::strtold;
/dragonfly/lib/libc/gdtoa/
H A DSymbol.map6 strtold;
/dragonfly/lib/libc/stdlib/
H A Dstrtol.c44 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold() function
H A DMakefile.inc96 strtod.3 strtold.3 \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdlib193 #undef strtold
232 using ::strtold;
252 using ::__gnu_cxx::strtold;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/tr1/
H A Dcstdlib58 using std::strtold;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/tr1/
H A Dcstdlib58 using std::strtold;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc176 __v = strtold(__s, &__sanity); in __convert_to_v()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/locale/dragonfly/
H A Dc_locale.cc176 __v = strtold(__s, &__sanity); in __convert_to_v()
/dragonfly/include/
H A Dstdlib.h122 strtold(const char * __restrict, char ** __restrict);
/dragonfly/contrib/gcc-4.7/libgcc/
H A Ddfp-bit.h276 #define STR_TO_BFP strtold
289 #define STR_TO_BFP strtold
H A Ddfp-bit.c37 extern long double strtold (const char *, char **);
/dragonfly/gnu/lib/gcc47/libstdc++/
H A Dconfig.h1186 # define strtold _strtold macro
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A Dconfig.h1300 # define strtold _strtold macro
/dragonfly/usr.bin/printf/
H A Dprintf.c627 *dp = strtold(*gargv, &ep); in getfloating()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in363 /* Define to 1 if you have the `strtold' function. */
1163 # define strtold _strtold macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dvstring.h2585 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_string.h2855 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dvstring.h2729 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); } in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dbasic_string.h6445 { return __gnu_cxx::__stoa(&std::strtold, "stold", __str.c_str(), __idx); }