Searched refs:vhalfx (Results 1 – 2 of 2) sorted by relevance
/external/XNNPACK/src/math/ |
D | sqrt-sse-nr2mac.c | 30 const __m128 vhalfx = _mm_mul_ps(vx, vhalf); in xnn_math_f32_sqrt__sse_nr2mac() local 34 …vrsqrtx = _mm_mul_ps(vrsqrtx, _mm_sub_ps(_mm_mul_ps(_mm_mul_ps(vhalfx, vrsqrtx), vrsqrtx), vthree_… in xnn_math_f32_sqrt__sse_nr2mac() 35 …vrsqrtx = _mm_mul_ps(vrsqrtx, _mm_sub_ps(_mm_mul_ps(_mm_mul_ps(vhalfx, vrsqrtx), vrsqrtx), vthree_… in xnn_math_f32_sqrt__sse_nr2mac()
|
D | sqrt-sse-nr1mac.c | 30 const __m128 vhalfx = _mm_mul_ps(vx, vhalf); 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()
|