Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dfenv.c50 #define test_pow(x,y) pow(x,y) macro
58 #define test_pow(x,y) powf(x,y) macro
/picolibc-latest/newlib/libm/test/
Dmath2.c206 test_pow (void) in test_pow() function