HomeSort by relevance Sort by last modified time
    Searched defs:SIGN (Results 1 - 10 of 10) sorted by null

  /external/opencv/cvaux/src/
_cvvm.h 63 #define SIGN(x) ( (x)<0 ? -1:((x)>0?1:0 ) )
cvlee.cpp 47 #define SIGN(x) ( x<0 ? -1:( x>0 ? 1:0 ) )
    [all...]
  /external/libhevc/common/
ihevc_macros.h 44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1)
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 91 * Used to test the sign of a byte.
93 static final int SIGN = -128;
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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/chromium_org/third_party/icu/source/common/
putil.cpp 20 * 05/13/97 aliu Restored sign of timezone
172 #define SIGN 0x80000000U
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
422 return((highBits & SIGN) && uprv_isInfinite(number));
    [all...]
  /external/icu/icu4c/source/common/
putil.cpp 20 * 05/13/97 aliu Restored sign of timezone
172 #define SIGN 0x80000000U
393 return ((highBits & ~SIGN) == 0x70FF0000L) && (lowBits == 0x00000000L);
422 return((highBits & SIGN) && uprv_isInfinite(number));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/jdiff/
xerces.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 2408 milliseconds