HomeSort by relevance Sort by last modified time
    Searched full:ubound (Results 1 - 19 of 19) sorted by null

  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/
bound_registers.py 26 upper = self.val["ubound"]
31 result = '{lbound = %s, ubound = %s} : size %s' % (lower, upper, size)
  /external/opencv/cv/src/
cvcondens.cpp 236 float *UBound;
256 UBound = upperBound->data.fl;
262 UBound[i],
278 (LBound[i] - UBound[i]) / 5,
279 (UBound[i] - LBound[i]) / 5,
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 176 unsigned long long ubound; local
181 ubound = (1ULL << dst_width);
182 mask = ubound - 1;
183 scale = (double)mask/ubound;
287 unsigned long long ubound; local
317 ubound = ((unsigned long long)1 << n);
318 mask = ubound - 1;
319 scale = (double)ubound/mask;
  /external/guava/guava/src/com/google/common/collect/
GeneralRange.java 158 T ubound = getUpperEndpoint(); local
159 int cmp = comparator.compare(t, ubound);
  /external/libvterm/src/
state.c 944 #define UBOUND(v,max) if((v) > (max)) (v) = (max)
1163 UBOUND(rect.end_col, THISROWWIDTH(state));
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 747 const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::IVec2(m_context.getRenderTarget().getWidth(), m_context.getRenderTarget().getHeight()));
750 m_dstRect = ubound.swizzle(0, 1, 0, 1) + IVec4(-75, -99, 8, 16);
751 m_interestingArea = IVec4(ubound.x() - 128, ubound.y() - 128, ubound.x(), ubound.y());
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 305 milliseconds