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

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
thumb1_unified.d 20 0[0-9a-f]+ <[^>]+> 4251 negs r1, r2
thumb2_add.d 30 0+056 <[^>]+> 4271 negs r1, r6
tcompat.s 22 negs r9,r0
thumb2_it.s 63 negs r0, r1
thumb2_it.d 62 0+092 <[^>]+> 4248 negs r0, r1
thumb2_it_auto.d 62 0+092 <[^>]+> 4248 negs r0, r1
thumb32.s 502 negs r0, r0
503 negs r0, r5
504 negs r5, r0
505 negs.w r0, r0
506 negs.w r5, r0
507 negs.w r0, r5
511 negs r0, r9
512 negs r9, r0
thumb-eabi.d 35 0+032 <[^>]+> 4249 negs r1, r1
thumb.d 36 0+032 <[^>]+> 4249 negs r1, r1
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECAlgorithms.java 362 boolean[] negs = new boolean[count];
368 BigInteger ki = ks[i]; negs[i] = ki.signum() < 0; ki = ki.abs();
375 return implSumOfMultiplies(negs, infos, wnafs);
414 boolean[] negs = new boolean[fullCount];
422 BigInteger kj0 = ks[j0]; negs[j0] = kj0.signum() < 0; kj0 = kj0.abs();
423 BigInteger kj1 = ks[j1]; negs[j1] = kj1.signum() < 0; kj1 = kj1.abs();
434 return implSumOfMultiplies(negs, infos, wnafs);
437 private static ECPoint implSumOfMultiplies(boolean[] negs, WNafPreCompInfo[] infos, byte[][] wnafs)
463 ECPoint[] table = (wi < 0 == negs[j]) ? info.getPreComp() : info.getPreCompNeg();
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
addsub.d     [all...]
  /external/llvm/test/MC/AArch64/
arm64-aliases.s 121 negs w0, w1
122 ; CHECK: negs w0, w1
123 negs w0, w1, lsl #1
124 ; CHECK: negs w0, w1, lsl #1
125 negs x0, x1
126 ; CHECK: negs x0, x1
127 negs x0, x1, asr #1
128 ; CHECK: negs x0, x1, asr #1
basic-a64-diagnostics.s 540 negs w9, w10, lsl #-1
541 negs w9, w10, lsl #32
542 negs w11, w12, lsr #-1
543 negs w11, w12, lsr #32
544 negs w19, wzr, asr #-1
545 negs wzr, wzr, asr #32
546 negs x9, x10, lsl #-1
547 negs x9, x10, lsl #64
548 negs x11, x12, lsr #-1
549 negs x11, x12, lsr #6
    [all...]
basic-a64-instructions.s 559 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b]
589 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb]
    [all...]
  /external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
metric_loss_ops_test.py 170 negs = []
173 negs.append(margin - pdist_matrix[i][k])
176 negs.append(margin - pdist_matrix[j][l])
178 negs = np.array(negs)
179 max_elem = np.max(negs)
180 negs -= max_elem
181 negs = np.exp(negs)
182 soft_maximum = np.log(np.sum(negs)) + max_ele
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 74 if inst.Enc&0x000003ff == 0x000003ff && hasPrefix(dec.text, "negs") && hasPrefix(text, "cmp") {
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
objdump_test.go 74 if inst.Enc&0x000003ff == 0x000003ff && hasPrefix(dec.text, "negs") && hasPrefix(text, "cmp") {
  /external/python/cpython3/Lib/test/
test_float.py 736 negs = '-'+s
738 self.assertEqual(negs, repr(float(negs)))
741 self.assertEqual(repr(float(negs)), str(float(negs)))
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py 682 negs = '-'+s
684 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /external/python/cpython2/Lib/test/
test_float.py 742 negs = '-'+s
744 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 688 negs = '-'+s
690 self.assertEqual(negs, repr(float(negs)))
    [all...]
  /external/llvm/test/MC/ARM/
basic-thumb-instructions.s 443 negs r3, r4

Completed in 1505 milliseconds

1 2