Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/headers/
Datand2.h87 result = _asind2(_divd2(x1, _sqrtd2(spu_add(x1squ, oned)))); in _atand2()
Dhypotd2.h112 sum = _sqrtd2(spu_madd(max, max, spu_mul(min, min))); in _hypotd2()
Dasind2.h120 x_trans = _sqrtd2(spu_nmsub(x_abs, half, half)); in _asind2()
Dasinhd2.h120 fresult = _sqrtd2(spu_add(xsqu, oned)); in _asinhd2()
Dacosd2.h116 x_trans = _sqrtd2(spu_nmsub(x_abs, half, half)); in _acosd2()
Dacoshd2.h118 vec_double2 sqrtresult = _sqrtd2(sqrtarg); in _acoshd2()
Dsqrtd2.h56 static __inline vector double _sqrtd2(vector double in) in _sqrtd2() function