Searched refs:ipow (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Dproto.h170 extern double ipow(double, int);
H A Drun.c1040 i = ipow(i, (int) j);
1051 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */ function
1057 v = ipow(x, n/2);
1134 xf = ipow(xf, (int) yf);

Completed in 68 milliseconds