Home
last modified time | relevance | path

Searched refs:neg (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/external/valgrind/none/tests/mips32/
DFPUarithmetic.stdout.exp-mips32803 neg.s -0.000000 0.000000
804 neg.s -456.250000 456.250000
805 neg.s -3.000000 3.000000
806 neg.s 1.000000 -1.000000
807 neg.s -1384.500000 1384.500000
808 neg.s 7.250000 -7.250000
809 neg.s -1000000000.000000 1000000000.000000
810 neg.s 5786.500000 -5786.500000
811 neg.s -1752.000000 1752.000000
812 neg.s -0.015625 0.015625
[all …]
/external/boringssl/src/crypto/bn/
Dadd.c67 int a_neg = a->neg, ret; in BN_add()
74 if (a_neg ^ b->neg) { in BN_add()
87 r->neg = 1; in BN_add()
92 r->neg = 0; in BN_add()
98 r->neg = a_neg; in BN_add()
156 r->neg = 0; in BN_uadd()
177 if (a->neg) { in BN_add_word()
178 a->neg = 0; in BN_add_word()
181 a->neg = !(a->neg); in BN_add_word()
204 int add = 0, neg = 0; in BN_sub() local
[all …]
Ddiv.c172 sdiv->neg = 0; in BN_div()
177 snum->neg = 0; in BN_div()
207 wnum.neg = 0; in BN_div()
222 res->neg = (num->neg ^ divisor->neg); in BN_div()
246 res->neg = 0; in BN_div()
364 int neg = num->neg; in BN_div() local
369 rm->neg = neg; in BN_div()
387 if (!r->neg) { in BN_nnmod()
392 return (d->neg ? BN_sub : BN_add)(r, r, d); in BN_nnmod()
429 if (r->neg) { in BN_mod_sub_quick()
[all …]
Dkronecker.c122 if (B->neg) { in BN_kronecker()
123 B->neg = 0; in BN_kronecker()
124 if (A->neg) { in BN_kronecker()
157 if ((A->neg ? ~BN_lsw(A) : BN_lsw(A)) & BN_lsw(B) & 2) { in BN_kronecker()
169 tmp->neg = 0; in BN_kronecker()
Dbn.c155 dest->neg = src->neg; in BN_copy()
165 bn->neg = 0; in BN_clear()
247 bn->top = bn->neg = 0; in BN_zero()
264 bn->neg = 0; in BN_set_word()
271 return bn->neg != 0; in BN_is_negative()
276 bn->neg = 1; in BN_set_negative()
278 bn->neg = 0; in BN_set_negative()
Dcmp.c99 if (a->neg != b->neg) { in BN_cmp()
100 if (a->neg) { in BN_cmp()
105 if (a->neg == 0) { in BN_cmp()
191 return bn->neg == 0 && BN_abs_is_word(bn, 1); in BN_is_one()
195 return BN_abs_is_word(bn, w) && (w == 0 || bn->neg == 0); in BN_is_word()
Dmontgomery.c188 mont->N.neg = 0; in BN_MONT_CTX_set()
193 tmod.neg = 0; in BN_MONT_CTX_set()
232 Ri->neg = 0; in BN_MONT_CTX_set()
352 r->neg ^= n->neg;
376 ret->neg = r->neg;
435 r->neg^=n->neg; in BN_from_montgomery_word()
461 ret->neg=r->neg; in BN_from_montgomery_word()
531 r->neg = a->neg ^ b->neg; in BN_mod_mul_montgomery()
Dshift.c76 r->neg = a->neg; in BN_lshift()
109 r->neg = a->neg; in BN_lshift1()
154 r->neg = a->neg; in BN_rshift()
203 r->neg = a->neg; in BN_rshift1()
/external/llvm/test/CodeGen/SystemZ/
Dint-neg-02.ll11 %neg = sub i32 0, %val
12 %abs = select i1 %cmp, i32 %neg, i32 %val
23 %neg = sub i32 0, %val
24 %abs = select i1 %cmp, i32 %neg, i32 %val
35 %neg = sub i32 0, %val
36 %abs = select i1 %cmp, i32 %val, i32 %neg
47 %neg = sub i32 0, %val
48 %abs = select i1 %cmp, i32 %val, i32 %neg
60 %neg = sub i64 0, %ext
61 %abs = select i1 %cmp, i64 %neg, i64 %ext
[all …]
Dint-abs-01.ll11 %neg = sub i32 0, %val
12 %res = select i1 %cmp, i32 %neg, i32 %val
22 %neg = sub i32 0, %val
23 %res = select i1 %cmp, i32 %neg, i32 %val
33 %neg = sub i32 0, %val
34 %res = select i1 %cmp, i32 %val, i32 %neg
44 %neg = sub i32 0, %val
45 %res = select i1 %cmp, i32 %val, i32 %neg
56 %neg = sub i64 0, %ext
57 %res = select i1 %cmp, i64 %neg, i64 %ext
[all …]
Dint-neg-01.ll10 %neg = sub i32 0, %val
11 ret i32 %neg
20 %neg = sub i64 0, %ext
21 ret i64 %neg
31 %neg = sub i64 0, %ext
32 ret i64 %neg
40 %neg = sub i64 0, %val
41 ret i64 %neg
/external/ppp/pppd/
Dlcp.c676 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0) argument
677 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0) argument
678 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0) argument
679 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0) argument
680 #define LENCILQR(neg) ((neg) ? CILEN_LQR: 0) argument
681 #define LENCICBCP(neg) ((neg) ? CILEN_CBCP: 0) argument
715 #define ADDCIVOID(opt, neg) \ argument
716 if (neg) { \
720 #define ADDCISHORT(opt, neg, val) \ argument
721 if (neg) { \
[all …]
Dipcp.c731 #define LENCIADDRS(neg) (neg ? CILEN_ADDRS : 0) argument
732 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0) argument
733 #define LENCIADDR(neg) (neg ? CILEN_ADDR : 0) argument
734 #define LENCIDNS(neg) LENCIADDR(neg) argument
735 #define LENCIWINS(neg) LENCIADDR(neg) argument
776 #define ADDCIADDRS(opt, neg, val1, val2) \ argument
777 if (neg) { \
791 #define ADDCIVJ(opt, neg, val, old, maxslotindex, cflag) \ argument
792 if (neg) { \
804 neg = 0; \
[all …]
Dipxcp.c668 #define ACKCIVOID(opt, neg) \ argument
669 if (neg) { \
679 #define ACKCICOMPLETE(opt,neg) ACKCIVOID(opt, neg) argument
681 #define ACKCICHARS(opt, neg, val, cnt) \ argument
682 if (neg) { \
701 #define ACKCINODE(opt,neg,val) ACKCICHARS(opt,neg,val,sizeof(val)) argument
702 #define ACKCINAME(opt,neg,val) ACKCICHARS(opt,neg,val,strlen((char *)val)) argument
704 #define ACKCINETWORK(opt, neg, val) \ argument
705 if (neg) { \
718 #define ACKCIPROTO(opt, neg, val) \ argument
[all …]
Dipv6cp.c551 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0) argument
552 #define LENCIIFACEID(neg) (neg ? CILEN_IFACEID : 0) argument
571 #define ADDCIVJ(opt, neg, val) \ argument
572 if (neg) { \
580 neg = 0; \
583 #define ADDCIIFACEID(opt, neg, val1) \ argument
584 if (neg) { \
592 neg = 0; \
626 #define ACKCIVJ(opt, neg, val) \ argument
627 if (neg) { \
[all …]
/external/llvm/test/Transforms/InstCombine/
D2002-12-05-MissedConstProp.ll6 %A.neg = sub i32 0, %A ; <i32> [#uses=1]
7 %.neg = sub i32 0, 1 ; <i32> [#uses=1]
8 %X = add i32 %.neg, 1 ; <i32> [#uses=1]
9 %Y.neg.ra = add i32 %A, %X ; <i32> [#uses=1]
10 %r = add i32 %A.neg, %Y.neg.ra ; <i32> [#uses=1]
Dcos-1.ll14 %neg = fsub double -0.000000e+00, %d
15 %cos = call double @cos(double %neg)
23 %neg = fsub double -0.000000e+00, %conv1
24 %cos = call double @cos(double %neg)
33 %neg = fsub double -0.000000e+00, %conv1
34 %cos = call double @cos(double %neg)
Daddnegneg.ll6 %b.neg = sub i32 0, %b ; <i32> [#uses=1]
7 %c.neg = sub i32 0, %c ; <i32> [#uses=1]
8 %sub4 = add i32 %c.neg, %b.neg ; <i32> [#uses=1]
/external/llvm/test/CodeGen/AArch64/
Darm64-neg.ll5 ; CHECK: neg w0, w0
12 ; CHECK: neg x0, x0
19 ; CHECK: neg v0.8b, v0.8b
26 ; CHECK: neg v0.4h, v0.4h
33 ; CHECK: neg v0.2s, v0.2s
40 ; CHECK: neg v0.16b, v0.16b
47 ; CHECK: neg v0.8h, v0.8h
54 ; CHECK: neg v0.4s, v0.4s
61 ; CHECK: neg v0.2d, v0.2d
68 ; CHECK: neg d0, d0
/external/mesa3d/src/glsl/builtins/ir/
Dtanh.ir8 (expression float exp (expression float neg (var_ref x))))
11 (expression float exp (expression float neg (var_ref x))))))))
18 (expression vec2 exp (expression vec2 neg (var_ref x))))
21 (expression vec2 exp (expression vec2 neg (var_ref x))))))))
28 (expression vec3 exp (expression vec3 neg (var_ref x))))
31 (expression vec3 exp (expression vec3 neg (var_ref x))))))))
38 (expression vec4 exp (expression vec4 neg (var_ref x))))
41 (expression vec4 exp (expression vec4 neg (var_ref x))))))))
/external/boringssl/src/crypto/asn1/
Da_int.c70 int neg, ret; in ASN1_INTEGER_cmp() local
72 neg = x->type & V_ASN1_NEG; in ASN1_INTEGER_cmp()
73 if (neg != (y->type & V_ASN1_NEG)) in ASN1_INTEGER_cmp()
75 if (neg) in ASN1_INTEGER_cmp()
83 if (neg) in ASN1_INTEGER_cmp()
117 int pad=0,ret,i,neg; in i2c_ASN1_INTEGER() local
121 neg=a->type & V_ASN1_NEG; in i2c_ASN1_INTEGER()
129 neg=0; in i2c_ASN1_INTEGER()
130 if (!neg && (i > 127)) { in i2c_ASN1_INTEGER()
133 } else if(neg) { in i2c_ASN1_INTEGER()
[all …]
Dt_pkey.c67 const char *neg; in ASN1_bn_print() local
70 neg = (BN_is_negative(num))?"-":""; in ASN1_bn_print()
82 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg, in ASN1_bn_print()
83 (unsigned long)num->d[0],neg,(unsigned long)num->d[0]) in ASN1_bn_print()
90 (neg[0] == '-')?" (Negative)":"") <= 0) in ASN1_bn_print()
/external/openssh/openbsd-compat/
Dstrtoll.c55 int neg, any, cutlim; in strtoll() local
67 neg = 1; in strtoll()
70 neg = 0; in strtoll()
101 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
104 if (neg) { in strtoll()
122 if (neg) { in strtoll()
Dstrtoul.c53 int neg, any, cutlim; in strtoul() local
63 neg = 1; in strtoul()
66 neg = 0; in strtoul()
102 if (neg && any > 0) in strtoul()
Dstrtoull.c55 int neg, any, cutlim; in strtoull() local
65 neg = 1; in strtoull()
68 neg = 0; in strtoull()
104 if (neg && any > 0) in strtoull()

12345678910>>...20