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

/illumos-gate/usr/src/cmd/awk/
H A Drun.c78 static double ipow(double, int);
1013 i = ipow(i, (int)j);
1025 ipow(double x, int n) function
1031 v = ipow(x, n/2);
1107 xf = ipow(xf, (int)yf);

Completed in 63 milliseconds