/picolibc-latest/newlib/libm/machine/spu/headers/ |
D | tgammaf4.h | 97 vector float onef = spu_splats(1.0f); in _tgammaf4() local 116 vector unsigned int gt1 = spu_cmpgt(x, onef); in _tgammaf4() 129 xabs = spu_sel(spu_add(xabs, onef), xabs, gt1); in _tgammaf4() 136 xscaled = spu_add(onef, spu_sub(xabs, xtrunc)); in _tgammaf4() 165 xscaled = spu_add(xscaled, onef); in _tgammaf4() 167 xscaled = spu_add(xscaled, onef); in _tgammaf4() 169 xscaled = spu_add(xscaled, onef); in _tgammaf4() 171 xscaled = spu_add(xscaled, onef); in _tgammaf4() 173 xscaled = spu_add(xscaled, onef); in _tgammaf4() 175 xscaled = spu_add(xscaled, onef); in _tgammaf4() [all …]
|
D | tanhf4.h | 72 vector float onef = spu_splats(1.0f); in _tanhf4() local 109 eresult = _divf4(spu_sub(e, onef), spu_add(e, onef)); in _tanhf4() 123 result = spu_sel(result, onef, spu_cmpgt(xabs, spu_splats(9.125f))); in _tanhf4()
|
D | atanhf4.h | 88 vec_float4 onef = spu_splats(1.0f); in _atanhf4() local 104 fresult = spu_sub(_logf4(spu_add(onef, xabs)), _logf4(spu_sub(onef, xabs))); in _atanhf4() 132 result = spu_sel(result, huge, spu_cmpeq(xabs, onef)); in _atanhf4()
|
D | expm1f4.h | 77 vector float onef = spu_splats(1.0f); in _expm1f4() local 91 eresult = spu_sub(_expf4(x), onef); in _expm1f4()
|
D | log1pf4.h | 75 vector float onef = spu_splats(1.0f); in _log1pf4() local 88 eresult = _logf4(spu_add(x, onef)); in _log1pf4()
|
D | hypotf4.h | 80 vector float onef = spu_splats(1.0f); in _hypotf4() local 114 max = spu_or(onef, max_m); in _hypotf4()
|
D | cbrtf.h | 57 vec_float4 onef = VEC_SPLAT_F32(1.0f); in _cbrtf() local 110 inv_bf = spu_madd(spu_nmsub(bf, inv_bf, onef), inv_bf, inv_bf); in _cbrtf()
|
D | cbrt.h | 56 vec_float4 onef = VEC_SPLAT_F32(1.0f); in _cbrt() local 114 inv_bf = spu_madd(spu_nmsub(bf, inv_bf, onef), inv_bf, inv_bf); in _cbrt()
|
D | asinhf4.h | 113 vec_float4 onef = spu_splats(1.0f); in _asinhf4() local 137 vec_float4 logarg = spu_add(xabs, _sqrtf4(spu_madd(xabs, xabs, onef))); in _asinhf4()
|
D | divd2.h | 73 vec_float4 onef = spu_splats(1.0f); in _divd2() local 169 inv_bf = spu_madd(spu_nmsub(mant_bf, inv_bf, onef), inv_bf, inv_bf); in _divd2()
|
D | erff4.h | 63 vec_float4 onef = spu_splats(1.0f); in _erff4() local 397 result = spu_sel(result, onef, spu_cmpgt(xabs, clamp)); in _erff4()
|
D | lgammaf4.h | 81 vec_float4 onef = spu_splats(1.0f); in _lgammaf4() local 100 vec_uint4 ret_zero = spu_or(spu_cmpeq(x, onef), spu_cmpeq(x, twof)); in _lgammaf4()
|
D | erfcf4.h | 69 vec_float4 onef = spu_splats(1.0f); in _erfcf4() local
|
D | erf_utils.h | 218 p = spu_splats(1.945f); q = onef; plast = p; qlast = q; \
|