/external/v8/src/heap/ |
spaces.cc | 1537 Address high = to_space_.page_high(); local 1545 Address high = to_space_.page_high(); local 1585 Address high = to_space_.page_high(); local [all...] |
/art/compiler/optimizing/ |
graph_visualizer.cc | 309 codegen_.DumpFloatingPointRegister(stream, location.high()); 313 codegen_.DumpCoreRegister(stream, location.high());
|
ssa_liveness_analysis.h | 769 void SetHighInterval(LiveInterval* high) { 771 high_or_low_interval_ = high; [all...] |
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
FloatyUnitTest.java | 473 private void validateRoundToFloat16(double argument, double low, double high) { 475 double[] expected = new double[]{low, high};
|
/device/huawei/angler/ |
device.mk | 113 device/huawei/angler/bcmdhd-high.cal:system/etc/wifi/bcmdhd-high.cal \
|
/external/aac/libFDK/src/ |
fixpoint_math.cpp | 224 LONG high = u * ((v>>FRACT_BITS)<<1); local 226 prod = (LONG)(high+low);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/ |
README.rst | 35 and provides a high-level object-oriented interface to many services.
|
/external/crcalc/src/com/hp/creals/ |
CR.java | 129 * evaluation to very high precision. This usually makes such computations 248 int high = n >> 28; local 249 // if n is not in danger of overflowing, then the 4 high order 250 // bits should be identical. Thus high is either 0 or -1. 254 if (0 != (high ^ high_shifted)) { [all...] |
/external/javassist/src/main/javassist/bytecode/stackmap/ |
Tracer.java | 577 int high = ByteArray.read32bit(code, pos2 + 4); local 578 int n = high - low + 1;
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/parser/ |
Parser.java | 59 int high = gotoTable[index].length - 1; local 62 while(low <= high) 64 int middle = (low + high) / 2; 68 high = middle - 1; 135 int high = Parser.actionTable[state()].length - 1; local 137 while(low <= high) 139 int middle = (low + high) / 2; 143 high = middle - 1; [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 237 ; Square src2. Ignore high value
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_mfqe_sse2.asm | 238 ; Square src2. Ignore high value
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
highbd_sad4d_sse2.asm | 252 ; so in high bit depth even the smallest width (4) needs 128bits i.e. XMM
|
/external/llvm/lib/Support/ |
Path.cpp | 1006 unsigned high = Data2MSB ? 16 : 17; 1008 if (Magic[high] == 0)
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_defines.h | 32 #define INTEL_MASK(high, low) (((1<<((high)-(low)+1))-1)<<(low)) [all...] |
/external/v8/test/webkit/fast/js/kde/ |
md5-2.js | 205 * If any of the characters are >255, the high byte is silently ignored.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
variance_altivec.asm | 53 ;# subract. Do high, then low.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 237 ; Square src2. Ignore high value
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/ |
expected_errors.l | 23 .*:29: Error: Cannot move A0 to high half of register. Input text was \).
|
/external/dhcpcd-6.8.2/ |
ipv6.c | 281 const uint8_t high[8]; member in struct:reslowhigh 295 uint64_t id, low, high; local 305 high = be64dec(r->high); 306 if (id >= low && id <= high) [all...] |
/external/opencv3/modules/core/src/ |
arithm.cpp | 5304 uint8x16_t high = vld1q_u8(src3 + x); local 5324 int8x16_t high = vld1q_s8(src3 + x); local 5344 uint16x8_t high = vld1q_u16((const uint16_t*)(src3 + x)); local 5370 int16x8_t high = vld1q_s16((const int16_t*)(src3 + x)); local 5396 int32x4_t high = vld1q_s32((const int32_t*)(src3 + x)); local 5426 float32x4_t high = vld1q_f32((const float32_t*)(src3 + x)); local [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
ecofflink.c | 1817 long low, high, len; local [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-v850.c | 947 int middle, low, high; 969 high = regcount - 1; 973 middle = (low + high) / 2; 976 high = middle - 1; 984 while (low <= high); 945 int middle, low, high; local [all...] |
/art/compiler/utils/arm/ |
assembler_arm.h | 766 SRegister high = static_cast<SRegister>(low + 1); local 769 vmovs(high, low); 771 LoadSImmediate(high, bit_cast<float, uint32_t>(High32Bits(int_value)), cond); 906 // Overridden common assembler high-level functionality [all...] |