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

/freebsd-10.1-release/contrib/one-true-awk/
H A Dproto.h170 extern double ipow(double, int);
H A Drun.c1041 i = ipow(i, (int) j);
1052 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */ function
1058 v = ipow(x, n/2);
1135 xf = ipow(xf, (int) yf);

Completed in 102 milliseconds