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

12

/openbsd-current/lib/libc/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */
37 strtold(const char * __restrict s, char ** __restrict sp) function
41 DEF_STRONG(strtold); variable
H A DMakefile.inc16 strtof.c strtold.c sum.c ulp.c
/openbsd-current/lib/libc/arch/aarch64/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.1 2017/01/11 18:09:24 patrick Exp $ */
39 strtold(const char * __restrict s, char ** __restrict sp) function
46 DEF_STRONG(strtold); variable
/openbsd-current/lib/libc/arch/amd64/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */
39 strtold(const char * __restrict s, char ** __restrict sp) function
46 DEF_STRONG(strtold); variable
/openbsd-current/lib/libc/arch/i386/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */
39 strtold(const char * __restrict s, char ** __restrict sp) function
46 DEF_STRONG(strtold); variable
/openbsd-current/lib/libc/arch/mips64/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */
39 strtold(const char * __restrict s, char ** __restrict sp) function
46 DEF_STRONG(strtold); variable
/openbsd-current/lib/libc/arch/sparc64/gdtoa/
H A Dstrtold.c1 /* $OpenBSD: strtold.c,v 1.2 2015/09/13 08:31:47 guenther Exp $ */
39 strtold(const char * __restrict s, char ** __restrict sp) function
46 DEF_STRONG(strtold); variable
/openbsd-current/lib/libc/locale/
H A Dwcstold.c11 #define STRTOD_FUNC strtold
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/
H A Dstdlib.h25 extern long double strtold(const char *, char **);
/openbsd-current/gnu/gcc/fixincludes/tests/base/
H A Dstdlib.h18 extern long double strtold(const char *, char **);
/openbsd-current/regress/lib/libm/msun/
H A Dnan_test.c96 ald[1] = strtold(nan_str, &end);
102 /* nanl("") == strtold("nan") */
103 ald[3] = strtold("nan", NULL);
H A Dilogb_test.c89 ld = strtold(buf, &end);
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdlib.h159 #undef strtold
199 using ::strtold;
219 using ::__gnu_cxx::strtold;
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdlib.h134 #undef strtold macro
177 using ::strtold;
196 using __gnu_cxx::strtold;
/openbsd-current/gnu/llvm/libcxx/include/__support/xlocale/
H A D__strtonum_fallback.h38 return ::strtold(__nptr, __endptr);
/openbsd-current/gnu/llvm/libcxx/include/__support/solaris/
H A Dxlocale.h67 return ::strtold(__nptr, __endptr);
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dposix.t189 skip("strtold() not present", 3) unless $Config{d_strtold};
196 # we're just checking that strtold works, not how accurate it is
197 ($n, $x) = &POSIX::strtold('2.718_ISH');
198 cmp_ok(abs("2.718" - $n), '<', 1e-6, 'strtold works');
199 is($x, 4, 'strtold works');
201 # If $Config{nvtype} is 'long double' we check that strtold assigns the same value as
208 $n = &POSIX::strtold('9.81256119e4820');
209 cmp_ok($n, '==', 9.81256119e4820, "strtold and perl agree $weasel_words");
212 $n = &POSIX::strtold('9.81256119e4820');
214 cmp_ok($n, '==', 9.81256119e4820, "strtold an
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/config/locale/generic/
H A Dc_locale.cc39 #include <cstdlib> // For strof, strtold
116 long double __ld = strtold(__s, &__sanity);
/openbsd-current/gnu/llvm/libcxx/include/__support/ibm/
H A Dxlocale.h85 return ::strtold(__nptr, __endptr);
/openbsd-current/gnu/lib/libstdc++/libstdc++/config/locale/generic/
H A Dc_locale.cc190 long double __ld = strtold(__s, &__sanity);
/openbsd-current/gnu/llvm/libcxx/src/support/win32/
H A Dlocale_win32.cpp131 return strtold(nptr, endptr);
/openbsd-current/include/
H A Dstdlib.h131 strtold(const char *__restrict, char **__restrict);
/openbsd-current/lib/libc/hidden/
H A Dstdlib.h159 PROTO_NORMAL(strtold); variable
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h418 # define strtold _strtold macro
/openbsd-current/gnu/lib/libstdc++-v3/
H A Dconfig.h318 /* Define to 1 if you have the `strtold' function. */
1077 # define strtold _strtold macro

Completed in 408 milliseconds

12