Home
last modified time | relevance | path

Searched defs:unsigned_p (Results 1 – 25 of 40) sorted by relevance

12

/dragonfly/contrib/gcc-8.0/gcc/
H A Dfixed-value.c182 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local
240 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local
317 bool unsigned_p; in do_fixed_add() local
403 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local
518 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local
630 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local
682 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local
951 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int()
1039 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
H A Doptabs.h50 unsigned int unsigned_p : 1; member
123 machine_mode mode, bool unsigned_p) in create_convert_operand_to()
135 machine_mode mode, bool unsigned_p) in create_convert_operand_from()
H A Ddouble-int.c108 bool unsigned_p) in add_double_with_sign()
165 bool unsigned_p) in mul_double_wide_with_sign()
819 double_int::mul_with_sign (double_int b, bool unsigned_p, bool *overflow) const in mul_with_sign()
830 double_int::wide_mul_with_sign (double_int b, bool unsigned_p, in wide_mul_with_sign()
867 double_int::add_with_sign (double_int b, bool unsigned_p, bool *overflow) const in add_with_sign()
1041 bool unsigned_p, double_int *multiple) const in multiple_of()
H A Dtree-ssa-loop-manip.c1515 bool unsigned_p = false; in canonicalize_loop_ivs() local
H A Dtree-vect-data-refs.c3292 vect_check_lower_bound (loop_vec_info loop_vinfo, tree expr, bool unsigned_p, in vect_check_lower_bound()
3499 bool unsigned_p = dr_known_forward_stride_p (dr_a); in vect_prune_runtime_alias_test_list() local
/dragonfly/contrib/gcc-4.7/gcc/
H A Dfixed-value.c154 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate1() local
214 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_saturate2() local
293 bool unsigned_p; in do_fixed_add() local
384 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_multiply() local
508 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_divide() local
634 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_shift() local
692 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (a->mode); in do_fixed_neg() local
977 double_int a, bool unsigned_p, bool sat_p) in fixed_convert_from_int()
1072 bool unsigned_p = UNSIGNED_FIXED_POINT_MODE_P (mode); in fixed_convert_from_real() local
H A Ddouble-int.c82 bool unsigned_p) in add_double_with_sign()
136 bool unsigned_p) in mul_double_with_sign()
719 bool unsigned_p, int *overflow) in double_int_mul_with_sign()
H A Doptabs.h1133 unsigned int unsigned_p : 1; member
1153 bool unsigned_p) in create_expand_operand()
1199 enum machine_mode mode, bool unsigned_p) in create_convert_operand_to()
1211 enum machine_mode mode, bool unsigned_p) in create_convert_operand_from()
H A Dc-tree.h284 BOOL_BITFIELD unsigned_p : 1; member
H A Dtree-ssa-loop-manip.c1204 bool unsigned_p = false; in canonicalize_loop_ivs() local
H A Dgraphite-clast-to-gimple.c449 bool unsigned_p; in type_for_interval() local
H A Dtree-vrp.c3416 bool unsigned_p = TYPE_UNSIGNED (TREE_TYPE (step)); in adjust_range_with_scev() local
7386 range_fits_type_p (value_range_t *vr, unsigned precision, bool unsigned_p) in range_fits_type_p()
H A Dcalls.c3734 int unsigned_p = 0; in emit_library_call_value_1() local
/dragonfly/contrib/gdb-7/gdb/
H A Dm2-exp.y671 int unsigned_p = number_sign == 1 ? 1 : 0; variable
H A Df-exp.y678 int unsigned_p = 0; variable
H A Dgdbtypes.c3578 int bit, int unsigned_p, char *name) in arch_integer_type()
3597 int bit, int unsigned_p, char *name) in arch_character_type()
3614 int bit, int unsigned_p, char *name) in arch_boolean_type()
H A Dp-exp.y868 int unsigned_p = 0; variable
H A Dgo-exp.y718 int unsigned_p = 0; in parse_number() local
H A Dcp-name-parser.y1360 int unsigned_p = 0; in parse_number() local
H A Dc-exp.y1661 int unsigned_p = 0; in parse_number() local
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-tree.h356 BOOL_BITFIELD unsigned_p : 1; member
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dcharset.c1483 bool unsigned_p; in narrow_str_to_charconst() local
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dmangle.c1413 write_number (unsigned HOST_WIDE_INT number, const int unsigned_p, in write_number()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dcharset.c1801 bool unsigned_p; in narrow_str_to_charconst() local
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto-lang.c801 lto_type_for_mode (enum machine_mode mode, int unsigned_p) in lto_type_for_mode()

12