/external/skia/src/pathops/ |
SkPathOpsTypes.cpp | 22 int aBits = SkFloatAs2sCompliment(a); 25 return aBits < bBits + epsilon && bBits < aBits + epsilon; 35 int aBits = SkFloatAs2sCompliment(a); 38 return aBits < bBits + epsilon && bBits < aBits + epsilon; 42 int aBits = SkFloatAs2sCompliment(a); 45 return aBits < bBits + epsilon && bBits < aBits + epsilon; 52 int aBits = SkFloatAs2sCompliment(a) [all...] |
/packages/apps/Gallery2/jni/filters/ |
hsv.c | 36 int ABITS = 4; 39 int k1=255 << ABITS; 40 int k2=HSCALE << ABITS; 57 rv = (short)( iMax << ABITS); 84 int ABITS = 4; 88 int k1=255<<ABITS; 89 int k2=HSCALE<<ABITS; 90 int k3=1<<(ABITS-1); 105 rb = ( rg = ( rr =( cv >> ABITS) )); 115 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; [all...] |
/external/javassist/src/main/javassist/bytecode/ |
LongVector.java | 20 static final int ABITS = 7; // ASIZE = 2^ABITS 31 int vsize = ((initialSize >> ABITS) & ~(VSIZE - 1)) + VSIZE; 44 return objects[i >> ABITS][i & (ASIZE - 1)]; 48 int nth = elements >> ABITS;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
shadows.rs | 34 static const int ABITS = 4; 36 static const int k1=255 << ABITS; 37 static const int k2=HSCALE << ABITS; 70 rv = (short)( iMax << ABITS); 100 int ABITS = 4; 104 int k1=255<<ABITS; 105 int k2=HSCALE<<ABITS; 106 int k3=1<<(ABITS-1); 121 rb = ( rg = ( rr =( cv >> ABITS) )); 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
shadows.rs | 34 static const int ABITS = 4; 36 static const int k1=255 << ABITS; 37 static const int k2=HSCALE << ABITS; 70 rv = (short)( iMax << ABITS); 100 int ABITS = 4; 104 int k1=255<<ABITS; 105 int k2=HSCALE<<ABITS; 106 int k3=1<<(ABITS-1); 121 rb = ( rg = ( rr =( cv >> ABITS) )); 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; [all...] |
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
shadows.rs | 34 static const int ABITS = 4; 36 static const int k1=255 << ABITS; 37 static const int k2=HSCALE << ABITS; 70 rv = (short)( iMax << ABITS); 100 int ABITS = 4; 104 int k1=255<<ABITS; 105 int k2=HSCALE<<ABITS; 106 int k3=1<<(ABITS-1); 121 rb = ( rg = ( rr =( cv >> ABITS) )); 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; [all...] |
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
shadows_f.rs | 34 static const int ABITS = 4; 36 static const int k1=255 << ABITS; 37 static const int k2=HSCALE << ABITS; 70 rv = (short)( iMax << ABITS); 100 int ABITS = 4; 104 int k1=255<<ABITS; 105 int k2=HSCALE<<ABITS; 106 int k3=1<<(ABITS-1); 121 rb = ( rg = ( rr =( cv >> ABITS) )); 131 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS; [all...] |
/external/compiler-rt/lib/builtins/ppc/ |
gcc_qadd.c | 29 const doublebits abits = { .d = A }; local 31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
|
gcc_qsub.c | 29 const doublebits abits = { .d = A }; local 31 if ((((uint32_t)(abits.x >> 32) & infinityHi) == infinityHi) ||
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
saturation.rs | 22 static const int ABITS = 4; 24 static const int k1=255 << ABITS; 25 static const int k2=HSCALE << ABITS; 121 rv = (short) (iMax << ABITS);
|
/libcore/luni/src/main/java/java/util/concurrent/locks/ |
StampedLock.java | 261 private static final long ABITS = RBITS | WBIT; 262 private static final long SBITS = ~RBITS; // note overlap with ABITS 319 return ((((s = state) & ABITS) == 0L && 332 return ((((s = state) & ABITS) == 0L && 393 return ((whead == wtail && (s & ABITS) < RFULL && 407 if ((m = (s = state) & ABITS) == WBIT) 436 if ((m = (s = state) & ABITS) != WBIT) { 529 (stamp & ABITS) == 0L || (m = s & ABITS) == 0L || m == WBIT) 552 long a = stamp & ABITS, m, s; WNode h [all...] |
/external/ppp/pppd/ |
ccp.c | 264 int rbits, abits; local 268 abits = rbits = strtol(str, &endp, 0); 271 abits = strtol(str, &endp, 0); 278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) { 288 if (abits > 0) { 290 ccp_allowoptions[0].bsd_bits = abits; 294 rbits == abits? "%d": "%d,%d", rbits, abits); 303 int rbits, abits; local [all...] |
/external/valgrind/helgrind/ |
libhb.h | 136 If abits /= NULL, abits must point to a block of memory of length len. 139 UWord libhb_srange_get_abits (Addr a, /*OUT*/UChar *abits, SizeT len);
|
/external/deqp/modules/gles3/functional/ |
es3fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); 51 return aBits > bBits ? aBits - bBits : bBits - aBits;
|
es3fShaderCommonFunctionTests.cpp | 108 const deUint32 aBits = tcu::Float32(a).bits(); 110 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_long.py | 185 for abits in bits: 186 a = (1L << abits) - 1 188 if bbits < abits: 192 y = ((1L << (abits + bbits)) - 193 (1L << abits) - [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_long.py | 185 for abits in bits: 186 a = (1L << abits) - 1 188 if bbits < abits: 192 y = ((1L << (abits + bbits)) - 193 (1L << abits) - [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 185 for abits in bits: 186 a = (1L << abits) - 1 188 if bbits < abits: 192 y = ((1L << (abits + bbits)) - 193 (1L << abits) - [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 185 for abits in bits: 186 a = (1L << abits) - 1 188 if bbits < abits: 192 y = ((1L << (abits + bbits)) - 193 (1L << abits) - [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderPackingFunctionTests.cpp | 49 const deUint32 aBits = tcu::Float32(a).bits(); 51 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
vktShaderPackingFunctionTests.cpp | 51 const deUint32 aBits = tcu::Float32(a).bits(); 53 return aBits > bBits ? aBits - bBits : bBits - aBits; [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
glx_api.c | 287 int aBits; 290 aBits = atoi(aEnv); 292 aBits = 0; 293 return aBits; [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 384 int aBits; 387 aBits = atoi(aEnv); 389 aBits = 0; 390 return aBits; [all...] |
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
strtodg.c | 345 int abe, abits, asub; local 992 ab = d2b(dval(&adj), &abe, &abits);
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |