Searched refs:subtrahend (Results 1 – 9 of 9) sorted by relevance
64 nstime_subtract(nstime_t *time, const nstime_t *subtrahend) in nstime_subtract() argument67 assert(nstime_compare(time, subtrahend) >= 0); in nstime_subtract()69 time->ns -= subtrahend->ns; in nstime_subtract()
239 const SkPath* minuend, * subtrahend; in OpDebug() local244 subtrahend = &scaledTwo; in OpDebug()247 subtrahend = &two; in OpDebug()250 SkTSwap(minuend, subtrahend); in OpDebug()262 builder.addOperand(*subtrahend); in OpDebug()
127 public abstract ShortDuration minus(ShortDuration subtrahend); in minus() argument171 @Override public ShortDuration minus(ShortDuration subtrahend) {172 checkArgument(this == subtrahend);223 @Override public ShortDuration minus(ShortDuration subtrahend) { in minus() argument224 return ofPicos(picos - subtrahend.picos); in minus()
130 Label operator-(uint64_t subtrahend) const;131 uint64_t operator-(const Label &subtrahend) const;
73 Label Label::operator-(uint64_t subtrahend) const { in operator -()75 l.value_->Set(this->value_, -subtrahend); in operator -()
29 void nstime_subtract(nstime_t *time, const nstime_t *subtrahend);
1160 CF2_F16Dot16 subtrahend; in cf2_interpT2CharString() local1165 subtrahend = cf2_stack_popFixed( opStack ); in cf2_interpT2CharString()1168 cf2_stack_pushFixed( opStack, minuend - subtrahend ); in cf2_interpT2CharString()
1669 uint64_t subtrahend = uint64_t(qp) * uint64_t(v[i]); in KnuthDiv() local1670 bool borrow = subtrahend > u_tmp; in KnuthDiv()1672 << ", subtrahend == " << subtrahend in KnuthDiv()1675 uint64_t result = u_tmp - subtrahend; in KnuthDiv()