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