Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/math/
Ds_exp2.c55 extern __float64 _pow64(__float64, __float64);
60 return _pow64(2.0, x); in exp264()
Ds_pow.c360 __strong_reference(pow64, _pow64);
/picolibc-latest/newlib/libm/common/
Ds_exp10.c63 return _pow64(_F_64(10.0), x); in exp1064()
Ds_pow10.c61 return _pow64(_F_64(10.0), x); in pow1064()
Dmath_config.h1277 #define _pow64 _NAME_64(_pow) macro
1304 __float64 _pow64(__float64, __float64);
1321 #undef _pow64
1324 #define _pow64(x,y) pow64(x,y) macro