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

  /external/v8/test/mjsunit/
codegen-coverage.js 88 // Test the non-commutative subtraction operation with a smi on the
96 // Subtraction should overflow the 31-bit smi range. The result
constant-folding.js 212 // Answer is non-Smi so the subtraction is not folded in the code
  /dalvik/libcore/math/src/main/java/java/math/
BigInt.java 299 public static BigInt subtraction(BigInt a, BigInt b) { method in class:BigInt
BigInteger.java 496 else return new BigInteger(BigInt.subtraction(bigInt, val.bigInt));
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]

Completed in 14 milliseconds