Searched refs:neg (Results 51 - 75 of 382) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dgcd.c202 a->neg = 0;
203 b->neg = 0;
269 A->neg = 0;
270 if (B->neg || (BN_ucmp(B, A) >= 0)) {
519 if (!Y->neg && BN_ucmp(Y, n) < 0) {
581 A->neg = 0;
583 if (B->neg || (BN_ucmp(B, A) >= 0)) {
682 if (!Y->neg && BN_ucmp(Y, n) < 0) {
H A Dmul.c318 unsigned int neg, zero; local
340 zero = neg = 0;
352 neg = 1;
362 neg = 1;
410 if (neg) {
448 int c1, c2, neg; local
459 neg = 0;
470 neg = 1;
479 neg = 1;
547 if (neg) {
[all...]
H A Dexponentiation.c321 d->neg = 0;
329 r->neg = 0;
345 r->neg = BN_is_zero(r) ? 0 : m->neg;
346 d->neg = m->neg ^ recp->N.neg;
447 if (m->neg) {
452 aa->neg = 0;
591 if (a->top == 1 && !a->neg
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkPoint.h95 SkIPoint neg; local
96 neg.fX = -fX;
97 neg.fY = -fY;
98 return neg;
322 SkPoint neg; local
323 neg.fX = -fX;
324 neg.fY = -fY;
325 return neg;
/external/jemalloc/src/
H A Dutil.c104 bool neg; local
117 neg = false;
124 neg = true;
193 if (neg)
260 bool neg; local
262 if ((neg = (x < 0)))
265 if (neg)
269 if (neg == false)
/external/openssl/crypto/bn/
H A Dbn_gcd.c132 a->neg = 0;
133 b->neg = 0;
244 A->neg = 0;
245 if (B->neg || (BN_ucmp(B, A) >= 0))
481 if (!Y->neg && BN_ucmp(Y,n) < 0)
539 A->neg = 0;
541 if (B->neg || (BN_ucmp(B, A) >= 0))
635 if (!Y->neg && BN_ucmp(Y,n) < 0)
H A Dbn_sqrt.c146 q->neg = 0;
186 q->neg = 0;
208 q->neg = 0;
224 if (!(p->neg ? BN_add : BN_sub)(y, y, p)) goto end;
/external/skia/include/core/
H A DSkPoint.h95 SkIPoint neg; local
96 neg.fX = -fX;
97 neg.fY = -fY;
98 return neg;
322 SkPoint neg; local
323 neg.fX = -fX;
324 neg.fY = -fY;
325 return neg;
/external/valgrind/main/none/tests/amd64/
H A Dxacq_xrel.stdout.exp10 result for 'neg' is 5555555555555555
/external/e2fsprogs/lib/e2p/
H A Dfeature.c285 int neg; local
303 neg = 0;
323 neg++;
333 if (neg) {
/external/fio/
H A Dparse.h58 int neg; /* negate value stored */ member in struct:fio_option
/external/libhevc/common/arm64/
H A Dihevc_weighted_pred_bi.s201 neg v28.4s, v28.4s
291 neg x11, x20
294 neg x12, x20
299 neg x10, x20
H A Dihevc_deblk_luma_horz.s110 neg x19,x14
114 neg x19,x19
117 neg x19,x1
151 neg x19,x3
154 neg x19,x19
156 neg x19,x1
211 neg x19,x1
213 neg x19, x1
267 neg x19,x19
270 neg x1
[all...]
/external/openssl/crypto/asn1/
H A Dt_req.c95 const char *neg; local
120 neg=(ri->version->type == V_ASN1_NEG_INTEGER)?"-":"";
124 if(BIO_printf(bp,"%8sVersion: %s%lu (%s0x%lx)\n","",neg,l,neg,
H A Dt_x509.c114 const char *neg; local
147 neg="-";
150 neg="";
151 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
156 neg=(bs->type == V_ASN1_NEG_INTEGER)?" (Negative)":"";
157 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
/external/openssl/crypto/bn/asm/
H A Dvia-mont.pl134 &neg ("ebp");
192 &neg ("ebp");
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dt_x509.c106 const char *neg; local
139 neg="-";
142 neg="";
143 if (BIO_printf(bp," %s%lu (%s0x%lx)\n",neg,l,neg,l) <= 0)
148 neg=(bs->type == V_ASN1_NEG_INTEGER)?" (Negative)":"";
149 if (BIO_printf(bp,"\n%12s%s","",neg) <= 0) goto err;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp193 code[1] |= i->src(0).mod.neg() << 26;
194 code[1] |= i->src(1).mod.neg() << 27;
864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg();
865 const int neg_add = i->src(2).mod.neg();
884 const int neg0 = i->src(0).mod.neg();
885 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
918 const int neg0 = i->src(0).mod.neg();
919 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
980 const int neg local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_emit_nv50.cpp193 code[1] |= i->src(0).mod.neg() << 26;
194 code[1] |= i->src(1).mod.neg() << 27;
864 const int neg_mul = i->src(0).mod.neg() ^ i->src(1).mod.neg();
865 const int neg_add = i->src(2).mod.neg();
884 const int neg0 = i->src(0).mod.neg();
885 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
918 const int neg0 = i->src(0).mod.neg();
919 const int neg1 = i->src(1).mod.neg() ^ ((i->op == OP_SUB) ? 1 : 0);
980 const int neg local
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dnfrs.cpp764 UBool neg = d < 0; local
765 if (neg) {
769 if (neg) {
831 int neg = 0; local
834 neg = 1;
842 if (neg) {
857 int neg = 0; local
860 neg = 1;
869 if (neg) {
/external/icu/icu4c/source/i18n/
H A Dnfrs.cpp764 UBool neg = d < 0; local
765 if (neg) {
769 if (neg) {
831 int neg = 0; local
834 neg = 1;
842 if (neg) {
857 int neg = 0; local
860 neg = 1;
869 if (neg) {
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc906 NegotiateAuthContext * neg = static_cast<NegotiateAuthContext *>(context); local
907 if (neg) {
909 if (++neg->steps >= max_steps) {
913 steps = neg->steps;
929 ret = InitializeSecurityContextA(&neg->cred, &neg->ctx, spn, flags, 0, SECURITY_NATIVE_DREP, &in_buf_desc, 0, &neg->ctx, &out_buf_desc, &ret_flags, &lifetime);
936 } else if (neg->specified_credentials) {
940 context = neg = 0;
946 if (!neg) {
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_asm.h34 unsigned neg; member in struct:r600_bytecode_alu_src
234 void r600_bytecode_special_constants(uint32_t value, unsigned *sel, unsigned *neg);
/external/libhevc/decoder/arm64/
H A Dihevcd_fmt_conv_420sp_to_420p.s127 neg x6, x20
185 neg x6, x20
H A Dihevcd_fmt_conv_420sp_to_420sp.s131 neg x6, x20
185 neg x6, x20

Completed in 2815 milliseconds

1234567891011>>