Searched refs:ubound (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_conv.c | 176 unsigned long long ubound; in lp_build_clamped_float_to_unsigned_norm() local 181 ubound = (1ULL << dst_width); in lp_build_clamped_float_to_unsigned_norm() 182 mask = ubound - 1; in lp_build_clamped_float_to_unsigned_norm() 183 scale = (double)mask/ubound; in lp_build_clamped_float_to_unsigned_norm() 287 unsigned long long ubound; in lp_build_unsigned_norm_to_float() local 317 ubound = ((unsigned long long)1 << n); in lp_build_unsigned_norm_to_float() 318 mask = ubound - 1; in lp_build_unsigned_norm_to_float() 319 scale = (double)ubound/mask; in lp_build_unsigned_norm_to_float()
|
/external/guava/guava/src/com/google/common/collect/ |
D | GeneralRange.java | 158 T ubound = getUpperEndpoint(); in tooHigh() local 159 int cmp = comparator.compare(t, ubound); in tooHigh()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFramebufferBlitTests.cpp | 747 …const tcu::IVec2 ubound = (m_blitDir == BLIT_DEFAULT_TO_TARGET) ? (tcu::IVec2(128, 128)) : (tcu::I… in init() local 750 m_dstRect = ubound.swizzle(0, 1, 0, 1) + IVec4(-75, -99, 8, 16); in init() 751 m_interestingArea = IVec4(ubound.x() - 128, ubound.y() - 128, ubound.x(), ubound.y()); in init()
|
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |