Home
last modified time | relevance | path

Searched refs:uns (Results 1 – 25 of 30) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddouble-int.c373 if (!uns) in div_and_round_double()
576 if (!uns && *hrem < 0) in div_and_round_double()
578 if (!uns && hden < 0) in div_and_round_double()
702 if (uns) in min_value()
717 if (uns) in ext()
787 double_int::fits_hwi (bool uns) const in fits_hwi() argument
789 if (uns) in fits_hwi()
1015 this->divmod (b, uns, code, &mod); in mod()
1273 if (uns) in cmp()
1483 if (!uns && cst.is_negative ()) in dump_double_int()
[all …]
H A Ddouble-int.h71 static double_int max_value (unsigned int prec, bool uns);
72 static double_int min_value (unsigned int prec, bool uns);
96 bool fits_hwi (bool uns) const;
160 double_int ext (unsigned prec, bool uns) const;
171 int cmp (double_int b, bool uns) const;
182 double_int max (double_int b, bool uns);
186 double_int min (double_int b, bool uns);
H A Dinternal-fn.c609 if (uns) in expand_arith_overflow_result_store()
1342 uns = true; in expand_mul_overflow()
1474 if (uns in expand_mul_overflow()
1564 && uns in expand_mul_overflow()
1586 if (uns) in expand_mul_overflow()
1614 if (uns) in expand_mul_overflow()
1651 if (!uns) in expand_mul_overflow()
1659 if (!uns) in expand_mul_overflow()
1804 if (!uns) in expand_mul_overflow()
1850 if (!uns) in expand_mul_overflow()
[all …]
H A Doptabs-query.h96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns) in get_vec_cmp_icode() argument
98 optab tab = uns ? vec_cmpu_optab : vec_cmp_optab; in get_vec_cmp_icode()
115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns) in get_vcond_icode() argument
118 if (uns) in get_vcond_icode()
H A Dtree-pretty-print.h51 extern void pp_double_int (pretty_printer *pp, double_int d, bool uns);
H A Dtree-ssa-loop-manip.c1522 bool uns; in canonicalize_loop_ivs() local
1531 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type); in canonicalize_loop_ivs()
1534 unsigned_p = uns; in canonicalize_loop_ivs()
1536 unsigned_p |= uns; in canonicalize_loop_ivs()
H A Dtree-scalar-evolution.c1901 tree uns = unsigned_type_for (type); in interpret_rhs_expr() local
1904 chrec1 = chrec_convert (uns, chrec1, at_stmt); in interpret_rhs_expr()
1908 tree one = build_int_cst (uns, 1); in interpret_rhs_expr()
1909 chrec2 = fold_build2 (LSHIFT_EXPR, uns, one, chrec2); in interpret_rhs_expr()
1910 res = chrec_fold_multiply (uns, chrec1, chrec2); in interpret_rhs_expr()
H A Dtree-affine.c936 int uns, rev, vol; in get_inner_reference_aff() local
939 &uns, &rev, &vol); in get_inner_reference_aff()
H A Dtree.c8476 int uns in get_unwidened() local
8514 if (! uns || final_prec <= TYPE_PRECISION (TREE_TYPE (op))) in get_unwidened()
8519 if ((uns in get_unwidened()
8523 uns = 1; in get_unwidened()
8556 int uns = 0; in get_narrower() local
8580 uns = TYPE_UNSIGNED (TREE_TYPE (op)); in get_narrower()
8584 else if (uns != TYPE_UNSIGNED (TREE_TYPE (op))) in get_narrower()
8593 uns = TYPE_UNSIGNED (TREE_TYPE (op)); in get_narrower()
8629 && (first || uns == DECL_UNSIGNED (TREE_OPERAND (op, 1))) in get_narrower()
8633 uns = DECL_UNSIGNED (TREE_OPERAND (op, 1)); in get_narrower()
[all …]
H A Dtree-vect-stmts.c10375 bool uns; in supportable_narrowing_operation() local
10425 uns = TYPE_UNSIGNED (vectype_out); in supportable_narrowing_operation()
10427 uns = TYPE_UNSIGNED (vectype); in supportable_narrowing_operation()
10432 if (code == FIX_TRUNC_EXPR && uns) in supportable_narrowing_operation()
10445 uns = false; in supportable_narrowing_operation()
10466 = lang_hooks.types.type_for_mode (intermediate_mode, uns); in supportable_narrowing_operation()
H A Dtree-pretty-print.c4063 pp_double_int (pretty_printer *pp, double_int d, bool uns) in pp_double_int() argument
4073 if (!uns && d.is_negative ()) in pp_double_int()
H A Dtree-vrp.c1956 bool uns = TYPE_UNSIGNED (expr_type); in extract_range_from_binary_expr_1() local
1959 if (!uns) in extract_range_from_binary_expr_1()
1971 if (uns) in extract_range_from_binary_expr_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddouble-int.c324 div_and_round_double (unsigned code, int uns, in div_and_round_double() argument
351 if (!uns) in div_and_round_double()
629 if (uns) in double_int_ext()
696 double_int_fits_in_hwi_p (double_int cst, bool uns) in double_int_fits_in_hwi_p() argument
698 if (uns) in double_int_fits_in_hwi_p()
769 div_and_round_double (code, uns, a.low, a.high, in double_int_divmod()
800 return double_int_divmod (a, b, uns, code, &mod); in double_int_div()
828 double_int_divmod (a, b, uns, code, &mod); in double_int_mod()
938 if (uns) in double_int_cmp()
1056 if (!uns && double_int_negative_p (cst)) in dump_double_int()
[all …]
H A Dtree-ssa-ccp.c1107 bool uns; in bit_value_unop_1() local
1119 *val = double_int_ext (*val, TYPE_PRECISION (type), uns); in bit_value_unop_1()
1139 bool uns = (TREE_CODE (type) == INTEGER_TYPE in bit_value_binop_1() local
1211 ? 0 : TYPE_UNSIGNED (r1type))) != uns) in bit_value_binop_1()
1216 TYPE_PRECISION (type), !uns); in bit_value_binop_1()
1218 TYPE_PRECISION (type), !uns); in bit_value_binop_1()
1236 lo = double_int_ext (lo, TYPE_PRECISION (type), uns); in bit_value_binop_1()
1241 hi = double_int_ext (hi, TYPE_PRECISION (type), uns); in bit_value_binop_1()
1325 uns = (TREE_CODE (r1type) == INTEGER_TYPE in bit_value_binop_1()
1336 double_int_and_not (r2val, r2mask), uns); in bit_value_binop_1()
[all …]
H A Dtree-affine.c819 bool uns = TYPE_UNSIGNED (val->type); in print_aff() local
821 uns = false; in print_aff()
825 dump_double_int (file, val->offset, uns); in print_aff()
835 dump_double_int (file, val->elts[i].coef, uns); in print_aff()
867 int uns, vol; in get_inner_reference_aff() local
870 &uns, &vol, false); in get_inner_reference_aff()
H A Dtree-ssa-loop-manip.c1211 bool uns; in canonicalize_loop_ivs() local
1220 uns = POINTER_TYPE_P (type) | TYPE_UNSIGNED (type); in canonicalize_loop_ivs()
1223 unsigned_p = uns; in canonicalize_loop_ivs()
1225 unsigned_p |= uns; in canonicalize_loop_ivs()
H A Dtree.c1748 int uns; in integer_all_onesp() local
1760 uns = TYPE_UNSIGNED (TREE_TYPE (expr)); in integer_all_onesp()
1764 if (!uns) in integer_all_onesp()
8064 int uns in get_unwidened() local
8107 if ((uns in get_unwidened()
8111 uns = 1; in get_unwidened()
8136 int uns = 0; in get_narrower() local
8160 uns = TYPE_UNSIGNED (TREE_TYPE (op)); in get_narrower()
8173 uns = TYPE_UNSIGNED (TREE_TYPE (op)); in get_narrower()
8213 uns = DECL_UNSIGNED (TREE_OPERAND (op, 1)); in get_narrower()
[all …]
H A Dtree-vect-stmts.c6305 bool uns; in supportable_narrowing_operation() local
6349 uns = TYPE_UNSIGNED (vectype_out); in supportable_narrowing_operation()
6351 uns = TYPE_UNSIGNED (vectype); in supportable_narrowing_operation()
6356 if (code == FIX_TRUNC_EXPR && uns) in supportable_narrowing_operation()
6369 uns = false; in supportable_narrowing_operation()
6383 = lang_hooks.types.type_for_mode (intermediate_mode, uns); in supportable_narrowing_operation()
H A Dfold-const.c188 int uns; in div_if_zero_remainder() local
193 uns = TYPE_UNSIGNED (TREE_TYPE (arg2)); in div_if_zero_remainder()
196 uns = false; in div_if_zero_remainder()
200 uns, code, &rem); in div_if_zero_remainder()
961 bool uns = TYPE_UNSIGNED (type); in int_const_binop() local
985 TYPE_PRECISION (type), !uns); in int_const_binop()
993 TYPE_PRECISION (type), !uns); in int_const_binop()
1087 res = double_int_min (op1, op2, uns); in int_const_binop()
1091 res = double_int_max (op1, op2, uns); in int_const_binop()
1099 ((!uns || is_sizetype) && overflow) in int_const_binop()
[all …]
/dragonfly/contrib/tcpdump/
H A Dprint-snmp.c351 uint32_t uns; member
583 elem->data.uns = data; in asn1_parse()
801 ND_PRINT("%u", elem->data.uns); in asn1_print()
982 ok = (elem->data.uns >= smiRange->minValue.value.unsigned32 in smi_check_a_range()
983 && elem->data.uns <= smiRange->maxValue.value.unsigned32); in smi_check_a_range()
/dragonfly/games/quiz/datfiles/
H A Dcollectives104 {H|h}uns:horde
/dragonfly/contrib/gdb-7/gdb/
H A Dgdbtypes.c1221 char *uns = alloca (strlen (name) + 10); in lookup_unsigned_typename() local
1223 strcpy (uns, "unsigned "); in lookup_unsigned_typename()
1224 strcpy (uns + 9, name); in lookup_unsigned_typename()
1225 return lookup_typename (language, gdbarch, uns, (struct block *) NULL, 0); in lookup_unsigned_typename()
1233 char *uns = alloca (strlen (name) + 8); in lookup_signed_typename() local
1235 strcpy (uns, "signed "); in lookup_signed_typename()
1236 strcpy (uns + 7, name); in lookup_signed_typename()
1237 t = lookup_typename (language, gdbarch, uns, (struct block *) NULL, 1); in lookup_signed_typename()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-common.c1095 int uns; in shorten_binary_op() local
1121 uns = TYPE_UNSIGNED (result_type); in shorten_binary_op()
1140 uns = unsigned0; in shorten_binary_op()
1154 && (unsigned0 || !uns)) in shorten_binary_op()
1159 && (unsigned1 || !uns) in shorten_binary_op()
1170 && (unsigned0 || !uns) in shorten_binary_op()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c1877 int uns; in shorten_binary_op() local
1903 uns = TYPE_UNSIGNED (result_type); in shorten_binary_op()
1922 uns = unsigned0; in shorten_binary_op()
1936 && (unsigned0 || !uns)) in shorten_binary_op()
1941 && (unsigned1 || !uns) in shorten_binary_op()
1952 && (unsigned0 || !uns) in shorten_binary_op()
/dragonfly/games/fortune/datfiles/
H A Dfortunes.sp.ok2162 uns

12