Searched defs:strtod (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
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/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/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.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/xorg-server-1.0.1/
H A Dxf86_libc.h418 #define strtod(ccp,cpp) xf86strtod(ccp,cpp) macro

Completed in 154 milliseconds