Home
last modified time | relevance | path

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

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