Home
last modified time | relevance | path

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

12

/freebsd/lib/msun/tests/
H A Dnan_test.c93 ald[1] = strtold(nan_str, &end); in testnan()
99 /* nanl("") == strtold("nan") */ in testnan()
100 ald[3] = strtold("nan", NULL); in testnan()
H A Dilogb_test.c86 ld = strtold(buf, &end); in ATF_TC_BODY()
/freebsd/lib/libc/stdlib/
H A Dstrtold.c35 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold() function
H A DMakefile.inc60 strtold.c \
147 strtod.3 strtold.3
/freebsd/lib/libc/gdtoa/
H A DSymbol.map9 strtold;
/freebsd/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtod.c157 volatile long double ld = strtold(inf_strings[i], NULL); in ATF_TC_BODY()
219 volatile long double ld = strtold(nan_string, &end); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__support/xlocale/
H A D__strtonum_fallback.h34 return ::strtold(__nptr, __endptr); in strtold_l()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/support/no_locale/
H A Dstrtonum.h34 return std::strtold(__nptr, __endptr); in __strtold()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dcstdlib40 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
112 using ::strtold _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__locale_dir/locale_base_api/
H A Dibm.h73 return ::strtold(__nptr, __endptr); in strtold_l()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/
H A Dibm.h73 return ::strtold(__nptr, __endptr); in strtold_l()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dcstdlib40 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
119 using ::strtold _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc41 using ::strtold _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.cppm
H A Dcstdlib.inc41 using std::strtold _LIBCPP_USING_IF_EXISTS;
/freebsd/include/
H A Dstdlib.h116 strtold(const char * __restrict, char ** __restrict);
/freebsd/lib/liblua/
H A Dluaconf.h458 #define lua_str2number(s,p) strtold((s), (p))
/freebsd/stand/liblua/
H A Dluaconf.h449 #define lua_str2number(s,p) strtold((s), (p))
/freebsd/contrib/lua/src/
H A Dluaconf.h469 #define lua_str2number(s,p) strtold((s), (p))
H A Dluaconf.h.dist455 #define lua_str2number(s,p) strtold((s), (p))
/freebsd/contrib/libxo/xo/
H A Dxo.c162 double value = strtold(next_arg(), NULL); in formatter()
/freebsd/usr.bin/printf/
H A Dprintf.c625 *dp = strtold(*gargv, &ep); in getfloating()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp523 INTERCEPTORS_STRTO_SRET(long double, strtold, char) in INTERCEPTORS_STRTO()
525 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO()
1837 INTERCEPT_STRTO_VER(strtold, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1839 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstring.cpp222 return as_float_helper<long double>(func, s, idx, strtold); in as_float()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2496 /// long double strtold(const char *nptr, char **endptr);
2497 TLI_DEFINE_ENUM_INTERNAL(strtold)
2498 TLI_DEFINE_STRING_INTERNAL("strtold")

12