Searched refs:minv (Results 1 - 3 of 3) 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,
4786 handle_assertion(int minv, int minh, int maxv, int maxh, const char *s) argument
[all...]
/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/gcc/
H A Dfold-const.c4352 tree utype, minv, maxv;
4360 minv = fold_convert (utype, TYPE_MIN_VALUE (etype));
4363 minv, 1, maxv, 1)))
4326 tree utype, minv, maxv; local

Completed in 131 milliseconds