Home
last modified time | relevance | path

Searched refs:EQUIV (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c57 #define EQUIV(n) SQR ((COST) (n)) macro
60 #define SHORT_COST(n) EQUIV ((n) * 10)
66 #define LINE_COST EQUIV (70)
70 #define WIDOW_COST(n) (EQUIV (200) / ((n) + 2))
74 #define ORPHAN_COST(n) (EQUIV (150) / ((n) + 2))
77 #define SENTENCE_BONUS EQUIV (50)
84 #define NOBREAK_COST EQUIV (600)
87 #define PAREN_BONUS EQUIV (40)
90 #define PUNCT_BONUS EQUIV(40)
93 #define LINE_CREDIT EQUIV(3)