Home
last modified time | relevance | path

Searched refs:yint (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dsf_pow.c202 int yint = checkint (iy); in powf() local
203 if (yint == 0) in powf()
205 if (yint == 1) in powf()
Dpow.c350 int yint = checkint (iy); in pow() local
351 if (yint == 0) in pow()
353 if (yint == 1) in pow()