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

/freebsd-13-stable/contrib/one-true-awk/
H A Dproto.h171 extern double ipow(double, int);
H A Drun.c1084 i = ipow(i, (int) j);
1095 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */ function
1101 v = ipow(x, n/2);
1178 xf = ipow(xf, (int) yf);

Completed in 160 milliseconds