Home
last modified time | relevance | path

Searched defs:_powf (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/headers/
Dpowf.h39 static __inline double _powf(float x, float y) in _powf() function
/picolibc-latest/newlib/libm/common/
Dmath_config.h1317 #define _powf(x,y) powf(x,y) macro