OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ipow
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/nawk-20071023/
proto.h
175
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
...]
/external/opencv/cxcore/src/
cxmathfuncs.cpp
[
all
...]
Completed in 258 milliseconds