Searched refs:maxv (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | post-html.cpp | 498 int minv, minh, maxv, maxh; member in text_glob 522 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal), in text_glob() 529 : text_string(NULL), text_length(0), minv(-1), minh(-1), maxv(-1), maxh(-1), in text_glob() 931 int minv, minh, maxv, maxh; member 942 : right(0), left(0), datum(0), lineno(0), minv(-1), minh(-1), maxv(-1), maxh(-1) in element_list() 955 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal) in element_list() 1031 } else if (is_intersection(a->minv, a->maxv, b->minv, b->maxv)) { in is_less() 1034 return( a->maxv < b->maxv ); in is_less() 1227 element_list *t = new element_list(in, ptr->lineno, ptr->minv, ptr->minh, ptr->maxv, ptr->maxh); in insert() 1296 f->minv, f->minh, f->maxv, f->maxh); in insert_tag() [all …]
|
| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | pic.y | 72 struct { double *v; int nv; int maxv; } dv; member 1098 $$.maxv = 0; 1103 if ($$.nv >= $$.maxv) { 1106 $$.maxv = 4; 1110 $$.maxv *= 2; 1112 $$.v = new double[$$.maxv]; 1117 double *foo = new double[$$.maxv];
|
| /NextBSD/contrib/gcclibs/libdecnumber/ |
| HD | decNumber.c | 2406 Int maxv = DECDPUNMAX; /* highest no-overflow */ in decAddOp() local 2408 maxv = powers[lhs->digits] - 1; in decAddOp() 2410 if (partial <= maxv) in decAddOp()
|
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 4326 tree utype, minv, maxv; in build_range_check() local 4331 maxv = fold_convert (utype, TYPE_MAX_VALUE (etype)); in build_range_check() 4332 maxv = range_binop (PLUS_EXPR, NULL_TREE, maxv, 1, in build_range_check() 4337 minv, 1, maxv, 1))) in build_range_check()
|