Searched refs:_sqrtf4 (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | sqrtf.h | 47 res = spu_extract(_sqrtf4(vx), 0); in _sqrtf()
|
D | acoshf4.h | 120 fresult = _sqrtf4(spu_madd(x, x, minus_onef)); in _acoshf4() 146 mresult = spu_mul(mresult, _sqrtf4(spu_mul(xminus1, twof))); in _acoshf4()
|
D | hypotf4.h | 117 sum = _sqrtf4(spu_madd(max, max, spu_mul(min, min))); in _hypotf4()
|
D | asinf4.h | 131 r2 = spu_nmsub(r, _sqrtf4(spu_sub(spu_splats(1.0f), xabs)), in _asinf4()
|
D | sqrtf4.h | 56 static __inline vector float _sqrtf4(vector float in) in _sqrtf4() function
|
D | asinhf4.h | 137 vec_float4 logarg = spu_add(xabs, _sqrtf4(spu_madd(xabs, xabs, onef))); in _asinhf4()
|
D | acosf4.h | 121 vec_float4 s = _sqrtf4(z); in _acosf4()
|