/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | wide-int-print.cc | 33 print_dec (const wide_int_ref &wi, char *buf, signop sgn) in print_dec() 42 print_dec (const wide_int_ref &wi, FILE *file, signop sgn) in print_dec()
|
H A D | wide-int.cc | 207 wi::to_mpz (const wide_int_ref &x, mpz_t result, signop sgn) in to_mpz() 316 wi::max_value (unsigned int precision, signop sgn) in max_value() 330 wi::min_value (unsigned int precision, signop sgn) in min_value() 354 unsigned int precision, signop sgn) in force_to_size() 397 unsigned int index, signop sgn) in selt() 1131 signop sgn, bool *overflow) in add_large() 1193 unsigned int prec, signop sgn) in wi_unpack() 1271 unsigned int op2len, unsigned int prec, signop sgn, in mul_internal() 1521 signop sgn, bool *overflow) in sub_large() 1708 unsigned int divisor_prec, signop sgn, in divmod_internal() [all …]
|
H A D | tree-affine.c | 494 int sgn; in aff_combination_to_tree() local 887 signop sgn = TYPE_SIGN (val->type); in print_aff() local
|
H A D | fixed-value.c | 159 signop sgn = UNSIGNED_FIXED_POINT_MODE_P (f_orig->mode) ? UNSIGNED : SIGNED; in fixed_to_decimal() local 1098 signop sgn = UNSIGNED_FIXED_POINT_MODE_P (f->mode) ? UNSIGNED : SIGNED; in real_convert_from_fixed() local
|
H A D | tree-vrp.c | 185 signop sgn) in intersect_range_with_nonzero_bits() 782 const signop sgn = TYPE_SIGN (TREE_TYPE (val1)); in compare_values_warnv() local 1205 signop sgn = TYPE_SIGN (type); in extract_range_from_multiplicative_op_1() local 1498 const signop sgn = TYPE_SIGN (expr_type); in extract_range_from_binary_expr_1() local 2137 signop sgn = TYPE_SIGN (expr_type); in extract_range_from_binary_expr_1() local
|
H A D | tree-ssa-ccp.c | 248 extend_mask (const wide_int &nonzero_bits, signop sgn) in extend_mask() 1318 bit_value_binop (enum tree_code code, signop sgn, int width, in bit_value_binop()
|
H A D | dumpfile.c | 483 signop sgn = poly_coeff_traits<C>::signedness ? SIGNED : UNSIGNED; in dump_dec() local
|
H A D | tree-ssa-loop-niter.c | 124 signop sgn = TYPE_SIGN (type); in refine_value_range_using_guard() local 368 signop sgn = TYPE_SIGN (type); in determine_value_range() local
|
H A D | stor-layout.c | 2769 signop sgn) in set_min_and_max_values_for_integral_type()
|
H A D | internal-fn.c | 665 rtx sgn = immed_wide_int_const (wi::min_value (prec, SIGNED), mode); in expand_addsub_overflow() local 1372 rtx sgn; in expand_mul_overflow() local
|
H A D | tree-data-ref.c | 727 signop sgn = TYPE_SIGN (itype); in split_constant_offset_1() local 5504 signop sgn = TYPE_SIGN (type); in dr_step_indicator() local
|
H A D | ipa-cp.c | 1072 signop sgn, enum tree_code code, tree operand) in meet_with() 1831 signop sgn = TYPE_SIGN (parm_type); in propagate_bits_across_jump_function() local
|
H A D | tree-scalar-evolution.c | 3156 signop sgn = TYPE_SIGN (type); in iv_can_overflow_p() local
|
H A D | vr-values.c | 1779 signop sgn = TYPE_SIGN (TREE_TYPE (step)); in adjust_range_with_scev() local
|
H A D | real.c | 2184 const wide_int_ref &val_in, signop sgn) in real_from_integer()
|
H A D | tree.c | 1479 signop sgn = TYPE_SIGN (type); in wide_int_to_tree_1() local 6850 tree_int_cst_min_precision (tree value, signop sgn) in tree_int_cst_min_precision()
|
/dflybsd-src/contrib/openbsd_libm/src/ |
H A D | e_jnf.c | 28 int32_t i,hx,ix, sgn; in jnf() local
|
H A D | e_jn.c | 52 int32_t i,hx,ix,lx, sgn; in jn() local
|
H A D | b_tgamma.c | 295 int sgn = 1; in neg_gam() local
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | gamma.c | 291 int underflow = 0, sgn, ck; in mpfr_gamma() local
|
/dflybsd-src/games/hack/ |
H A D | hack.c | 756 sgn(int a) in sgn() function
|
/dflybsd-src/contrib/bmake/ |
H A D | suff.c | 1180 GNode *sgn; /* Source GNode */ in FindCmds() local 1505 ApplyTransform(GNode *tgn, GNode *sgn, Suffix *tsuff, Suffix *ssuff) in ApplyTransform()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-affine.c | 439 double_int off, sgn; in aff_combination_to_tree() local
|
/dflybsd-src/contrib/file/src/ |
H A D | softmagic.c | 1613 const int sgn = m->in_op & FILE_OPSIGNED; in mget() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | decl.c | 14424 signop sgn = tree_int_cst_sgn (minnode) >= 0 ? UNSIGNED : SIGNED; in finish_enum_value_list() local 14691 signop sgn = TYPE_SIGN (type); in build_enumerator() local
|