Home
last modified time | relevance | path

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

/freebsd-14.2/lib/msun/tests/
H A Dnan_test.c94 ald[1] = strtold(nan_str, &end); in testnan()
101 ald[3] = strtold("nan", NULL); in testnan()
H A Dilogb_test.c86 ld = strtold(buf, &end); in ATF_TC_BODY()
/freebsd-14.2/lib/libc/stdlib/
H A Dstrtold.c35 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold() function
H A DMakefile.inc17 strtol.c strtold.c strtoll.c strtoq.c strtoul.c strtonum.c strtoull.c \
67 MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
/freebsd-14.2/lib/libc/gdtoa/
H A DSymbol.map9 strtold;
/freebsd-14.2/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-14.2/contrib/llvm-project/libcxx/include/
H A Dcstdlib40 long double strtold (const char* restrict nptr, char** restrict endptr); // C99
113 using ::strtold _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdlib.inc41 using ::strtold;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcstdlib.inc41 using std::strtold;
/freebsd-14.2/include/
H A Dstdlib.h118 strtold(const char * __restrict, char ** __restrict);
/freebsd-14.2/lib/liblua/
H A Dluaconf.h458 #define lua_str2number(s,p) strtold((s), (p))
/freebsd-14.2/stand/liblua/
H A Dluaconf.h449 #define lua_str2number(s,p) strtold((s), (p))
/freebsd-14.2/contrib/lua/src/
H A Dluaconf.h460 #define lua_str2number(s,p) strtold((s), (p))
H A Dluaconf.h.dist455 #define lua_str2number(s,p) strtold((s), (p))
/freebsd-14.2/contrib/libxo/xo/
H A Dxo.c162 double value = strtold(next_arg(), NULL); in formatter()
/freebsd-14.2/usr.bin/printf/
H A Dprintf.c639 *dp = strtold(*gargv, &ep); in getfloating()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp497 INTERCEPTORS_STRTO_SRET(long double, strtold, char) in INTERCEPTORS_STRTO()
499 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO()
1807 INTERCEPT_STRTO_VER(strtold, SANITIZER_NLDBL_VERSION); in InitializeInterceptors()
1809 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
/freebsd-14.2/contrib/llvm-project/libcxx/src/
H A Dstring.cpp184 return as_float_helper<long double>(func, s, idx, strtold); in as_float()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringExtras.h306 return detail::to_float(T, Num, strtold); in to_float()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def2247 /// long double strtold(const char *nptr, char **endptr);
2248 TLI_DEFINE_ENUM_INTERNAL(strtold)
2249 TLI_DEFINE_STRING_INTERNAL("strtold")
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc781 SYMBOL(strtold, None, <stdlib.h>)
H A DStdSymbolMap.inc2804 SYMBOL(strtold, std::, <cstdlib>)
2805 SYMBOL(strtold, None, <cstdlib>)
2806 SYMBOL(strtold, None, <stdlib.h>)
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1093 LIBBUILTIN(strtold, "LdcC*c**", "f", STDLIB_H, ALL_LANGUAGES)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt3017 fun:strtold=uninstrumented