/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/ |
H A D | atof.c | 21 return (strtod(string, NULL));
|
H A D | gdtoa.h | 125 extern double strtod ANSI((CONST char *, char **));
|
H A D | gdtoaimp.h | 50 * 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 D | strtod.c | 1 /* $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 D | strtold.c | 2 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 D | wcstod.c | 49 #define _STRTOD_FUNC strtod
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | stdlib.h | 96 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 D | tchar.h | 155 #define _tcstod WINE_tchar_routine(strtod, strtod, wcstod)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/ |
H A D | tchar.h | 155 #define _tcstod WINE_tchar_routine(strtod, strtod, wcstod)
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | stdlib.h | 196 double __cdecl strtod(const char*,char**);
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | stdlib.h | 203 double __cdecl strtod(const char*,char**);
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | vfscanf.c | 839 /* scan a floating point number as if by strtod */ 853 double res = strtod(buf, &p);
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrutil.c | 17 /* 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 D | xf86_libc.h | 414 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
H A D | xf86_libc.h | 414 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
H A D | xf86_libc.h | 420 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
|
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/ |
H A D | xf86_libc.h | 370 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/ |
H A D | xf86_libc.h | 418 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | triostr.c | 1102 return strtod(source, endp);
|