Searched refs:fldexp (Results 1 – 1 of 1) sorted by relevance
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_math.c | 80 static inline float fldexp(float x,int de) { in fldexp() function 94 return fldexp(x, de); in WRAPPER_FUNC() 297 u=expf(fldexp(x,1)); in WRAPPER_FUNC() 372 return fldexp(1,y); in fpowint_0() 421 return fldexp(1,p); in fpow_0() 473 x=fldexp(x,-70),y=fldexp(y,-70); in WRAPPER_FUNC() 474 return fldexp(sqrtf(x*x+y*y), 70); in WRAPPER_FUNC() 477 x=fldexp(x, 70),y=fldexp(y, 70); in WRAPPER_FUNC() 478 return fldexp(sqrtf(x*x+y*y),-70); in WRAPPER_FUNC() 490 x=fldexp(x,-e*3); in WRAPPER_FUNC() [all …]
|
Completed in 6 milliseconds