Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dsqrt.h52 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrt() local
73 fy = spu_mul(fy2, fhalf); in _sqrt()
79 fe = spu_nmsub(fy, fg, fhalf); in _sqrt()
82 fy = spu_madd(fy2, fe, fy); in _sqrt()
83 fg = spu_madd(fy, fd, fg); /* 22-bit approximation */ in _sqrt()
85 dy = spu_extend(fy); in _sqrt()
Dsqrtd2.h60 vec_float4 fx, fg, fy, fd, fe, fy2, fhalf; in _sqrtd2() local
89 fy = spu_mul(fy2, fhalf); in _sqrtd2()
95 fe = spu_nmsub(fy, fg, fhalf); in _sqrtd2()
98 fy = spu_madd(fy2, fe, fy); in _sqrtd2()
99 fg = spu_madd(fy, fd, fg); /* 22-bit approximation */ in _sqrtd2()
101 dy = spu_extend(fy); in _sqrtd2()
/picolibc-3.7.0-3.6.0/newlib/
DChangeLog-201526004 * libc/include/sys/unistd.h, libc/include/sys/stat.h: ANSI-fy