Home
last modified time | relevance | path

Searched defs:EXPPOLY (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cxcore/src/
Dcxmathfuncs.cpp809 #define EXPPOLY(x) \ macro
915 #define EXPPOLY(x) (((((A0*(x) + A1)*(x) + A2)*(x) + A3)*(x) + A4)*(x) + A5) macro