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

1234

/external/boringssl/src/crypto/asn1/
H A Dt_pkey.c67 const char *neg; local
70 neg = (BN_is_negative(num))?"-":"";
82 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
83 (unsigned long)num->d[0],neg,(unsigned long)num->d[0])
90 (neg[0] == '-')?" (Negative)":"") <= 0)
H A Da_enum.c112 int neg=0,i; local
118 neg=1;
135 if (neg) r= -r;
H A Dx_long.c148 int neg, i; local
157 if(len && (cont[0] & 0x80)) neg = 1;
158 else neg = 0;
162 if(neg) utmp |= cont[i] ^ 0xff;
166 if(neg) {
H A Da_int.c70 int neg, ret; local
72 neg = x->type & V_ASN1_NEG;
73 if (neg != (y->type & V_ASN1_NEG))
75 if (neg)
83 if (neg)
117 int pad=0,ret,i,neg; local
121 neg=a->type & V_ASN1_NEG;
128 if (!neg && (i > 127)) {
131 } else if(neg) {
154 else if (!neg) memcp
378 int neg=0,i; local
[all...]
/external/openssh/openbsd-compat/
H A Dstrtoll.c55 int neg, any, cutlim; local
67 neg = 1;
70 neg = 0;
93 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
101 cutoff = neg ? LLONG_MIN : LLONG_MAX;
104 if (neg) {
122 if (neg) {
H A Dstrtoul.c53 int neg, any, cutlim; local
63 neg = 1;
66 neg = 0;
102 if (neg && any > 0)
H A Dstrtoull.c55 int neg, any, cutlim; local
65 neg = 1;
68 neg = 0;
104 if (neg && any > 0)
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
H A DTextureBlenderAWT.java42 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { argument
59 this.setupMaterialColor(data, format, neg, pixelColor);
88 * @param neg
94 protected float setupMaterialColor(ByteBuffer data, Format imageFormat, boolean neg, float[] materialColor) { argument
152 if (neg) {
H A DTextureBlenderDDS.java32 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { argument
72 if (neg) {
H A DTextureBlenderLuminance.java33 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) { argument
50 this.getTinAndAlpha(data, format, neg, tinAndAlpha);
73 * @param neg
78 protected void getTinAndAlpha(ByteBuffer data, Format imageFormat, boolean neg, float[] result) { argument
83 result[0] = neg ? 1.0f - firstPixelValue : firstPixelValue;
87 result[0] = neg ? 1.0f - firstPixelValue : firstPixelValue;
H A DTextureBlender.java50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext); argument
/external/boringssl/src/crypto/bn/
H A Dadd.c67 int a_neg = a->neg, ret;
74 if (a_neg ^ b->neg) {
87 r->neg = 1;
92 r->neg = 0;
98 r->neg = a_neg;
156 r->neg = 0;
177 if (a->neg) {
178 a->neg = 0;
181 a->neg = !(a->neg);
204 int add = 0, neg = 0; local
[all...]
H A Dbn_test.cc360 a->neg = rand_neg();
361 b->neg = rand_neg();
373 a->neg = !a->neg;
374 b->neg = !b->neg;
407 a->neg = rand_neg();
408 b->neg = rand_neg();
454 a->neg = rand_neg();
455 b->neg
822 static unsigned int neg = 0; local
[all...]
H A Dconvert.c97 ret->neg = 0;
206 if (bn->neg) {
293 int neg = 0, i; local
301 neg = 1;
307 num = i + neg;
332 ret->neg = neg;
441 (*outp)->neg = 1;
451 if (a->neg && BIO_write(bp, "-", 1) != 1) {
H A Ddiv.c112 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
113 * rm->neg == num->neg (unless the remainder is zero)
172 sdiv->neg = 0;
177 snum->neg = 0;
207 wnum.neg = 0;
222 res->neg = (num->neg
364 int neg = num->neg; local
[all...]
H A Dmul.c320 unsigned int neg, zero; local
343 zero = neg = 0;
355 neg = 1;
365 neg = 1;
413 if (neg) {
451 int c1, c2, neg; local
462 neg = 0;
473 neg = 1;
482 neg = 1;
550 if (neg) {
[all...]
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c104 int neg; local
114 neg = 0;
124 neg++;
140 if (neg)
H A Dfeature.c285 int neg; local
303 neg = 0;
323 neg++;
333 if (neg) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/wpa_supplicant_8/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpeerkey_auth.c26 struct wpa_stsl_negotiation *neg = timeout_ctx;
113 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
288 /* FIX: wpa_stsl_remove(wpa_auth, neg); */
370 struct wpa_stsl_negotiation *neg)
379 if (pos == neg) {
369 wpa_stsl_remove(struct wpa_authenticator *wpa_auth, struct wpa_stsl_negotiation *neg) argument
/external/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/eigen/test/
H A Dcholesky.cpp109 MatrixType neg = -symmLo; local
110 chollo.compute(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)
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_print.c406 const char* neg = inst->RGB.Arg[arg].Negate ? "-" : ""; local
407 fprintf(f, ", %s%ssrc", neg, abs);
441 const char* neg = inst->Alpha.Arg[arg].Negate ? "-" : ""; local
442 fprintf(f, ", %s%ssrc", neg, abs);

Completed in 382 milliseconds

1234