Searched refs:bottom_error (Results 1 – 3 of 3) sorted by relevance
/external/tesseract/textord/ |
D | colpartition.cpp | 1370 int bottom_error = BottomSpacingMargin(resolution); in SpacingEqual() local 1372 return NearlyEqual(bottom_spacing_, spacing, bottom_error) && in SpacingEqual() 1380 int bottom_error = MAX(BottomSpacingMargin(resolution), in SpacingsEqual() local 1384 return NearlyEqual(bottom_spacing_, other.bottom_spacing_, bottom_error) && in SpacingsEqual() 1387 bottom_error)); in SpacingsEqual() 1395 int bottom_error = MAX(BottomSpacingMargin(resolution), in SummedSpacingOK() local 1401 return (NearlyEqual(spacing, bottom_total, bottom_error) && in SummedSpacingOK() 1403 (NearlyEqual(spacing * 2, bottom_total, bottom_error) && in SummedSpacingOK()
|
/external/libxml2/ |
D | error.c | 985 #define bottom_error macro
|
D | elfgcchack.h | 2244 #ifdef bottom_error 2438 #ifdef bottom_error 2508 #ifdef bottom_error 3996 #ifdef bottom_error 7474 #ifdef bottom_error 7666 #ifdef bottom_error 7676 #ifdef bottom_error 7686 #ifdef bottom_error 7696 #ifdef bottom_error 7706 #ifdef bottom_error [all …]
|