Searched refs:CV_CMP (Results 1 – 2 of 2) sorted by relevance
207 #define CV_CMP(a,b) (((a) > (b)) - ((a) < (b))) macro208 #define CV_SIGN(a) CV_CMP((a),0)
194 #define CV_CMP(a,b) (((a) > (b)) - ((a) < (b))) macro195 #define CV_SIGN(a) CV_CMP((a),0)