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

1234

/external/dropbear/libtommath/
H A Dbn_mp_mul.c21 int res, neg; local
22 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
59 c->sign = (c->used > 0) ? neg : MP_ZPOS;
H A Dbn_mp_fread.c21 int err, ch, neg, y; local
29 neg = MP_NEG;
32 neg = MP_ZPOS;
57 a->sign = neg;
H A Dbn_mp_n_root.c31 int res, neg; local
51 neg = a->sign;
113 a->sign = neg;
119 c->sign = neg;
H A Dbn_mp_read_radix.c21 int y, res, neg; local
37 neg = MP_NEG;
39 neg = MP_ZPOS;
77 a->sign = neg;
H A Dbn_fast_mp_invmod.c27 int res, neg; local
131 neg = a->sign;
138 c->sign = neg;
H A Dbn_mp_div.c106 int res, n, t, i, norm, neg; local
148 neg = (a->sign == b->sign) ? MP_ZPOS : MP_NEG;
268 c->sign = neg;
/external/openssl/crypto/asn1/
H A Dt_pkey.c69 const char *neg; local
72 neg = (BN_is_negative(num))?"-":"";
84 if (BIO_printf(bp,"%s %s%lu (%s0x%lx)\n",number,neg,
85 (unsigned long)num->d[0],neg,(unsigned long)num->d[0])
92 (neg[0] == '-')?" (Negative)":"") <= 0)
H A Da_enum.c111 int neg=0,i; local
117 neg=1;
134 if (neg) r= -r;
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 Dx_long.c145 int neg, i; local
154 if(len && (cont[0] & 0x80)) neg = 1;
155 else neg = 0;
159 if(neg) utmp |= cont[i] ^ 0xff;
163 if(neg) {
H A Da_int.c69 int neg, ret; local
71 neg = x->type & V_ASN1_NEG;
72 if (neg != (y->type & V_ASN1_NEG))
74 if (neg)
82 if (neg)
116 int pad=0,ret,i,neg; local
120 neg=a->type & V_ASN1_NEG;
127 if (!neg && (i > 127)) {
130 } else if(neg) {
153 else if (!neg) memcp
377 int neg=0,i; local
[all...]
/external/dbus/tools/
H A Dstrtoll.c71 int neg, any, cutlim; local
83 neg = 1;
86 neg = 0;
115 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
123 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
147 acc = neg ? LLONG_MIN : LLONG_MAX;
160 } else if (neg)
H A Dstrtoull.c72 int neg, any, cutlim; local
82 neg = 1;
85 neg = 0;
139 } else if (neg)
/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)
/external/openssl/crypto/bn/
H A Dbn_mpi.c86 if (a->neg)
94 int neg=0; local
113 a->neg=0;
119 neg=1;
122 a->neg=neg;
123 if (neg)
H A Dbn_add.c67 int a_neg = a->neg, ret;
77 if (a_neg ^ b->neg)
88 r->neg=1;
93 r->neg=0;
99 r->neg = a_neg;
160 r->neg = 0;
258 r->neg=0;
266 int add=0,neg=0; local
277 if (a->neg)
279 if (b->neg)
[all...]
H A Dbn_div.c120 rem->neg=BN_is_zero(rem)?0:m->neg;
121 dv->neg=m->neg^d->neg;
175 * dv->neg == num->neg ^ divisor->neg (unless the result is zero)
176 * rm->neg == num->neg (unles
432 int neg = num->neg; local
[all...]
/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/quake/quake/src/WinQuake/
H A Dcl_demo.cpp272 qboolean neg = false; local
313 neg = true;
317 if (neg)
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c104 int neg; local
114 neg = 0;
124 neg++;
139 if (neg)
H A Dfeature.c263 int neg; local
281 neg = 0;
301 neg++;
310 if (neg) {

Completed in 329 milliseconds

1234