Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/
Dcoshd2.h79 vec_uint4 use_exp = spu_cmpabsgt(spu_roundtf(x),spu_splats(1.0f)); in _coshd2() local
80 use_exp = spu_or(use_exp,spu_rlmaskqwbyte(use_exp,-4)); in _coshd2()
108 result = spu_sel(result,r2,(vec_ullong2)use_exp); in _coshd2()
Dsinhd2.h80 vec_uint4 use_exp = spu_cmpabsgt(spu_roundtf(x),spu_splats(1.0f)); in _sinhd2() local
81 use_exp = spu_or(use_exp,spu_rlmaskqwbyte(use_exp,-4)); in _sinhd2()
112 result = spu_sel(result,r2,(vec_ullong2)use_exp); in _sinhd2()
Dexpm1f4.h80 vector unsigned int use_exp; in _expm1f4() local
86 use_exp = spu_or(spu_cmpgt(x, rangehi), spu_cmpgt(rangelo, x)); in _expm1f4()
112 result = spu_sel(rresult, eresult, use_exp); in _expm1f4()
Dexpm1d2.h86 vector unsigned long long use_exp; in _expm1d2() local
95 use_exp = spu_cmpabsgt(xbug, range); in _expm1d2()
129 result = spu_sel(rresult, eresult, use_exp); in _expm1d2()
Dcoshf4.h92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _coshf4() local
95 result = spu_sel(result,r2,use_exp); in _coshf4()
Dsinhf4.h92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _sinhf4() local
95 result = spu_sel(result,r2,use_exp); in _sinhf4()