Searched defs:SIGN (Results 1 - 14 of 14) 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/libhevc/common/
H A Dihevc_macros.h44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
/external/apache-http/src/org/apache/commons/codec/binary/
H A DBase64.java93 static final int SIGN = -128; field in class:Base64
286 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
288 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
290 ((b3 & SIGN) == 0) ? (byte) (b3 >> 6) : (byte) ((b3) >> 6 ^ 0xfc);
332 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
345 ((b1 & SIGN) == 0) ? (byte) (b1 >> 2) : (byte) ((b1) >> 2 ^ 0xc0);
347 ((b2 & SIGN) == 0) ? (byte) (b2 >> 4) : (byte) ((b2) >> 4 ^ 0xf0);
/external/strace/
H A Dvsprintf.c243 #define SIGN 2 /* unsigned/signed long */ macro
298 if (spec.flags & SIGN) {
605 spec->flags |= SIGN;
617 if (spec->flags & SIGN)
622 if (spec->flags & 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/chromium_org/third_party/icu/source/common/
H A Dputil.cpp172 #define SIGN 0x80000000U macro
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
422 return((highBits & SIGN) && uprv_isInfinite(number));
/external/icu/icu4c/source/common/
H A Dputil.cpp172 #define SIGN 0x80000000U macro
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
422 return((highBits & SIGN) && uprv_isInfinite(number));
/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/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 262 milliseconds