Searched defs:SIGN (Results 1 - 9 of 9) sorted by relevance

/external/opencv/cvaux/src/
H A D_cvvm.h63 #define SIGN(x) ( (x)<0 ? -1:((x)>0?1:0 ) ) macro
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/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/dropbear/libtommath/mtest/
H A Dmpi.h56 #define SIGN(MP) ((MP)->sign) macro
/external/dropbear/libtommath/
H A Dtommath.h190 #define SIGN(m) ((m)->sign) macro
/external/quake/quake/src/QW/scitech/include/
H A Ddebug.h231 #ifndef SIGN
232 # define SIGN(a) ((a) > 0 ? 1 : -1) macro
/external/quake/quake/src/WinQuake/scitech/INCLUDE/
H A DDEBUG.H231 #ifndef SIGN
232 # define SIGN(a) ((a) > 0 ? 1 : -1) macro
/external/icu4c/common/
H A Dputil.c156 #define SIGN 0x80000000U macro
377 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
406 return((highBits & SIGN) && uprv_isInfinite(number));
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 220 milliseconds