Searched refs:vthree_halfs (Results 1 – 2 of 2) sorted by relevance
/external/XNNPACK/src/math/ |
D | sqrt-sse-nr2mac.c | 22 const __m128 vthree_halfs = _mm_set1_ps(1.5f); in xnn_math_f32_sqrt__sse_nr2mac() local 34 … = _mm_mul_ps(vrsqrtx, _mm_sub_ps(_mm_mul_ps(_mm_mul_ps(vhalfx, vrsqrtx), vrsqrtx), vthree_halfs)); in xnn_math_f32_sqrt__sse_nr2mac() 35 … = _mm_mul_ps(vrsqrtx, _mm_sub_ps(_mm_mul_ps(_mm_mul_ps(vhalfx, vrsqrtx), vrsqrtx), vthree_halfs)); in xnn_math_f32_sqrt__sse_nr2mac()
|
D | sqrt-sse-nr1mac.c | 22 const __m128 vthree_halfs = _mm_set1_ps(1.5f); in xnn_math_f32_sqrt__sse_nr1mac() local 34 …vrsqrtx = _mm_mul_ps(vrsqrtx, _mm_sub_ps(vthree_halfs, _mm_mul_ps(vhalfx, _mm_mul_ps(vrsqrtx, vrsq… in xnn_math_f32_sqrt__sse_nr1mac()
|