Home
last modified time | relevance | path

Searched refs:minus (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.fortran/
Dintrinsic-precedence.f9019 integer(kind=4) LOC, ubound, minus variable
22 minus = -1
23 print *, minus, LOC, ubound
24 call abs(minus) !all-assigned
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Dthumb1.md129 (minus:DI (match_operand:DI 1 "register_operand" "0")
144 (minus:SI (match_operand:SI 1 "register_operand" "l")
353 (set (match_dup 0) (minus:SI (match_dup 2) (match_dup 1)))
1126 (and (ge (minus (match_dup 2) (pc)) (const_int 2))
1127 (le (minus (match_dup 2) (pc)) (const_int 128)))
1130 (and (ge (minus (match_dup 2) (pc)) (const_int -250))
1131 (le (minus (match_dup 2) (pc)) (const_int 256)))
1134 (and (ge (minus (match_dup 2) (pc)) (const_int -2040))
1135 (le (minus (match_dup 2) (pc)) (const_int 2048)))
1198 (and (ge (minus (match_dup 3) (pc)) (const_int -250))
[all …]
Diwmmxt2.md34 (minus:V8HI
47 (minus:V4SI
60 (minus:V2DI
221 (minus:V2SI
240 (minus:V2SI
641 (minus:DI (match_operand:DI 1 "register_operand" "0")
665 (minus:DI (match_operand:DI 1 "register_operand" "0")
689 (minus:DI (match_operand:DI 1 "register_operand" "0")
713 (minus:DI (match_operand:DI 1 "register_operand" "0")
789 (minus:DI
[all …]
/netbsd/src/games/rogue/
Dhit.c70 float minus; in mon_hit() local
104 minus = (float)((AMULET_LEVEL * 2) - cur_level); in mon_hit()
106 minus = (float)get_armor_class(rogue.armor) * 3.00; in mon_hit()
107 minus = minus/100.00 * (float)damage; in mon_hit()
109 damage -= (short)minus; in mon_hit()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Daddsub.md143 (minus:QHSI (match_operand:QHSI 1 "register_operand" "")
149 (minus:QI (match_operand:QI 1 "h8300_dst_operand" "0")
154 [(parallel [(set (match_dup 0) (minus:QI (match_dup 1) (match_dup 2)))
159 (minus:QI (match_operand:QI 1 "h8300_dst_operand" "0")
168 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
173 [(parallel [(set (match_dup 0) (minus:HSI (match_dup 1) (match_dup 2)))
178 (minus:HSI (match_operand:HSI 1 "h8300_dst_operand" "0,0")
Dh8300.md90 (if_then_else (and (ge (minus (match_dup 0) (pc))
92 (le (plus (minus (match_dup 0) (pc))
97 (and (ge (minus (pc) (match_dup 0))
99 (le (minus (pc) (match_dup 0))
104 (if_then_else (and (ge (minus (match_dup 0) (pc))
106 (le (minus (match_dup 0) (pc))
111 (and (ge (minus (pc) (match_dup 0))
113 (le (minus (pc) (match_dup 0))
/netbsd/src/sys/arch/hppa/spmath/
Dimpys.S170 sub pu,op1,pu ; shift 2 with minus sign
202 shd pm,pu,4,pu ; shift 4, minus signed
244 sh3s: shd pu,pl,3,pl ; shift 3 minus signed
257 sh2s: shd pu,pl,2,pl ; shift with minus sign
260 shd pu,pl,2,pl ; shift with minus sign
262 shd pm,pu,2,pu ; shift with minus sign
267 shd pu,pl,2,pl ; shift with minus sign
269 shd pm,pu,2,pu ; shift with minus sign
274 shd pu,pl,3,pl ; shift 3 with minus sign
Dimpyu.S187 sub pu,op1,pu ; shift 2 with minus sign
219 shd pm,pu,4,pu ; shift 4, minus signed
241 sh3s: shd pu,pl,3,pl ; shift 3 minus signed
254 sh2s: shd pu,pl,2,pl ; shift with minus sign
257 shd pu,pl,2,pl ; shift with minus sign
259 shd pm,pu,2,pu ; shift with minus sign
265 shd pu,pl,2,pl ; shift with minus sign
267 shd pm,pu,2,pu ; shift with minus sign
273 shd pu,pl,3,pl ; shift 3 with minus sign
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dmatch-and-simplify.texi151 (minus (plus @@0 @@1) @@0)
154 (minus (minus @@0 @@1) @@0)
278 (for op (plus pointer_plus minus bit_ior bit_xor)
289 (for opa (plus minus)
290 opb (minus plus)
291 (for opc (plus minus)
296 @code{opa, opb, opc} being @code{plus, minus, plus};
297 @code{plus, minus, minus}; @code{minus, plus, plus};
298 @code{minus, plus, minus}.
304 (define_operator_list pmm plus minus mult)
[all …]
/netbsd/src/external/lgpl3/gmp/dist/mpf/
Dset_str.c298 long dig, minus, plusminus; in mpf_set_str() local
300 minus = -(long) (c == '-'); in mpf_set_str()
301 plusminus = minus | -(long) (c == '+'); in mpf_set_str()
320 exp_in_base = (exp_in_base ^ minus) - minus; /* conditional negation */ in mpf_set_str()
/netbsd/src/usr.sbin/paxctl/
Dpaxctl.c323 int i, clear = 0, list = 0, bad = 0, many, minus; in main() local
341 minus = 0; in main()
346 minus = 0; in main()
350 minus = 1; in main()
360 if (minus) in main()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/stormy16/
Dstormy16.md66 (if_then_else (and (ge (minus (match_dup 0) (pc)) (const_int -2046))
67 (lt (minus (match_dup 0) (pc)) (const_int 2048)))
71 (if_then_else (and (ge (minus (match_dup 0) (pc)) (const_int -2044))
72 (lt (minus (match_dup 0) (pc)) (const_int 2048)))
76 (if_then_else (and (ge (minus (match_dup 0) (pc)) (const_int -124))
77 (lt (minus (match_dup 0) (pc)) (const_int 128)))
81 (if_then_else (and (ge (minus (match_dup 0) (pc)) (const_int -122))
82 (lt (minus (match_dup 0) (pc)) (const_int 128)))
380 (minus:HI (match_operand:HI 1 "register_operand" "0,0,0,0,0,0,0")
396 (minus:HI (match_operand:HI 1 "register_operand" "0,0,0")
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmatch.pd91 plus minus
179 (for op (plus pointer_plus minus bit_ior bit_xor)
203 (minus @0 real_zerop@1)
213 (for inner_op (plus minus)
214 (for outer_op (plus minus)
236 (minus @0 @0)
686 (minus (convert1? @0) (convert2? (mult:c (trunc_div @@0 @@1) @1)))
692 (minus (mult:cs @0 (plus:s (trunc_div:s @1 @0) integer_onep)) @1)
694 (minus @0 (trunc_mod @1 @0))))
713 (shift @0 (bit_and @1 (minus @2 { build_int_cst (TREE_TYPE (@2),
[all …]
/netbsd/src/usr.bin/units/
Dunits.c348 char *minus; in addunit() local
371 for (minus = scratch + 1; *minus; minus++) { in addunit()
372 if (*minus != '-') { in addunit()
375 if (strchr(".0123456789", *(minus + 1))) { in addunit()
378 *minus = ' '; in addunit()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/avr/
Dconstraints.md82 "Constant integer @minus{}1."
107 "Constant integer @minus{}2."
207 "A negative constant integer in the range @minus{}255 @dots{} @minus{}1."
254 "Fixed-point or integer constant not in the range @minus{}2 @dots{} 2"
262 "Fixed-point constant from @minus{}0x003f to 0x003f."
/netbsd/src/external/gpl3/gcc/dist/gcc/config/pa/
Dpa.md933 (minus:SI (match_operand:SI 1 "register_operand" "r")
943 (minus:DI (match_operand:DI 1 "register_operand" "r")
953 (minus:SI (minus:SI (match_operand:SI 1 "register_operand" "r")
964 (minus:DI (minus:DI (match_operand:DI 1 "register_operand" "r")
977 (minus:SI (match_operand:SI 1 "register_operand" "r")
987 (minus:DI (match_operand:DI 1 "register_operand" "r")
997 (minus:SI (minus:SI (match_operand:SI 1 "register_operand" "r")
1008 (minus:DI (minus:DI (match_operand:DI 1 "register_operand" "r")
1022 (minus:SI (match_operand:SI 1 "register_operand" "r")
1032 (minus:DI (match_operand:DI 1 "register_operand" "r")
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/
Daddsub.md136 (minus:QI (match_operand:QI 1 "mra_operand"
148 (minus:HI (match_operand:HI 1 "mras_operand"
165 (minus:PSI (match_operand:PSI 1 "mra_operand" "0,0,0,0")
174 (minus:SI (match_operand:SI 1 "mra_operand" "0,0,0,0")
182 (minus:SI (match_operand:SI 1 "mra_operand" "0,0,0,0,0,0")
212 (minus:SI (match_operand:SI 1 "mra_operand" "0,0,0,0")
/netbsd/src/external/gpl3/gcc/dist/gcc/config/cris/
Dsync.md65 (define_code_iterator atomic_op [plus minus ior and xor mult])
68 [(plus "add") (minus "sub") (and "and") (ior "or") (xor "xor") (mult "nand")])
74 [(plus "ri") (minus "ri") (and "ri") (ior "ri") (xor "r") (mult "ri")])
77 [(plus "nonmemory_operand") (minus "nonmemory_operand")
83 [(plus "%P2") (minus "Sub.d %2") (and "And%q2 %2") (ior "Or%q2 %2") (xor "Xor %2")
87 [(plus "") (minus "") (and "") (ior "") (xor "") (mult "not %3\;")])
121 ;; FIXME: improve constants more for plus, minus, and, ior.
/netbsd/src/crypto/external/bsd/heimdal/dist/doc/
Dheimdal.texi50 @global@chapheadingskip = 15pt plus 4pt minus 2pt
51 @global@secheadingskip = 12pt plus 3pt minus 2pt
52 @global@subsecheadingskip = 9pt plus 2pt minus 2pt
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/asn1/
Da_time.c85 const char upper_z = 0x5A, num_zero = 0x30, period = 0x2E, minus = 0x2D, plus = 0x2B; in ossl_asn1_time_to_tm() local
87 const char upper_z = 'Z', num_zero = '0', period = '.', minus = '-', plus = '+'; in ossl_asn1_time_to_tm() local
129 if (!strict && (i == btz) && ((a[o] == upper_z) || (a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
218 } else if (!strict && ((a[o] == plus) || (a[o] == minus))) { in ossl_asn1_time_to_tm()
219 int offsign = a[o] == minus ? 1 : -1; in ossl_asn1_time_to_tm()
/netbsd/src/share/wscons/keymaps/
Dpckbd.bg.bds.iso8859-516 keycode 10 = 9 parenleft 9 minus
18 keycode 12 = minus underscore minus I
Dpckbd.bg.bds.cp125116 keycode 10 = 9 parenleft 9 minus
18 keycode 12 = minus underscore minus I
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sparc/
Dsparc.md465 (if_then_else (lt (minus (match_dup 1) (pc)) (const_int 260000))
472 (if_then_else (lt (minus (pc) (match_dup 1)) (const_int 260000))
492 (if_then_else (lt (minus (match_dup 2) (pc)) (const_int 260000))
499 (if_then_else (lt (minus (pc) (match_dup 2)) (const_int 260000))
508 (if_then_else (lt (minus (match_dup 2) (pc)) (const_int 32000))
515 (if_then_else (lt (minus (pc) (match_dup 2)) (const_int 32000))
524 (if_then_else (lt (minus (match_dup 3) (pc)) (const_int 500))
529 (if_then_else (lt (minus (pc) (match_dup 3)) (const_int 500))
536 (if_then_else (lt (minus (match_dup 0) (pc)) (const_int 500))
541 (if_then_else (lt (minus (pc) (match_dup 0)) (const_int 500))
[all …]
/netbsd/src/lib/libterminfo/
Dtparm.c197 unsigned int done, dot, minus; in _ti_tiparm() local
268 done = dot = minus = 0; in _ti_tiparm()
300 minus = 1; in _ti_tiparm()
303 if (minus) in _ti_tiparm()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/
Dsync.md21 (define_code_iterator FETCHOP [plus minus ior and xor])
23 [(plus "add") (minus "sub") (ior "ior") (and "and") (xor "xor")])
25 [(plus "1072") (minus "1088") (ior "1104") (and "1120") (xor "1136")])

12345678910>>...13