Searched refs:use_exp (Results 1 – 6 of 6) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libm/machine/spu/headers/ |
D | coshd2.h | 79 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()
|
D | sinhd2.h | 80 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()
|
D | expm1f4.h | 80 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()
|
D | expm1d2.h | 86 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()
|
D | coshf4.h | 92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _coshf4() local 95 result = spu_sel(result,r2,use_exp); in _coshf4()
|
D | sinhf4.h | 92 vec_uint4 use_exp = spu_cmpgt(xabs,threshold); in _sinhf4() local 95 result = spu_sel(result,r2,use_exp); in _sinhf4()
|