Searched refs:size_a (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dproblem_impl.cc70 // Returns true if two regions of memory, a and b, with sizes size_a and size_b
72 bool RegionsAlias(const double* a, int size_a, argument
74 return (a < b) ? b < (a + size_a)
/external/opencv/cxcore/src/
H A Dcxdrawing.cpp855 double size_a = axes.width, size_b = axes.height; local
897 x = size_a * icvSinTable[450-angle];

Completed in 155 milliseconds