OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_strtod
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h
523
#define
SDL_strtod
strtod
525
extern DECLSPEC double SDLCALL
SDL_strtod
(const char *string, char **endp);
537
#define SDL_atof(X)
SDL_strtod
(X, NULL)
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h
523
#define
SDL_strtod
strtod
525
extern DECLSPEC double SDLCALL
SDL_strtod
(const char *string, char **endp);
537
#define SDL_atof(X)
SDL_strtod
(X, NULL)
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h
523
#define
SDL_strtod
strtod
525
extern DECLSPEC double SDLCALL
SDL_strtod
(const char *string, char **endp);
537
#define SDL_atof(X)
SDL_strtod
(X, NULL)
/prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h
523
#define
SDL_strtod
strtod
525
extern DECLSPEC double SDLCALL
SDL_strtod
(const char *string, char **endp);
537
#define SDL_atof(X)
SDL_strtod
(X, NULL)
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c
653
double
SDL_strtod
(const char *string, char **endp)
[
all
...]
Completed in 27 milliseconds