HomeSort by relevance Sort by last modified time
    Searched defs:subtraction (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/
adddf3.c 75 // have opposite signs, we are performing a subtraction; otherwise addition.
77 const bool subtraction = (aRep ^ bRep) & signBit; local
98 if (subtraction) {
addsf3.c 74 // have opposite signs, we are performing a subtraction; otherwise addition.
76 const bool subtraction = (aRep ^ bRep) & signBit; local
97 if (subtraction) {
  /libcore/luni/src/main/java/java/math/
BigInt.java 264 static BigInt subtraction(BigInt a, BigInt b) { method in class:BigInt

Completed in 53 milliseconds