Home
last modified time | relevance | path

Searched refs:subtrahend (Results 1 - 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/bigint/
H A Ddigit-arithmetic.h68 twodigit_t subtrahend = twodigit_t{b} + borrow_in; in digit_sub2() local
69 twodigit_t result = twodigit_t{a} - subtrahend; in digit_sub2()
H A Dmul-fft.cc148 digit_t subtrahend = (d << bits_shift) | input_carry; in ShiftModFn_Large() local
150 digit_sub2(iK_carry, subtrahend, borrow, &borrow); in ShiftModFn_Large()
156 digit_t subtrahend = (d << bits_shift) | input_carry; in ShiftModFn_Large() local
157 result[i] = digit_sub2(0, subtrahend, borrow, &borrow); in ShiftModFn_Large()
/third_party/decimal.js/test/modules/
H A Dminus.js5 var t = function (minuend, subtrahend, expected) {
6 T.assertEqual(expected, new Decimal(minuend).minus(subtrahend).valueOf());
138 t = function (minuend, subtrahend, expected, sd, rm) {
141 T.assertEqual(expected, new Decimal(minuend).minus(subtrahend).valueOf());
/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp209 // inside subtrahend outside subtrahend inside subtrahend outside subtrahend
296 const SkPath* subtrahend = &two; in OpDebug() local
299 swap(minuend, subtrahend); in OpDebug()
311 builder.addOperand(*subtrahend); in OpDebug()
/third_party/skia/src/pdf/
H A DSkPDFDocument.cpp57 static size_t difference(size_t minuend, size_t subtrahend) { in difference() argument
58 return SkASSERT(minuend >= subtrahend), minuend - subtrahend; in difference()
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dpsintrp.c1573 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1578 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1582 SUB_INT32( minuend, subtrahend ) ); in cf2_interpT2CharString()
1948 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local
1954 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()
1959 subtrahend ) ); in cf2_interpT2CharString()
/third_party/toybox/toys/pending/
H A Dbc.c1395 BcNum *minuend, *subtrahend; in bc_num_s() local
1429 subtrahend = b; in bc_num_s()
1435 subtrahend = a; in bc_num_s()
1441 if (c->rdx < subtrahend->rdx) { in bc_num_s()
1442 bc_num_extend(c, subtrahend->rdx - c->rdx); in bc_num_s()
1445 else start = c->rdx - subtrahend->rdx; in bc_num_s()
1447 s = bc_num_subArrays(c->num + start, subtrahend->num, subtrahend->len); in bc_num_s()
/third_party/python/Lib/
H A Dzipfile.py2231 def _difference(minuend, subtrahend):
2233 Return items in minuend not in subtrahend, retaining order
2236 return itertools.filterfalse(set(subtrahend).__contains__, minuend)
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1653 int subtrahend, in emit_i32_subi_jump_negative()
1655 SubS64(value, value, Operand(subtrahend), r0, LeaveOE, SetRC); in emit_i32_subi_jump_negative()
1652 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1602 int subtrahend, in emit_i32_subi_jump_negative()
1604 TurboAssembler::Subu(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
1601 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1619 int subtrahend, in emit_i32_subi_jump_negative()
1621 TurboAssembler::Sub_d(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
1618 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1598 int subtrahend, in emit_i32_subi_jump_negative()
1600 Subs(value.W(), value.W(), Immediate(subtrahend)); in emit_i32_subi_jump_negative()
1597 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2189 int subtrahend, in emit_i32_subi_jump_negative()
2191 SubS64(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
2188 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h1832 int subtrahend, in emit_i32_subi_jump_negative()
1834 TurboAssembler::Dsubu(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
1831 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h1016 inline void emit_i32_subi_jump_negative(Register value, int subtrahend,
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2497 int subtrahend, in emit_i32_subi_jump_negative()
2499 sub(value, Immediate(subtrahend)); in emit_i32_subi_jump_negative()
2496 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h2234 int subtrahend, in emit_i32_subi_jump_negative()
2236 sub(value, value, Operand(subtrahend), SetCC); in emit_i32_subi_jump_negative()
2233 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2172 int subtrahend, in emit_i32_subi_jump_negative()
2174 subl(value, Immediate(subtrahend)); in emit_i32_subi_jump_negative()
2171 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1634 int subtrahend, in emit_i32_subi_jump_negative()
1636 Sub64(value, value, Operand(subtrahend)); in emit_i32_subi_jump_negative()
1633 emit_i32_subi_jump_negative(Register value, int subtrahend, Label* result_negative) emit_i32_subi_jump_negative() argument

Completed in 85 milliseconds