Home
last modified time | relevance | path

Searched refs: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
218 TEST_CASE(test_pow(two, huge), FE_OVERFLOW); in main()
222 TEST_CASE(test_pow(two, -huge), FE_UNDERFLOW); in main()
/picolibc-latest/newlib/libm/test/
Dmath2.c206 test_pow (void) in test_pow() function
258 test_pow(); in test_math2()