| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | wide-int.cc | 416 else if (index < blocks_needed || sgn == SIGNED) in selt() 424 return (sgn == SIGNED in selt() 493 s0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in lts_p_large() 494 s1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in lts_p_large() 503 u0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in lts_p_large() 504 u1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in lts_p_large() 531 s0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in cmps_large() 532 s1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in cmps_large() 541 u0 = selt (op0, op0len, blocks_needed, small_prec, l, SIGNED); in cmps_large() 542 u1 = selt (op1, op1len, blocks_needed, small_prec, l, SIGNED); in cmps_large() [all …]
|
| D | wide-int-print.cc | 35 if (sgn == SIGNED) in print_dec() 44 if (sgn == SIGNED) in print_dec()
|
| D | signop.h | 29 SIGNED, enumerator
|
| D | wide-int.h | 514 UNARY_PREDICATE neg_p (const T &, signop = SIGNED); 1613 return hwi_with_prec (val, precision, SIGNED); 1704 if (x.sgn == SIGNED || x.val >= 0 || precision <= HOST_BITS_PER_WIDE_INT) 1960 if (sgn == SIGNED) 1987 if (sgn == SIGNED) 2014 if (sgn == SIGNED) 2041 if (sgn == SIGNED) 2132 if (sgn == SIGNED) 2231 return sgn == SIGNED ? sext (x, offset) : zext (x, offset); 2272 return wi::min (x, y, SIGNED); [all …]
|
| D | ipa-modref-tree.cc | 656 print_dec ((poly_int64_pod)parm_offset, out, SIGNED); in dump() 662 print_dec ((poly_int64_pod)offset, out, SIGNED); in dump() 664 print_dec ((poly_int64_pod)size, out, SIGNED); in dump() 666 print_dec ((poly_int64_pod)max_size, out, SIGNED); in dump()
|
| D | range-op.cc | 753 if (sgn == SIGNED) in build_lt() 783 if (sgn == SIGNED) in build_gt() 2006 int overflow_pos = sign == SIGNED ? prec - 1 : prec; in wi_fold() 2099 if (wi::lt_p (shift, 0, SIGNED)) in op1_range() 2114 if (TYPE_SIGN (type) == SIGNED) in op1_range() 2420 SIGNED)); in op1_range() 2442 wide_int min_val = wi::min_value (TYPE_PRECISION (type), SIGNED); in op1_range() 2447 SIGNED), in op1_range() 2828 if (sign == SIGNED in wi_fold() 3310 if (sign == SIGNED) in wi_fold() [all …]
|
| D | tree-ssa-address.cc | 208 = poly_offset_int::from (wi::to_poly_wide (addr->offset), SIGNED); in addr_for_mem_ref() 648 best_mult = offset_int::from (addr->elts[i].coef, SIGNED); in most_expensive_mult_to_index() 658 offset_int amult = offset_int::from (addr->elts[i].coef, SIGNED); in most_expensive_mult_to_index()
|
| D | simplify-rtx.cc | 1914 real_from_integer (&d, mode, rtx_mode_t (op, op_mode), SIGNED); in simplify_const_unary_operation() 2054 result = wide_int::from (op0, width, SIGNED); in simplify_const_unary_operation() 2059 result = wi::max_value (GET_MODE_PRECISION (imode), SIGNED); in simplify_const_unary_operation() 2066 result = wi::max_value (GET_MODE_PRECISION (imode), SIGNED); in simplify_const_unary_operation() 2168 wmax = wi::max_value (width, SIGNED); in simplify_const_unary_operation() 2169 real_from_integer (&t, VOIDmode, wmax, SIGNED); in simplify_const_unary_operation() 2174 wmin = wi::min_value (width, SIGNED); in simplify_const_unary_operation() 2175 real_from_integer (&t, VOIDmode, wmin, SIGNED); in simplify_const_unary_operation() 5012 result = wi::div_trunc (pop0, pop1, SIGNED, &overflow); in simplify_const_binary_operation() 5018 result = wi::mod_trunc (pop0, pop1, SIGNED, &overflow); in simplify_const_binary_operation() [all …]
|
| D | print-rtl.cc | 998 print_dec (CONST_POLY_INT_COEFFS (in_rtx)[0], m_outfile, SIGNED); in print_rtx() 1002 print_dec (CONST_POLY_INT_COEFFS (in_rtx)[i], m_outfile, SIGNED); in print_rtx() 1692 pp_wide_int (pp, CONST_POLY_INT_COEFFS (x)[0], SIGNED); in print_value() 1696 pp_wide_int (pp, CONST_POLY_INT_COEFFS (x)[i], SIGNED); in print_value()
|
| D | gimple-ssa-warn-restrict.cc | 369 offrange[0] += offset_int::from (max + 1, SIGNED); in extend_offset_range() 370 offrange[1] += offset_int::from (min - 1, SIGNED); in extend_offset_range() 382 offrange[0] += offset_int::from (min, SIGNED); in extend_offset_range() 383 offrange[1] += offset_int::from (max, SIGNED); in extend_offset_range()
|
| D | regstat.cc | 443 print_dec (PSEUDO_REGNO_BYTES (i), file, SIGNED); in dump_reg_info()
|
| /netbsd/src/external/lgpl3/mpfr/dist/examples/ |
| D | version.c | 59 #define SIGNED(I) SIGNED_STR((I) - (I) - 1) macro 239 SIGNED (MPFR_PREC_MIN)); in main() 241 SIGNED (MPFR_PREC_MAX)); in main()
|
| /netbsd/src/usr.bin/xlint/common/ |
| D | inittyp.c | 83 typeinfo("signed", SIGNED, UNSIGN, 0, 0, ' '), 84 typeinfo("unsigned", SIGNED, UNSIGN, 0, 0, ' '),
|
| D | lint.h | 64 SIGNED, /* keyword "signed", only used in the parser */ enumerator
|
| /netbsd/src/external/bsd/tre/dist/m4/ |
| D | ax_check_sign.m4 | 1 dnl @synopsis AX_CHECK_SIGN (TYPE, [ACTION-IF-SIGNED], [ACTION-IF-UNSIGNED], [INCLUDES]) 4 dnl the default includes are used. If ACTION-IF-SIGNED is given, it is
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
| D | noversion.asc | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
| D | version.asc | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
| D | dash-escaped-text.asc | 1 -----BEGIN PGP SIGNED MESSAGE-----
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | mt-desc.c | 286 { MT_F_CB1INCR, "f-cb1incr", 0, 32, 19, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } }, 287 { MT_F_CB2INCR, "f-cb2incr", 0, 32, 13, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } }, 528 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } }, 532 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | mt-desc.c | 286 { MT_F_CB1INCR, "f-cb1incr", 0, 32, 19, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } }, 287 { MT_F_CB2INCR, "f-cb2incr", 0, 32, 13, 6, { 0|A(SIGNED), { { { (1<<MACH_BASE), 0 } } } } }, 528 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } }, 532 { 0|A(SIGNED), { { { (1<<MACH_MS2), 0 } } } } },
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | gentoo | 21 0 string -----BEGIN\040PGP\040SIGNED\040MESSAGE-----
|
| D | jpeg | 210 >>>101 beshort&0xf 0x3 \b16-SIGNED 213 >>>101 beshort&0xf 0x6 \b32-SIGNED
|
| /netbsd/src/sys/external/bsd/sljit/dist/sljit_src/ |
| D | sljitNativeARM_64.c | 780 #define SIGNED 0x02 macro 1316 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1326 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1336 flags = INT_SIZE | SIGNED; in sljit_emit_op1() 1350 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1360 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1370 flags = INT_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
|
| D | sljitNativeARM_T2_32.c | 798 #define SIGNED 0x02 macro 1252 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 1262 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1278 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1() 1288 flags = HALF_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | scan.l | 129 "signed" { return resw(SIGNED, C_TYPE); }
|