Home
last modified time | relevance | path

Searched refs:SDL_ScanFloat (Results 1 – 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/stdlib/
DSDL_string.c208 static size_t SDL_ScanFloat(const char *text, double *valuep) in SDL_ScanFloat() function
658 len = SDL_ScanFloat(string, &value); in SDL_strtod()
942 text += SDL_ScanFloat(text, &value); in SDL_sscanf()