Searched defs:neg (Results 1 - 25 of 148) sorted by relevance

123456

/external/boringssl/src/crypto/asn1/
H A Da_enum.c113 int neg = 0, i; local
119 neg = 1;
144 if (neg)
H A Da_int.c75 int neg, ret; local
77 neg = x->type & V_ASN1_NEG;
78 if (neg != (y->type & V_ASN1_NEG)) {
79 if (neg)
87 if (neg)
120 int pad = 0, ret, i, neg; local
125 neg = a->type & V_ASN1_NEG;
132 neg = 0;
133 if (!neg && (i > 127)) {
136 } else if (neg) {
393 int neg = 0, i; local
[all...]
/external/adhd/cras/src/dsp/
H A Ddsp_util.c193 float32x4_t neg = vdupq_n_f32(-0.5f / 32768.0f); local
210 "vbsl q3, %q[pos], %q[neg] \n"
211 "vbsl q4, %q[pos], %q[neg] \n"
227 [neg]"w"(neg)
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dadd.c69 int a_neg = a->neg, ret;
75 if (a_neg ^ b->neg) {
88 r->neg = 1;
93 r->neg = 0;
99 r->neg = a_neg;
157 r->neg = 0;
176 if (a->neg) {
177 a->neg = 0;
180 a->neg = !(a->neg);
202 int add = 0, neg = 0; local
[all...]
H A Dmul.c299 unsigned int neg, zero; local
322 zero = neg = 0;
334 neg = 1;
344 neg = 1;
392 if (neg) {
431 int c1, c2, neg; local
442 neg = 0;
453 neg = 1;
462 neg = 1;
530 if (neg) {
[all...]
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c106 int neg; local
116 neg = 0;
126 neg++;
142 if (neg)
H A Dfeature.c302 int neg; local
320 neg = 0;
340 neg++;
350 if (neg) {
/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcompilation_cache_test.cc178 auto neg = builder.Neg(builder.ConstantR0<float>(42.0)); local
186 *request.mutable_lhs() = neg;
187 *request.mutable_rhs() = neg;
H A Dreduce_precision_test.cc293 auto neg = builder.Neg(abs); local
319 auto neg = builder.Neg(abs); local
343 auto neg = builder.Neg(abs); local
368 auto neg = builder.Neg(abs); local
/external/boringssl/src/crypto/curve25519/asm/
H A Dx25519-asm-arm.S65 neg r7,r7 label
239 neg r2,r4 label
/external/ltp/testcases/kernel/syscalls/setresgid/
H A Dsetresgid01.c96 static uid_t nobody_gid, root_gid, neg = -1; variable
104 {&neg, &neg, &neg, &root, &root, &root,
106 {&neg, &neg, &nobody.pw_gid, &root, &root, &nobody,
108 {&neg, &nobody.pw_gid, &neg, &root, &nobody, &nobody,
110 {&nobody.pw_gid, &neg, &neg,
[all...]
H A Dsetresgid02.c101 static uid_t nobody_gid, root_gid, bin_gid, neg = -1; variable
109 {&neg, &neg, &neg, &root, &nobody, &nobody,
111 {&neg, &neg, &bin.pw_gid, &root, &nobody, &bin,
113 {&neg, &bin.pw_gid, &neg, &root, &bin, &bin,
115 {&bin.pw_gid, &neg, &neg,
[all...]
H A Dsetresgid03.c102 static uid_t nobody_gid, bin_gid, neg = -1; variable
109 {&neg, &neg, &bin.pw_gid, &nobody, &nobody, &nobody},
110 {&neg, &bin.pw_gid, &neg, &nobody, &nobody, &nobody},
111 {&bin.pw_gid, &neg, &neg, &nobody, &nobody, &nobody},
/external/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h75 unsigned neg:1; /* negate (flip sign) if set */ member in struct:etna_inst_src
114 * src[0-2]_reg, use, swiz, neg, abs, amode, rgroup,
/external/skia/include/core/
H A DSkPoint3.h70 SkPoint3 neg; local
71 neg.fX = -fX;
72 neg.fY = -fY;
73 neg.fZ = -fZ;
74 return neg;
/external/skqp/include/core/
H A DSkPoint3.h70 SkPoint3 neg; local
71 neg.fX = -fX;
72 neg.fY = -fY;
73 neg.fZ = -fZ;
74 return neg;
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.cpp269 VERTTYPE pos, neg, temp; local
274 pos = neg = f2vt(0.0);
276 if (temp >= 0) pos += temp; else neg += temp;
278 if (temp >= 0) pos += temp; else neg += temp;
280 if (temp >= 0) pos += temp; else neg += temp;
282 if (temp >= 0) pos += temp; else neg += temp;
284 if (temp >= 0) pos += temp; else neg += temp;
286 if (temp >= 0) pos += temp; else neg += temp;
287 det_1 = pos + neg;
290 if (det_1 == f2vt(0.0)) //|| (VERTTYPEABS(det_1 / (pos - neg)) < 1.
[all...]
/external/boringssl/include/openssl/
H A Dbn.h914 int neg; // one if the number is negative member in struct:bignum_st
/external/boringssl/src/crypto/bn_extra/
H A Dconvert.c88 if (bn->neg) {
191 int neg = 0, i; local
199 neg = 1;
203 for (i = 0; want_char((unsigned char)in[i]) && i + neg < INT_MAX; i++) {}
205 num = i + neg;
227 ret->neg = neg;
332 (*outp)->neg = 1;
342 if (a->neg && BIO_write(bp, "-", 1) != 1) {
418 if (in->neg
[all...]
/external/boringssl/src/crypto/evp/
H A Dprint.c84 const char *neg = BN_is_negative(num) ? "-" : ""; local
85 if (BIO_printf(bp, "%s %s%lu (%s0x%lx)\n", number, neg,
86 (unsigned long)num->d[0], neg,
/external/boringssl/src/crypto/x509/
H A Dt_x509.c109 const char *neg; local
142 neg = "-";
144 neg = "";
145 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)
/external/boringssl/src/include/openssl/
H A Dbn.h914 int neg; // one if the number is negative member in struct:bignum_st
/external/eigen/test/
H A Dcholesky.cpp119 MatrixType neg = -symmLo; local
120 chollo.compute(neg);
/external/icu/icu4c/source/i18n/
H A Ddigitformatter.cpp319 UBool neg = digits.isNegative(); local
320 if (neg || options.fAlwaysShowSign) {
323 neg ? fNegativeSign : fPositiveSign,
347 UBool neg = exponent.isNegative(); local
348 if (neg || options.fAlwaysShowSign) {
349 result += neg ? fNegativeSign.countChar32() : fPositiveSign.countChar32();
/external/jemalloc/src/
H A Dutil.c113 bool neg; local
126 neg = false;
133 neg = true;
202 if (neg)
269 bool neg; local
271 if ((neg = (x < 0)))
274 if (neg)
278 if (!neg)

Completed in 708 milliseconds

123456