HomeSort by relevance Sort by last modified time
    Searched refs:SDL_atof (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 535 #define SDL_atof atof
537 #define SDL_atof(X) SDL_strtod(X, NULL)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
537 #define SDL_atof(X) SDL_strtod(X, NULL)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
537 #define SDL_atof(X) SDL_strtod(X, NULL)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 535 #define SDL_atof atof
537 #define SDL_atof(X) SDL_strtod(X, NULL)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 816 (SDL_atof((const char *)video->glGetString(GL_VERSION)) >= 1.2f))
    [all...]

Completed in 2498 milliseconds