Searched refs:y1_p2 (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | sqrtf4.h | 63 vec_float4 x, y0, y1, y1_n1, y1_p1, y1_p2, y1_p3; in _sqrtf4() local 85 y1_p2 = (vec_float4)spu_add((vec_uint4)(y1), 2); in _sqrtf4() 91 err_p2 = spu_nmsub(y1_p2, y1_p2, x); in _sqrtf4() 96 mant = spu_sel(mant, y1_p2, spu_cmpgt((vec_int4)(err_p2), -1)); in _sqrtf4()
|