Home
last modified time | relevance | path

Searched refs:y1_n1 (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dsqrtf4.h63 vec_float4 x, y0, y1, y1_n1, y1_p1, y1_p2, y1_p3; in _sqrtf4() local
87 y1_n1 = (vec_float4)spu_add((vec_uint4)(y1), -1); in _sqrtf4()
94 mant = spu_sel(y1_n1, y1, spu_cmpgt((vec_int4)(err), -1)); in _sqrtf4()