HomeSort by relevance Sort by last modified time
    Searched refs:ipow (Results 1 - 2 of 2) sorted by null

  /ndk/sources/host-tools/nawk-20071023/
proto.h 173 extern double ipow(double, int);
run.c 1037 i = ipow(i, (int) j);
1048 double ipow(double x, int n) /* x**n. ought to be done by pow, but isn't always */ function
1054 v = ipow(x, n/2);
1131 xf = ipow(xf, (int) yf);
    [all...]

Completed in 52 milliseconds