Searched refs:negs (Results 1 - 18 of 18) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECAlgorithms.java362 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) argument
463 ECPoint[] table = (wi < 0 == negs[j]) ? info.getPreComp() : info.getPreCompNeg();
/external/llvm/test/MC/AArch64/
H A Darm64-aliases.s121 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
H A Dbasic-a64-diagnostics.s540 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 x1
[all...]
H A Dbasic-a64-instructions.s559 // CHECK: negs w20, w4 // encoding: [0xf4,0x03,0x04,0x6b]
589 // CHECK: negs x20, x4 // encoding: [0xf4,0x03,0x04,0xeb]
791 negs w29, w30
792 negs w30, wzr
793 negs wzr, w0
794 // CHECK: negs w29, w30 // encoding: [0xfd,0x03,0x1e,0x6b]
795 // CHECK: negs w30, wzr // encoding: [0xfe,0x03,0x1f,0x6b]
798 negs w28, w27, lsl #0
799 negs w26, w25, lsl #29
800 negs w2
[all...]
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
H A Dmetric_loss_ops_test.py170 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))
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_float.py736 negs = '-'+s
738 self.assertEqual(negs, repr(float(negs)))
741 self.assertEqual(repr(float(negs)), str(float(negs)))
/external/python/cpython2/Lib/test/
H A Dtest_float.py742 negs = '-'+s
744 self.assertEqual(negs, repr(float(negs)))
/external/llvm/test/MC/ARM/
H A Dbasic-thumb-instructions.s443 negs r3, r4
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dbasic-thumb-instructions.s392 negs r3, r4
/external/libxaac/decoder/armv8/
H A Dixheaacd_post_twiddle_overlap.s163 negs x9, x9
181 negs x9, x9
196 negs x9, x9
/external/libxml2/
H A Dxmlregexp.c268 int negs; member in struct:_xmlAutomata
454 (ctxt->negs == 0) &&
696 ret->negs = 0;
5854 am->negs++;
/external/v8/src/arm64/
H A Dassembler-arm64.h1048 void negs(const Register& rd,
H A Dassembler-arm64.cc1140 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:v8::internal::Assembler
/external/valgrind/none/tests/arm/
H A Dv6intThumb.stdout.exp89 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N
90 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 0, cpsr 0x80000000 N
91 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 0, cpsr 0x60000000 ZC
92 negs r0, r1 :: rd 0x80000000 rm 0x80000000, c:v-in 0, cpsr 0x90000000 N V
93 negs r0, r1 :: rd 0x7fffffff rm 0x80000001, c:v-in 0, cpsr 0x00000000
94 negs r0, r1 :: rd 0x00000001 rm 0xffffffff, c:v-in 0, cpsr 0x00000000
95 negs r0, r1 :: rd 0x80000001 rm 0x7fffffff, c:v-in 0, cpsr 0x80000000 N
96 negs r0, r1 :: rd 0xffffffff rm 0x00000001, c:v-in 1, cpsr 0x80000000 N
97 negs r0, r1 :: rd 0x00000000 rm 0x00000000, c:v-in 1, cpsr 0x60000000 ZC
98 negs r
[all...]
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h623 void negs(const Register& rd, const Operand& operand);
H A Dassembler-aarch64.cc446 void Assembler::negs(const Register& rd, const Operand& operand) { function in class:vixl::aarch64::Assembler
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc257 __ negs(w16, w17);
258 __ negs(x18, x19);
H A Dtest-disasm-aarch64.cc412 COMPARE(negs(w1, Operand(w2)), "negs w1, w2");
413 COMPARE(negs(x3, Operand(x4, ASR, 61)), "negs x3, x4, asr #61");

Completed in 353 milliseconds