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

  /external/opencv/cvaux/src/
cvlee.cpp 2140 float _sin, _cos; local
2300 float _sin, _cos; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 55 #define _sin(x) ((((((a6*(x) + a5)*(x) + a4)*(x) + a3)*(x) + a2)*(x) + a1)*(x) + a0) macro
56 #define _cos(x) _sin(halfPi - (x))
    [all...]

Completed in 54 milliseconds