| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/treelang/ |
| D | a01gcci01.c | 28 int subtract(int, int); 36 printf("-1:%d\n", subtract(3,4)); in main() 37 printf("1:%d\n", subtract(2,1)); in main()
|
| D | a01gcci01.tree | 25 external_definition int subtract(int arg3, int arg4); 35 subtract 45 aaa=subtract(subtract(aaa, arg7), arg7) + 1;
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | s390-opc.txt | 165 5b s RX_RRRD "subtract" g5 esa,zarch 173 6b sd RX_FRRD "subtract normalized (long)" g5 esa,zarch 174 2b sdr RR_FF "subtract normalized (long)" g5 esa,zarch 175 7b se RX_FRRD "subtract normalized (short)" g5 esa,zarch 176 3b ser RR_FF "subtract normalized (short)" g5 esa,zarch 177 4b sh RX_RRRD "subtract halfword" g5 esa,zarch 180 5f sl RX_RRRD "subtract logical" g5 esa,zarch 185 1f slr RR_RR "subtract logical" g5 esa,zarch 186 fb sp SS_LLRDRD "subtract decimal" g5 esa,zarch 193 1b sr RR_RR "subtract" g5 esa,zarch [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | s390-opc.txt | 165 5b s RX_RRRD "subtract" g5 esa,zarch 173 6b sd RX_FRRD "subtract normalized (long)" g5 esa,zarch 174 2b sdr RR_FF "subtract normalized (long)" g5 esa,zarch 175 7b se RX_FRRD "subtract normalized (short)" g5 esa,zarch 176 3b ser RR_FF "subtract normalized (short)" g5 esa,zarch 177 4b sh RX_RRRD "subtract halfword" g5 esa,zarch 180 5f sl RX_RRRD "subtract logical" g5 esa,zarch 185 1f slr RR_RR "subtract logical" g5 esa,zarch 186 fb sp SS_LLRDRD "subtract decimal" g5 esa,zarch 193 1b sr RR_RR "subtract" g5 esa,zarch [all …]
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/xtensa/ |
| D | lib1funcs.asm | 222 # test-subtract-and-shift loop; one quotient bit on each iteration 288 # test-subtract-and-shift loop; one quotient bit on each iteration 356 # test-subtract-and-shift loop 372 sub a2, a2, a3 # subtract once more if dividend >= divisor 378 sub a2, a2, a3 # subtract once if dividend >= divisor 416 # test-subtract-and-shift loop 432 sub a2, a2, a3 # subtract once more if udividend >= udivisor 441 sub a2, a2, a3 # subtract once if dividend >= divisor
|
| /openbsd/src/games/sail/ |
| D | dr_1.c | 181 subtract(from, totalfrom, crewfrom, fromcap, pcfrom); in fightitout() 182 subtract(to, totalto, crewto, tocap, pcto); in fightitout() 192 subtract(from, totalfrom, crewfrom, fromcap, pcfrom); in fightitout() 193 subtract(to, totalto, crewto, tocap, pcto); in fightitout() 214 subtract(to, mento, crewto, tocap, pcto); in fightitout() 215 subtract(from, - mento, crewfrom, to, 0); in fightitout()
|
| D | dr_5.c | 36 subtract(struct ship *from, int totalfrom, int crewfrom[3], in subtract() function
|
| /openbsd/src/sys/arch/hppa/spmath/ |
| D | impyu.S | 132 ; ---- bits = 0111 ---- subtract op1, shift 3, add op1, and shift 1 135 sub pu,op1,pu ; subtract op1, br. to sh3s 155 addib,tr 1,brindex,sh2s ; add 1 to index, subtract op1, 158 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index 175 addib,tr 1,brindex,sh4s ; add 1 to index, subtract op1, 225 sub pu,op1,pu ; subtract op1 233 sub pu,op1,pu ; subtract op1 from product 241 sub pu,op1,pu ; subtract op1 from product
|
| D | impys.S | 121 ; ---- bits = 0111 ---- subtract op1, shift 3, add op1, and shift 1 124 sub pu,op1,pu ; subtract op1, br. to sh3s 144 addib,tr 1,brindex,sh2s ; add 1 to index, subtract op1, 147 ; ---- bits = 1100 ---- shift 2, subtract op1, shift 2, increment next index 164 addib,tr 1,brindex,sh4s ; add 1 to index, subtract op1, 234 sub pu,op1,pu ; subtract op1 241 sub pu,op1,pu ; subtract op1 from product 248 sub pu,op1,pu ; subtract op1 from product
|
| D | divu.S | 120 sub rem,dvr,rem ; else subtract dvr 138 ; want to do subtract 140 sub rem,dvr,rem ; subtract and
|
| /openbsd/src/usr.sbin/unbound/cachedb/ |
| D | cachedb.c | 473 packed_rrset_ttl_subtract(struct packed_rrset_data* data, time_t subtract) in packed_rrset_ttl_subtract() argument 477 if(subtract >= 0 && data->ttl > subtract) in packed_rrset_ttl_subtract() 478 data->ttl -= subtract; in packed_rrset_ttl_subtract() 481 if(subtract >= 0 && data->rr_ttl[i] > subtract) in packed_rrset_ttl_subtract() 482 data->rr_ttl[i] -= subtract; in packed_rrset_ttl_subtract() 485 data->ttl_add = (subtract < data->ttl_add) ? (data->ttl_add - subtract) : 0; in packed_rrset_ttl_subtract()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Time-Piece/ |
| D | Seconds.pm | 43 '-' => \&subtract, 91 sub subtract { subroutine
|
| /openbsd/src/gnu/gcc/gcc/config/xtensa/ |
| D | lib1funcs.asm | 275 # test-subtract-and-shift loop; one quotient bit on each iteration 337 # test-subtract-and-shift loop; one quotient bit on each iteration 401 # test-subtract-and-shift loop 418 sub a2, a2, a3 # subtract once more if dividend >= divisor 450 # test-subtract-and-shift loop 467 sub a2, a2, a3 # subtract once more if udividend >= udivisor
|
| D | xtensa.opt | 28 Enable fused multiply/add and multiply/subtract FP instructions
|
| /openbsd/src/sys/lib/libkern/arch/mips64/ |
| D | bzero.S | 48 PTR_SUBU a1, a1, a3 # subtract from remaining count 65 PTR_SUBU a1, a1, a3 # subtract from remaining count
|
| D | bcmp.S | 50 PTR_SUBU a2, a2, a3 # subtract from remaining count 73 PTR_SUBU a2, a2, a3 # subtract from remaining count
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ADT/ |
| D | APFloat.h | 286 opStatus subtract(const IEEEFloat &, roundingMode); 508 lostFraction addOrSubtractSignificand(const IEEEFloat &, bool subtract); 531 opStatus addOrSubtractSpecials(const IEEEFloat &, bool subtract); 544 opStatus addOrSubtract(const IEEEFloat &, roundingMode, bool subtract); 660 opStatus subtract(const DoubleAPFloat &RHS, roundingMode RM); 993 opStatus subtract(const APFloat &RHS, roundingMode RM) { in subtract() function 997 return U.IEEE.subtract(RHS.U.IEEE, RM); in subtract() 999 return U.Double.subtract(RHS.U.Double, RM); in subtract() 1080 (void)Result.subtract(RHS, rmNearestTiesToEven);
|
| /openbsd/src/lib/libc/arch/mips64/string/ |
| D | bcmp.S | 48 dsubu a2, a2, a3 # subtract from remaining count 71 dsubu a2, a2, a3 # subtract from remaining count
|
| D | bcopy.S | 68 dsubu a2, a2, a3 # subtract from remaining count 90 dsubu a2, a2, a3 # subtract from remaining count
|
| D | bzero.S | 44 dsubu a1, a1, a3 # subtract from remaining count
|
| /openbsd/src/lib/libc/arch/sparc64/gen/ |
| D | fixunsdfsi.S | 77 ! d does not fit in an int, so subtract 2^63, convert, 121 ! d does not fit in an int, so subtract 2^63, convert,
|
| /openbsd/src/gnu/llvm/llvm/lib/Support/ |
| D | APFloat.cpp | 1585 bool subtract) { in addOrSubtractSpecials() argument 1613 sign = rhs.sign ^ subtract; in addOrSubtractSpecials() 1618 sign = rhs.sign ^ subtract; in addOrSubtractSpecials() 1628 if (((sign ^ rhs.sign)!=0) != subtract) { in addOrSubtractSpecials() 1642 bool subtract) { in addOrSubtractSignificand() argument 1649 subtract ^= static_cast<bool>(sign ^ rhs.sign); in addOrSubtractSignificand() 1655 if (subtract) { in addOrSubtractSignificand() 1887 bool subtract) { in addOrSubtract() argument 1890 fs = addOrSubtractSpecials(rhs, subtract); in addOrSubtract() 1896 lost_fraction = addOrSubtractSignificand(rhs, subtract); in addOrSubtract() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/IO-Compress/t/ |
| D | 01misc.t | 331 title "U64 - subtract" ; 338 $x->subtract(1); 350 $x->subtract(1); 360 $x->subtract($y); 368 $x->subtract($y);
|
| /openbsd/src/gnu/usr.bin/perl/ext/B/t/ |
| D | pragma.t | 71 my $cop = find_op_cop( \&foo, qr/subtract/ );
|
| /openbsd/src/regress/usr.bin/sed/ |
| D | math.sed | 213 # can we add or subtract -- note subtract hold expression for underflow
|