| /src/lib/msun/tests/ |
| H A D | nan_test.c | 93 ald[1] = strtold(nan_str, &end); in testnan() 100 ald[3] = strtold("nan", NULL); in testnan()
|
| H A D | ilogb_test.c | 86 ld = strtold(buf, &end); in ATF_TC_BODY()
|
| /src/lib/libc/stdlib/ |
| H A D | strtold.c | 35 strtold(const char * __restrict nptr, char ** __restrict endptr) in strtold() function
|
| H A D | Makefile.inc | 60 strtold.c \ 147 strtod.3 strtold.3
|
| /src/lib/libc/gdtoa/ |
| H A D | Symbol.map | 9 strtold;
|
| /src/contrib/netbsd-tests/lib/libc/stdlib/ |
| H A D | t_strtod.c | 157 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()
|
| /src/contrib/llvm-project/libcxx/include/__locale_dir/locale_base_api/ |
| H A D | ibm.h | 73 return ::strtold(__nptr, __endptr); in strtold_l()
|
| /src/contrib/llvm-project/libcxx/include/ |
| H A D | cstdlib | 40 long double strtold (const char* restrict nptr, char** restrict endptr); // C99 116 using ::strtold _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cstdlib.inc | 41 using ::strtold _LIBCPP_USING_IF_EXISTS;
|
| /src/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cstdlib.inc | 41 using std::strtold _LIBCPP_USING_IF_EXISTS;
|
| /src/include/ |
| H A D | stdlib.h | 116 strtold(const char * __restrict, char ** __restrict);
|
| /src/stand/liblua/ |
| H A D | luaconf.h | 449 #define lua_str2number(s,p) strtold((s), (p))
|
| /src/lib/liblua/ |
| H A D | luaconf.h | 458 #define lua_str2number(s,p) strtold((s), (p))
|
| /src/contrib/lua/src/ |
| H A D | luaconf.h | 469 #define lua_str2number(s,p) strtold((s), (p))
|
| H A D | luaconf.h.dist | 455 #define lua_str2number(s,p) strtold((s), (p))
|
| /src/contrib/libxo/xo/ |
| H A D | xo.c | 162 double value = strtold(next_arg(), NULL); in formatter()
|
| /src/usr.bin/printf/ |
| H A D | printf.c | 625 *dp = strtold(*gargv, &ep); in getfloating()
|
| /src/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 497 INTERCEPTORS_STRTO_SRET(long double, strtold, char) in INTERCEPTORS_STRTO() 499 INTERCEPTORS_STRTO(long double, strtold, char) in INTERCEPTORS_STRTO() 1809 INTERCEPT_STRTO_VER(strtold, SANITIZER_NLDBL_VERSION); in InitializeInterceptors() 1811 INTERCEPT_STRTO(strtold); in InitializeInterceptors()
|
| /src/contrib/llvm-project/libcxx/src/ |
| H A D | string.cpp | 184 return as_float_helper<long double>(func, s, idx, strtold); in as_float()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 306 return detail::to_float(T, Num, strtold); in to_float()
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetLibraryInfo.def | 2282 /// long double strtold(const char *nptr, char **endptr); 2283 TLI_DEFINE_ENUM_INTERNAL(strtold) 2284 TLI_DEFINE_STRING_INTERNAL("strtold")
|
| /src/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | CSymbolMap.inc | 781 SYMBOL(strtold, None, <stdlib.h>)
|
| H A D | StdSymbolMap.inc | 2804 SYMBOL(strtold, std::, <cstdlib>) 2805 SYMBOL(strtold, None, <cstdlib>) 2806 SYMBOL(strtold, None, <stdlib.h>)
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 3017 fun:strtold=uninstrumented
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Builtins.td | 2694 let Spellings = ["strtold"];
|