Home
last modified time | relevance | path

Searched defs:pow (Results 1 – 6 of 6) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dw_pow.c40 double pow(double x, double y) in pow() function
/picolibc-latest/test/
Dmalloc.c55 int err, pow; in main() local
Dprintf_scanf.c163 #define pow(a,b) powf((float) (a), (float) (b)) macro
/picolibc-latest/newlib/libm/test/
Dmath2.c66 int pow; in randy() local
82 int pow; in test_frexp() local
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h85 #define pow(__x,__y) _f_pow((__x),(__y)) macro
/picolibc-latest/newlib/libm/common/
Dpow.c300 pow (double x, double y) in pow() function