Home | History | Annotate | Download | only in nawk-20071023

Lines Matching refs:ipow

1037 			i = ipow(i, (int) j);
1048 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */
1054 v = ipow(x, n/2);
1131 xf = ipow(xf, (int) yf);