Home
last modified time | relevance | path

Searched defs:powf (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dwf_pow.c40 float powf(float x, float y) in powf() function
/picolibc-latest/newlib/libm/common/
Dsf_pow.c156 powf (float x, float y) in powf() function
/picolibc-latest/newlib/libm/math/
Dsf_pow.c57 powf(float x, float y) in powf() function
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h118 #define powf(__x,y) _f_powf((__x),(__y)) macro