Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/drm2/dist/drm/i915/
Di915_fixed.h54 static inline uint_fixed_16_16_t max_fixed16(uint_fixed_16_16_t max1, in max_fixed16() argument
57 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-scopedtables.cc538 poly_int64 off1, sz1, max1; in equal_mem_array_ref_p() local
539 tree base1 = get_ref_base_and_extent (t1, &off1, &sz1, &max1, &rev1); in equal_mem_array_ref_p()
540 if (!known_size_p (max1) in equal_mem_array_ref_p()
541 || maybe_ne (sz1, max1)) in equal_mem_array_ref_p()
Dtree-ssa-ccp.cc1817 widest_int min1, max1, min2, max2; in bit_value_binop() local
1825 value_mask_to_min_max (&min1, &max1, o1val, o1mask, in bit_value_binop()
1832 maxmin = wi::cmp (max1, min2, r1type_sgn); in bit_value_binop()
1863 widest_int min1, max1, min2, max2; in bit_value_binop() local
1865 value_mask_to_min_max (&min1, &max1, r1val, r1mask, sgn, width); in bit_value_binop()
1868 if (wi::cmp (max1, min2, sgn) <= 0) /* r1 is less than r2. */ in bit_value_binop()
Drange-op.cc1703 widest2_int max1 = widest2_int::from (rh_ub, sign); in wi_fold() local
1715 if (wi::ltu_p (size, min1 + max1)) in wi_fold()
1718 max1 -= size; in wi_fold()
1725 widest2_int prod1 = min0 * max1; in wi_fold()
1727 widest2_int prod3 = max0 * max1; in wi_fold()
Dgimple-ssa-sprintf.cc1479 unsigned HOST_WIDE_INT max1 in format_integer() local
1485 res.range.max = MAX (max1, max2); in format_integer()
Dipa-devirt.cc1352 tree max1 = TYPE_MAX_VALUE (i1); in odr_types_equivalent_p() local
1357 if (!operand_equal_p (max1, max2, 0)) in odr_types_equivalent_p()
Dtree.cc13572 tree max1 = TYPE_MAX_VALUE (i1); in gimple_canonical_types_compatible_p() local
13581 && (max1 == max2 in gimple_canonical_types_compatible_p()
13582 || (max1 && max2 in gimple_canonical_types_compatible_p()
13583 && ((TREE_CODE (max1) == PLACEHOLDER_EXPR in gimple_canonical_types_compatible_p()
13585 || operand_equal_p (max1, max2, 0))))) in gimple_canonical_types_compatible_p()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck.cc1131 tree max1, max2; in comp_array_types() local
1169 max1 = TYPE_MAX_VALUE (d1); in comp_array_types()
1172 if (!cp_tree_equal (max1, max2)) in comp_array_types()