Searched refs:dldexp (Results 1 – 1 of 1) sorted by relevance
| /hal_rpi_pico-latest/src/rp2_common/pico_double/ |
| D | double_math.c | 83 static inline double dldexp(double x,int de) { in dldexp() function 97 return dldexp(x, de); in WRAPPER_FUNC() 283 return dldexp((exp(x)-exp(dneg(x))),-1); in WRAPPER_FUNC() 288 return dldexp((exp(x)+exp(dneg(x))),-1); in WRAPPER_FUNC() 300 u=exp(dldexp(x,1)); in WRAPPER_FUNC() 327 return dldexp(log((1+x)/(1-x)),-1); in WRAPPER_FUNC() 338 return dldexp(exp(x*LOG2),e); in WRAPPER_FUNC() 356 u=log2(dldexp(x,-a)); // now log_2 x = a+u in dpow_1() 370 v0=dldexp(round(ldexp(v,26)),-26); in dpow_1() 386 return dldexp(exp2(w),c); in dpow_1() [all …]
|