HomeSort by relevance Sort by last modified time
    Searched full:carry (Results 401 - 425 of 2129) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/X86/
X86ScheduleSLM.td 209 // Carry-less multiplication instructions.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_private.h 71 * Carry some useful information around with the vertices in the prim pipe.
  /external/tcpdump/
print-ntp.c 284 if (uf > ouf) /* must carry into the high-order bits */
  /external/v8/test/cctest/
test-utils-arm64.h 159 // bit[29] : Carry
  /external/valgrind/VEX/pub/
libvex_guest_arm64.h 82 /* 4-word thunk used to calculate N(sign) Z(zero) C(carry,
  /external/vixl/test/
test-utils-a64.h 187 // bit[29] : Carry
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 308 TEQ TotalCoeff, #0 ;// Preserves carry
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair_s.s 308 TEQ TotalCoeff, #0 ;// Preserves carry
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_hor_half.s 241 ADDS mb, mb, #16 ;// +16, Carry=0
h264bsd_interpolate_hor_quarter.s 263 ADDS mb, mb, #16 ;// +16, Carry=0
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3IOStreamBase.cpp 236 // carry on
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 90 // Prepare the Request builders: need carry over the request controls.
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 47 For attributes in the subset, none of the values set for the target carry over
  /frameworks/base/services/core/java/com/android/server/
EntropyMixer.java 45 * this effect, it's helpful to carry the entropy pool information across
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicYuvToRGB.cpp 156 * so that subsequent code can carry on with even-odd pairing assumptions.
  /ndk/sources/host-tools/ndk-stack/regex/
regex2.h 101 * preliminary hooks for dealing with such things, we also carry along
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info 159 Node: Assembly Carry Propagation330626
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.m 296 if ( self.btNodes[i+1].numkeys > BTHNODESIZE+1 ) { /* carry from right */
304 if ( i > 0 ) { /* carry or merge with left node */
305 if ( self.btNodes[i-1].numkeys > BTHNODESIZE+1 ) { /* carry from left */
  /external/llvm/test/MC/Disassembler/Hexagon/
xtype_alu.txt 62 # Add or subtract doublewords with carry
64 # CHECK: r17:16 = add(r21:20, r31:30, p3):carry
66 # CHECK: r17:16 = sub(r21:20, r31:30, p3):carry
  /external/v8/src/arm/
constants-arm.h 135 ADC = 5 << 21, // Add with Carry.
136 SBC = 6 << 21, // Subtract with Carry.
137 RSC = 7 << 21, // Reverse Subtract with Carry.
  /external/v8/src/
bignum-dtoa.cc 245 // as 9.999999 propagate a carry all the way, and change the
269 // carry until we hat a non-'9' or til we reach the first digit.
276 // Propagate a carry past the top place.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
ratio 124 (__lo1 + __lo2 < __lo1)); // carry
135 (__lo1 < __lo2)); // carry
152 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ratio 124 (__lo1 + __lo2 < __lo1)); // carry
135 (__lo1 < __lo2)); // carry
152 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 124 (__lo1 + __lo2 < __lo1)); // carry
135 (__lo1 < __lo2)); // carry
152 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
ratio 127 (__lo1 + __lo2 < __lo1)); // carry
138 (__lo1 < __lo2)); // carry
155 static constexpr uintmax_t __mix = __x0y1 + __x1y0; // possible carry...

Completed in 472 milliseconds

<<11121314151617181920>>