Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dpowf.c177 int yint = checkint (iy); in powf() local
178 if (yint == 0) in powf()
180 if (yint == 1) in powf()
H A Dpow.c324 int yint = checkint (iy); in pow() local
325 if (yint == 0) in pow()
327 if (yint == 1) in pow()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dfinite_pow.h320 int yint = checkint (iy); in pow_scalar_special_case() local
321 if (yint == 0) in pow_scalar_special_case()
327 if (yint == 1) in pow_scalar_special_case()