Searched refs:ipow (Results 1 – 1 of 1) sorted by relevance
78 static double ipow(double, int);1013 i = ipow(i, (int)j); in arith()1025 ipow(double x, int n) in ipow() function1031 v = ipow(x, n/2); in ipow()1107 xf = ipow(xf, (int)yf); in assign()