Searched refs:strtold (Results 1 - 15 of 15) sorted by relevance

/freebsd-10.0-release/lib/libc/gdtoa/
H A DSymbol.map13 strtold;
/freebsd-10.0-release/tools/regression/lib/msun/
H A Dtest-nan.c95 ald[1] = strtold(nan_str, &end);
101 /* nanl("") == strtold("nan") */
102 ald[3] = strtold("nan", NULL);
H A Dtest-ilogb.c75 ld = strtold(buf, &end);
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h159 #undef strtold
199 using ::strtold;
219 using ::__gnu_cxx::strtold;
/freebsd-10.0-release/lib/libc/stdlib/
H A Dstrtol.c155 strtold(const char * __restrict nptr, char ** __restrict endptr) function
/freebsd-10.0-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc39 #include <cstdlib> // For strof, strtold
116 long double __ld = strtold(__s, &__sanity);
/freebsd-10.0-release/include/
H A Dstdlib.h110 strtold(const char * __restrict, char ** __restrict);
/freebsd-10.0-release/gnu/lib/libstdc++/
H A Dconfig.h322 /* Define to 1 if you have the `strtold' function. */
1091 # define strtold _strtold macro
/freebsd-10.0-release/usr.bin/printf/
H A Dprintf.c525 *dp = strtold(*gargv, &ep);
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h556 /// long double strtold(const char *nptr, char **endptr);
557 strtold, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/libc++/src/
H A Dstring.cpp221 return as_float_helper<long double>( func, s, idx, strtold );
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfig.h.in316 /* Define to 1 if you have the `strtold' function. */
1073 # define strtold _strtold
H A Dconfigure7618 strtold("gnu", &tmp);
29181 echo "$as_me:$LINENO: checking for strtold declaration" >&5
29182 echo $ECHO_N "checking for strtold declaration... $ECHO_C" >&6
29206 strtold(0, 0);
29255 for ac_func in strtold
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp689 case LibFunc::strtold:
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1807 case LibFunc::strtold:

Completed in 234 milliseconds