Searched refs:_divf4 (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/ |
D | tanf4.h | 94 answer = spu_xor(_divf4(num, den), toggle_sign); in _tanf4()
|
D | atan2f4.h | 86 result = _atanf4(_divf4(y,x)); in _atan2f4()
|
D | tgammaf4.h | 157 rresult = _divf4(pr, qr); in _tgammaf4() 158 rresult = spu_sel(_divf4(rresult, x), rresult, gt1); in _tgammaf4() 217 nresult = _divf4(pi, spu_mul(x, spu_mul(result, _sinf4(spu_mul(x, pi))))); in _tgammaf4()
|
D | acosf4.h | 123 vec_float4 r = _divf4(p,q); in _acosf4() 129 vec_float4 c = _divf4(spu_nmsub(df,df,z),spu_add(s,df)); in _acosf4()
|
D | expm1f4.h | 107 rresult = _divf4(pr, qr); in _expm1f4()
|
D | log1pf4.h | 101 rresult = _divf4(pr, qr); in _log1pf4()
|
D | tanhf4.h | 109 eresult = _divf4(spu_sub(e, onef), spu_add(e, onef)); in _tanhf4()
|
D | divf4.h | 56 static __inline vector float _divf4(vector float a, vector float b) in _divf4() function
|
D | asinf4.h | 115 r1 = spu_madd(_divf4(p, q), spu_mul(xabs, x2), xabs); in _asinf4()
|
D | lgammaf4.h | 457 result = spu_sel(result, _divf4(resultn, result), isrational); in _lgammaf4()
|
D | erf_utils.h | 225 _presult = _divf4(p, spu_mul(factor, q)); \
|