Home
last modified time | relevance | path

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

/external/opencv/cvaux/src/
D_cvvm.h63 #define SIGN(x) ( (x)<0 ? -1:((x)>0?1:0 ) ) macro
Dcvlee.cpp47 #define SIGN(x) ( x<0 ? -1:( x>0 ? 1:0 ) ) macro
/external/libhevc/common/
Dihevc_macros.h44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
/external/apache-http/src/org/apache/commons/codec/binary/
DBase64.java93 static final int SIGN = -128; field in Base64
/external/strace/
Dvsprintf.c243 #define SIGN 2 /* unsigned/signed long */ macro
/external/stlport/src/
Dnum_put_float.cpp294 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) _STLP_APPEND(F, _s)(buf, bsize, X, N, PT, SIGN); … argument
297 # define _STLP_SECURE_FUN(F, X, N, PT, SIGN) return F(X, N, PT, SIGN) argument
/external/chromium_org/third_party/icu/source/common/
Dputil.cpp172 #define SIGN 0x80000000U macro
/external/icu/icu4c/source/common/
Dputil.cpp172 #define SIGN 0x80000000U macro
/external/srec/srec/crec/
Dsrec_context.c2716 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); } argument