Searched refs:SIGN (Results 1 - 24 of 24) sorted by relevance

/external/dropbear/libtommath/mtest/
H A Dmpi.c287 SIGN(mp) = MP_ZPOS;
320 SIGN(mp) = SIGN(from);
378 SIGN(to) = SIGN(from);
470 SIGN(mp) = MP_ZPOS;
517 SIGN(mp) = MP_NEG;
546 if(SIGN(b) == MP_ZPOS) {
551 SIGN(b) = MP_ZPOS;
580 if(SIGN(
[all...]
H A Dmpi.h56 #define SIGN(MP) ((MP)->sign) macro
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java88 static final int SIGN = -128; field in class:Base64
281 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
283 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
285 ((b3 & SIGN) == 0) ? (byte) (b3 >> 6) : (byte) ((b3) >> 6 ^ 0xfc);
327 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
340 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
342 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/
H A DSignature_Impl1Test.java56 assertEquals("state", Signature.SIGN, s.getState());
H A DSignature_Impl2Test.java130 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s)
140 assertEquals("Incorrect state", Signature.SIGN, ((MySignature1) s)
/external/apache-harmony/security/src/test/api/java.injected/java/security/
H A DSignatureTest.java89 assertEquals("state", Signature.SIGN, s.getState());
100 assertEquals("state", Signature.SIGN, s.getState());
125 assertEquals("state", Signature.SIGN, s.getState());
203 assertEquals("state", Signature.SIGN, s.getState());
224 assertEquals("state", Signature.SIGN, s.getState());
245 assertEquals("state", Signature.SIGN, s.getState());
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_DecimalFormat.java60 t_FormatWithField(5, format, number, text, NumberFormat.Field.SIGN, 0,
92 t_FormatWithField(18, format, number, text, NumberFormat.Field.SIGN, 0,
116 t_FormatWithField(27, format, number, text, NumberFormat.Field.SIGN, 0,
207 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
H A Djarprocessor-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/opencv/cvaux/src/
H A D_cvvm.h63 #define SIGN(x) ( (x)<0 ? -1:((x)>0?1:0 ) ) macro
H A Dcvlmeds.cpp234 fi1 = CV_PI * (1 - SIGN( c1 )) / 2;
235 fi2 = CV_PI * (1 - SIGN( c2 )) / 2;
250 tt = SIGN( ro1 ) * pow( fabs( ro1 ), 0.333333333333 );
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
H A Dcvscanlines.cpp1919 sign[0] = SIGN( tmpvalue );
1922 sign[1] = SIGN( tmpvalue );
1925 sign[2] = SIGN( tmpvalue );
1928 sign[3] = SIGN( tmpvalue );
H A Dcvlee.cpp47 #define SIGN(x) ( x<0 ? -1:( x>0 ? 1:0 ) ) macro
3655 int sign_x = SIGN(Direction_img.x);
3656 int sign_y = SIGN(Direction_img.y);
3767 int sign_x = SIGN(Direction_img.x);
3768 int sign_y = SIGN(Direction_img.y);
3913 int sign_x = SIGN(Direction_img.x);
3914 int sign_y = SIGN(Direction_img.y);
4009 int sign_x = SIGN(RayPoint2_img.x - RayPoint1_img.x);
4010 int sign_y = SIGN(RayPoint2_img.y - RayPoint1_img.y);
4596 int sign_det = SIGN(
[all...]
/external/dropbear/
H A Dbuffer.c275 if (SIGN(mp) == MP_NEG) {
/external/stlport/src/
H A Dnum_put_float.cpp294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); return buf
297 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN)
/external/chromium_org/third_party/icu/source/common/
H A Dputil.c156 #define SIGN 0x80000000U macro
377 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
406 return((highBits & SIGN) && uprv_isInfinite(number));
/external/icu4c/common/
H A Dputil.cpp172 #define SIGN 0x80000000U macro
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
422 return((highBits & SIGN) && uprv_isInfinite(number));
/external/dropbear/libtommath/
H A Dtommath.h190 #define SIGN(m) ((m)->sign) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/srec/srec/crec/
H A Dsrec_context.c2715 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); }
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DSerializationStressTest4.java1838 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN };
/external/bison/build-aux/
H A Dtexinfo.tex8913 \gdef^^a2{\missingcharmsg{CENT SIGN}}
8915 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}}
8916 \gdef^^a5{\missingcharmsg{YEN SIGN}}
9037 \gdef^^a4{\missingcharmsg{CURRENCY SIGN}}
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/libmtp/
H A Dconfigure12290 static const char input[] = "\342\202\254"; /* EURO SIGN */
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 4834 milliseconds