Searched refs:minus (Results 26 - 50 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-runtime/intl/
H A Dplural-exp.h49 minus, /* Subtraction. */ enumerator in enum:expression::operator
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpf/
H A Dset_str.c278 long dig, minus, plusminus; local
280 minus = -(long) (c == '-');
281 plusminus = minus | -(long) (c == '+');
300 exp_in_base = (exp_in_base ^ minus) - minus; /* conditional negation */
/netbsd-6-1-5-RELEASE/usr.sbin/paxctl/
H A Dpaxctl.c318 int i, list = 0, bad = 0, many, minus; local
331 minus = 0;
336 minus = 0;
340 minus = 1;
350 if (minus)
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A 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
H A 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-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dpsub.s19 # 0xa5a5a5a5 minus 0xa5a5a5a5 equals zero
H A Dfipr.s106 # fr11 should be minus qnan (or less)
120 # fr11 should be minus snan (or less)
/netbsd-6-1-5-RELEASE/sys/arch/m68k/m68k/
H A Dcompat_13_sigreturn13.s71 subqw #1,%d1 | minus 1 for dbf
H A Dcompat_16_sigreturn14.s71 subqw #1,%d1 | minus 1 for dbf
/netbsd-6-1-5-RELEASE/lib/libterminfo/
H A Dtparm.c193 unsigned int done, dot, minus, width, precision, olen; local
264 done = dot = minus = width = precision = 0;
295 minus = 1;
298 if (minus)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/headers/functional/
H A Dsynopsis.cc29 template <class T> struct minus;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/backward/
H A Dfunction.h69 using std::minus;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/testsuite/sim/h8300/
H A Daddx.s135 test_h_gr32 byte_dest-1 er0 ; er0 contains address minus one
248 test_h_gr32 byte_dest-1 er0 ; er0 contains address minus one
300 test_h_gr32 byte_src-1 er0 ; er0 contains address minus one
353 test_h_gr32 byte_src-1 er0 ; er0 contains src address minus one
354 test_h_gr32 byte_dest-1 er1 ; er1 contains dst address minus one
455 test_h_gr32 word_dest-2 er0 ; er0 contains address minus one
560 test_h_gr32 word_dest-2 er0 ; er0 contains address minus one
612 test_h_gr32 word_src-2 er0 ; er0 contains address minus one
665 test_h_gr32 word_src-2 er0 ; er0 contains src address minus one
666 test_h_gr32 word_dest-2 er1 ; er1 contains dst address minus on
[all...]
H A Dsubx.s137 test_h_gr32 byte_dest-1 er0 ; er0 contains subress minus one
252 test_h_gr32 byte_dest-1 er0 ; er0 contains subress minus one
304 test_h_gr32 byte_src-1 er0 ; er0 contains subress minus one
359 test_h_gr32 byte_src-1 er0 ; er0 contains src subress minus one
360 test_h_gr32 byte_dest-1 er1 ; er1 contains dst subress minus one
463 test_h_gr32 word_dest-2 er0 ; er0 contains subress minus one
570 test_h_gr32 word_dest-2 er0 ; er0 contains subress minus one
622 test_h_gr32 word_src-2 er0 ; er0 contains subress minus one
677 test_h_gr32 word_src-2 er0 ; er0 contains src subress minus one
678 test_h_gr32 word_dest-2 er1 ; er1 contains dst subress minus on
[all...]
H A Dsubb.s142 test_h_gr32 pre_byte, er0 ; er0 still contains address minus one
267 test_h_gr32 pre_byte er0 ; er0 still contains address minus one
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dsp-pc-usage-t.s92 @ SUB (sp minus immediate).
102 @ SUB (sp minus register).
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-switch-conversion.c681 tree ulb, minus; local
716 minus = fold_build2_loc (loc, MINUS_EXPR, utype, tmp_u_1, ulb);
717 minus = force_gimple_operand_gsi (&gsi, minus, false, NULL, true,
720 minus_assign = gimple_build_assign (tmp_u_2, minus);
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/src/
H A Dwrite-csharp.c279 case minus:
397 case minus:
445 case minus:
/netbsd-6-1-5-RELEASE/usr.bin/vgrind/
H A Dvfontedpr.c130 static char minus[] = "-"; variable
168 argv[argc-1] = minus;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dinit.c286 int minus=0,i,temp; local
295 minus = 1;
304 total_num_digits += minus;
306 for ( i = minus ; value ; i++ ) {
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/intl/
H A Dplural.y156 There is no unary minus and no bitwise operators.
370 lval->op = minus;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/intl/
H A Dplural.y156 There is no unary minus and no bitwise operators.
370 lval->op = minus;
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/intl/
H A Dplural.y134 There is no unary minus and no bitwise operators.
345 lval->op = minus;
/netbsd-6-1-5-RELEASE/gnu/dist/grep/intl/
H A Dplural.y158 There is no unary minus and no bitwise operators.
372 lval->op = minus;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/intl/
H A Dplural.y156 There is no unary minus and no bitwise operators.
370 lval->op = minus;

Completed in 314 milliseconds

12345