HomeSort by relevance Sort by last modified time
    Searched defs:v_max (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
induction_var_range.cc 242 Value v_max = GetVal(info, nullptr, in_body, /* is_min */ false); local
245 if (IsConstantValue(v_min) && IsConstantValue(v_max) && v_min.b_constant <= v_max.b_constant) {
246 if ((request == kExact && v_min.b_constant == v_max.b_constant) || request == kAtMost) {
247 *value = v_max.b_constant;
254 } while (RefineOuter(&v_min, &v_max));
507 Value v_max,
510 return is_min == (c.b_constant >= 0) ? MulValue(v_min, c) : MulValue(v_max, c);
514 Value v_max,
517 return is_min == (c.b_constant >= 0) ? DivValue(v_min, c) : DivValue(v_max, c)
    [all...]
  /external/opencv3/modules/hal/include/opencv2/hal/
intrin_sse.hpp 719 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_uint8x16, v_max, _mm_max_epu8)
721 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_int16x8, v_max, _mm_max_epi16)
723 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_float32x4, v_max, _mm_max_ps)
725 OPENCV_HAL_IMPL_SSE_BIN_FUNC(v_float64x2, v_max, _mm_max_pd)
733 inline v_int8x16 v_max(const v_int8x16& a, const v_int8x16& b) function in namespace:cv
743 inline v_uint16x8 v_max(const v_uint16x8& a, const v_uint16x8& b) function in namespace:cv
753 inline v_uint32x4 v_max(const v_uint32x4& a, const v_uint32x4& b) function in namespace:cv
763 inline v_int32x4 v_max(const v_int32x4& a, const v_int32x4& b) function in namespace:cv
    [all...]
  /external/libgdx/gdx/jni/gdx2d/
stb_image.h 2707 int Lf,p,i,q, h_max=1,v_max=1,c; local
    [all...]

Completed in 2174 milliseconds