Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/common/
Dfma_inc.h154 _scalbn_no_errno(FLOAT_T x, int n) in _scalbn_no_errno() function
162 #define _scalbn_no_errno(a,b) SCALBN(a,b) macro
254 zs = _scalbn_no_errno(zs, -spread); in FMA()
284 return (xy.hi + vzs + _scalbn_no_errno(xy.lo, spread)); in FMA()
295 return (_scalbn_no_errno(r.hi + adj, spread)); in FMA()
301 return (_scalbn_no_errno(r.hi + adj, spread)); in FMA()