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

1 2 3

  /external/llvm/test/MC/ELF/
subtraction-error.s 8 ; CHECK: symbol 'a' could not be evaluated in a subtraction expression
  /external/llvm/test/MC/ARM/
cmp-immediate-fixup-error2.s 5 @ CHECK: error: symbol 'unknownLabel' can not be undefined in a subtraction expression
error-location.s 7 @ CHECK: :[[@LINE+1]]:{{[0-9]+}}: error: symbol 'undef' can not be undefined in a subtraction expression
26 @ CHECK: <unknown>:0: error: symbol 'undef' could not be evaluated in a subtraction expression
  /external/llvm/test/MC/MachO/ARM/
bad-darwin-ARM-reloc.s 13 @ CHECK-ERROR: symbol 'a' can not be undefined in a subtraction expression
15 @ CHECK-ERROR: symbol 'b' can not be undefined in a subtraction expression
  /system/update_engine/payload_generator/
extent_ranges.cc 106 // Returns base - subtractee (set subtraction).
143 ExtentSet subtraction = SubtractOverlappingExtents(*it, extent); local
144 for (ExtentSet::iterator jt = subtraction.begin(), je = subtraction.end();
  /prebuilts/go/darwin-x86/src/math/
dim.go 14 // The special cases result in NaN after the subtraction:
  /prebuilts/go/linux-x86/src/math/
dim.go 14 // The special cases result in NaN after the subtraction:
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/Arm/
CompareMem.asm 101 ; perform a signed 32-bit subtraction.
  /frameworks/rs/script_api/
rs_atomic.spec 197 summary: Thread-safe subtraction
  /libcore/luni/src/main/java/java/math/
BigInt.java 262 static BigInt subtraction(BigInt a, BigInt b) { method in class:BigInt
BigInteger.java 437 return new BigInteger(BigInt.subtraction(lhs, rhs));
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/models/testdata/g3doc/
README.md 10 typical signal processing algorithms, like FFT and spectral subtraction, and
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpint.go 101 yyerror("constant subtraction overflow")
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
a.out.go 128 C_RCON2S /* subtraction of two disjoint C_RCON constants */
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
mpint.go 101 yyerror("constant subtraction overflow")
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
a.out.go 128 C_RCON2S /* subtraction of two disjoint C_RCON constants */
  /external/libavc/common/arm/
ih264_iquant_itrans_recon_dc_a9.s 139 subs r9, r9, #1 @ if r8 == 1 => intra case , so result of subtraction is zero and Z flag is set
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmExceptionLib/Arm/
ExceptionSupport.asm 40 SP 0x34 # reserved via subtraction 0x20 (32) from SP
  /prebuilts/go/darwin-x86/src/math/big/
float_test.go     [all...]
  /prebuilts/go/linux-x86/src/math/big/
float_test.go     [all...]
  /build/blueprint/parser/
parser.go 334 p.errorf("subtraction not supported: %s", p.scanner.String())
  /prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go 231 // four terms. In characteristic 2 fields, subtraction == addition ==
  /prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go 231 // four terms. In characteristic 2 fields, subtraction == addition ==
  /external/boringssl/src/crypto/fipsmodule/bn/asm/
armv8-mont.pl 227 // subtraction. So we subtract modulus, see if it borrowed,
908 // subtraction. So we subtract modulus, see if it borrowed,
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/
asm.go 130 // Bizarre syntax: $frameSize-argSize is two words, not subtraction.

Completed in 537 milliseconds

1 2 3