Searched defs:SIGN (Results 1 – 9 of 9) sorted by relevance
/external/opencv/cvaux/src/ |
D | _cvvm.h | 63 #define SIGN(x) ( (x)<0 ? -1:((x)>0?1:0 ) ) macro
|
D | cvlee.cpp | 47 #define SIGN(x) ( x<0 ? -1:( x>0 ? 1:0 ) ) macro
|
/external/libhevc/common/ |
D | ihevc_macros.h | 44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
|
/external/apache-http/src/org/apache/commons/codec/binary/ |
D | Base64.java | 93 static final int SIGN = -128; field in Base64
|
/external/strace/ |
D | vsprintf.c | 243 #define SIGN 2 /* unsigned/signed long */ macro
|
/external/stlport/src/ |
D | num_put_float.cpp | 294 # 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/ |
D | putil.cpp | 172 #define SIGN 0x80000000U macro
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 172 #define SIGN 0x80000000U macro
|
/external/srec/srec/crec/ |
D | srec_context.c | 2716 #define ENCODE(SIGN,TYP) { SIGN+=sizeof(TYP); SIGN=SIGN<<3; ASSERT((shifted+=3)<32); } argument
|