Searched refs:DIVBY32768 (Results 1 – 1 of 1) sorted by relevance
65 #define DIVBY32768 0.000030517578125f macro118 *dst = ((float) *src) * DIVBY32768; in SDL_Convert_S16_to_F32_Scalar()137 *dst = (((float) *src) * DIVBY32768) - 1.0f; in SDL_Convert_U16_to_F32_Scalar()427 *dst = ((float) *src) * DIVBY32768; in SDL_Convert_S16_to_F32_SSE2()454 *dst = ((float) *src) * DIVBY32768; in SDL_Convert_S16_to_F32_SSE2()475 *dst = (((float) *src) * DIVBY32768) - 1.0f; in SDL_Convert_U16_to_F32_SSE2()503 *dst = (((float) *src) * DIVBY32768) - 1.0f; in SDL_Convert_U16_to_F32_SSE2()969 *dst = ((float) *src) * DIVBY32768; in SDL_Convert_S16_to_F32_NEON()992 *dst = ((float) *src) * DIVBY32768; in SDL_Convert_S16_to_F32_NEON()1013 *dst = (((float) *src) * DIVBY32768) - 1.0f; in SDL_Convert_U16_to_F32_NEON()[all …]
Completed in 5 milliseconds