Home
last modified time | relevance | path

Searched defs:ubound (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lldb/tools/intel-features/intel-mpx/
Dcli-wrapper-mpxtable.cpp60 static void PrintBTEntry(lldb::addr_t lbound, lldb::addr_t ubound, in PrintBTEntry()
178 lldb::addr_t ubound; in GetBTEntry() local
216 lldb::addr_t ubound, lldb::SBTarget &target, in SetBTEntry()
392 uint64_t ubound = std::strtoul(arg[2], &endptr, 16); in DoExecute() local
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h207 Bound &ubound() { return ub_; } in ubound() function
208 const Bound &ubound() const { return ub_; } in ubound() function
/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.cc291 auto ubound = it + 1; in ConvertSlowpath() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c277 unsigned long long ubound; in lp_build_clamped_float_to_unsigned_norm() local
394 unsigned long long ubound; in lp_build_unsigned_norm_to_float() local
/external/guava/guava/src/com/google/common/collect/
DGeneralRange.java163 T ubound = getUpperEndpoint(); in tooHigh() local
/external/guava/android/guava/src/com/google/common/collect/
DGeneralRange.java163 T ubound = getUpperEndpoint(); in tooHigh() local
/external/llvm-project/flang/lib/Semantics/
Dcompute-offsets.cpp276 auto ubound{[&](std::size_t i) { in ComputeOffset() local
Dtools.cpp697 auto &ubound{spec.ubound().GetExplicit()}; in IsAutomaticObject() local
/external/llvm-project/flang/lib/Evaluate/
Dshape.cpp271 if (const auto &ubound{shapeSpec.ubound().GetExplicit()}) { in GetExtent() local
/external/deqp/modules/gles3/functional/
Des3fFramebufferBlitTests.cpp747 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init() local