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

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

Completed in 121 milliseconds