Searched refs:maxv (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp498 int minv, minh, maxv, maxh; member in class:text_glob
522 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal),
529 : text_string(NULL), text_length(0), minv(-1), minh(-1), maxv(-1), maxh(-1),
931 int minv, minh, maxv, maxh; member in struct:element_list
942 : right(0), left(0), datum(0), lineno(0), minv(-1), minh(-1), maxv(-1), maxh(-1)
955 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal)
1026 // was if (is_intersection(a->minv+1, a->maxv-1, b->minv+1, b->maxv-1)) {
1031 } else if (is_intersection(a->minv, a->maxv, b->minv, b->maxv)) {
4786 handle_assertion(int minv, int minh, int maxv, int maxh, const char *s) argument
[all...]
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y72 struct { double *v; int nv; int maxv; } dv;
1098 $$.maxv = 0;
1103 if ($$.nv >= $$.maxv) {
1106 $$.maxv = 4;
1110 $$.maxv *= 2;
1112 $$.v = new double[$$.maxv];
1117 double *foo = new double[$$.maxv];
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.h411 statistic(double minv, double maxv, double meanv, uint64_t sc, double sd) argument
412 : minVal(minv), maxVal(maxv), meanVal(meanv), m2(sd * sd * sc),
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2406 Int maxv = DECDPUNMAX; /* highest no-overflow */ local
2408 maxv = powers[lhs->digits] - 1;
2410 if (partial <= maxv)
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c4352 tree utype, minv, maxv;
4357 maxv = fold_convert (utype, TYPE_MAX_VALUE (etype));
4358 maxv = range_binop (PLUS_EXPR, NULL_TREE, maxv, 1,
4363 minv, 1, maxv, 1)))
4326 tree utype, minv, maxv; local

Completed in 361 milliseconds