Searched refs:two_n (Results 1 – 2 of 2) sorted by relevance
295 const uint32x4_t two_n = vandq_u32(vreinterpretq_u32_f32(a), in vpowq_f32() local297 const uint32x4_t n_1 = vshrq_n_u32(two_n, kShiftExponentIntoTopMantissa); in vpowq_f32()362 const float32x4_t two_n = in vpowq_f32() local376 a_exp_b = vmulq_f32(exp2_y, two_n); in vpowq_f32()
265 const __m128 two_n = _mm_and_ps(a, *((__m128*)float_exponent_mask)); in mm_pow_ps() local267 _mm_castps_si128(two_n), shift_exponent_into_top_mantissa)); in mm_pow_ps()347 const __m128 two_n = in mm_pow_ps() local364 a_exp_b = _mm_mul_ps(exp2_y, two_n); in mm_pow_ps()