Searched defs:is (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_powf.c11 * software is freely granted, provided that this notice
12 * is preserved.
61 int32_t hx,hy,ix,iy,is; local
70 /* x==1: 1**y = 1, even if y is NaN */
73 /* y!=zero: result is NaN if either arg is NaN */
78 /* determine if y is an odd int when x < 0
79 * yisint = 0 ... y is not an integer
80 * yisint = 1 ... y is an odd int
81 * yisint = 2 ... y is a
[all...]

Completed in 171 milliseconds