Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/headers/
Dsqrt.h52 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrt() local
72 fy2 = spu_rsqrte(fx); in _sqrt()
73 fy = spu_mul(fy2, fhalf); in _sqrt()
74 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrt()
82 fy = spu_madd(fy2, fe, fy); in _sqrt()
Dsqrtd2.h60 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrtd2() local
88 fy2 = spu_rsqrte(fx); in _sqrtd2()
89 fy = spu_mul(fy2, fhalf); in _sqrtd2()
90 fg = spu_mul(fy2, fx); /* 12-bit approximation to sqrt(cx) */ in _sqrtd2()
98 fy = spu_madd(fy2, fe, fy); in _sqrtd2()