Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libm/machine/spu/
Dwf_pow.c42 return _powf(x, y); in powf()
/picolibc-latest/newlib/libm/math/
Dsf_exp2.c28 return _powf(2.0, x); in exp2f()
Dsf_pow.c297 __strong_reference(powf, _powf);
/picolibc-latest/newlib/libm/common/
Dsf_exp10.c28 return _powf(10.0, x); in exp10f()
Dsf_pow10.c29 return _powf(10.0, x); in pow10f()
Dsf_pow.c250 __strong_reference(powf, _powf);
Dmath_config.h1299 float _powf(float, float);
1317 #define _powf(x,y) powf(x,y) macro
/picolibc-latest/newlib/libm/machine/spu/headers/
Dpowf.h39 static __inline double _powf(float x, float y) in _powf() function