Searched refs:strtod (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Datof.c21 return (strtod(string, NULL));
H A Dgdtoa.h125 extern double strtod ANSI((CONST char *, char **));
H A Dgdtoaimp.h50 * before invoking strtod or dtoa. If the machine uses (the equivalent
59 /* strtod for IEEE-, VAX-, and IBM-arithmetic machines.
61 * This strtod returns a nearest machine number to the input decimal
133 * conversions by strtod of strings of 800 digits and all gdtoa
137 * #define INFNAN_CHECK on IEEE systems to cause strtod to check for
163 * #define -DNO_ERRNO to suppress setting errno (in strtod.c and
613 extern double strtod (const char *s00, char **se);
622 * NAN_WORD0 and NAN_WORD1 are only referenced in strtod.c. Prior to
H A Dstrtod.c1 /* $NetBSD: strtod.c,v 1.4.14.1 2008/04/08 21:10:55 jdc Exp $ */
49 /* flag unnecessarily. It leads to a song and dance at the end of strtod. */
65 //__strong_alias(_strtold, strtod)
75 strtod(CONST char *s00, char **se) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/Ipf/
H A Dstrtold.c2 Wrapper for strtold so that it just calls strtod(). This is because the IPF implementation doesn't have
17 return (long double)strtod( nptr, endptr);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dwcstod.c49 #define _STRTOD_FUNC strtod
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdlib.h96 double strtod (const char * __restrict nptr,
517 The strtod, strtof, and strtold functions convert the initial portion of
540 double strtod(const char * __restrict nptr, char ** __restrict endptr);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dtchar.h155 #define _tcstod WINE_tchar_routine(strtod, strtod, wcstod)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h155 #define _tcstod WINE_tchar_routine(strtod, strtod, wcstod)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdlib.h196 double __cdecl strtod(const char*,char**);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdlib.h203 double __cdecl strtod(const char*,char**);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfscanf.c839 /* scan a floating point number as if by strtod */
853 double res = strtod(buf, &p);
/vbox/src/libs/libpng-1.2.8/
H A Dpngrutil.c17 /* strtod() function is not supported on WindowsCE */
19 __inline double strtod(const char *nptr, char **endptr) function
1736 width = strtod(ep, &vp);
1759 height = strtod(ep, &vp);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h414 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h414 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h420 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h370 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h418 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
/vbox/src/libs/libxml2-2.6.31/
H A Dtriostr.c1102 return strtod(source, endp);

Completed in 375 milliseconds