Searched refs:negone (Results 1 – 1 of 1) sorted by relevance
580 const __m128 negone = _mm_set1_ps(-1.0f); in SDL_Convert_F32_to_S8_SSE2() local640 const __m128 negone = _mm_set1_ps(-1.0f); in SDL_Convert_F32_to_U8_SSE2() local700 const __m128 negone = _mm_set1_ps(-1.0f); in SDL_Convert_F32_to_S16_SSE2() local767 const __m128 negone = _mm_set1_ps(-1.0f); in SDL_Convert_F32_to_U16_SSE2() local824 const __m128 negone = _mm_set1_ps(-1.0f); in SDL_Convert_F32_to_S32_SSE2() local928 const float32x4_t negone = vdupq_n_f32(-1.0f); in SDL_Convert_U8_to_F32_NEON() local1023 const float32x4_t negone = vdupq_n_f32(-1.0f); in SDL_Convert_U16_to_F32_NEON() local1114 const float32x4_t negone = vdupq_n_f32(-1.0f); in SDL_Convert_F32_to_S8_NEON() local1176 const float32x4_t negone = vdupq_n_f32(-1.0f); in SDL_Convert_F32_to_U8_NEON() local1239 const float32x4_t negone = vdupq_n_f32(-1.0f); in SDL_Convert_F32_to_S16_NEON() local[all …]
Completed in 5 milliseconds