Home
last modified time | relevance | path

Searched refs:v_sign (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/core/include/opencv2/core/
Dbase.hpp667 static int32x2_t v_sign = vdup_n_s32(1 << 31), in cv_vrnd_s32_f32() local
670 int32x2_t v_addition = vorr_s32(v_05, vand_s32(v_sign, vreinterpret_s32_f32(v))); in cv_vrnd_s32_f32()
676 static int32x4_t v_sign = vdupq_n_s32(1 << 31), in cv_vrndq_s32_f32() local
679 int32x4_t v_addition = vorrq_s32(v_05, vandq_s32(v_sign, vreinterpretq_s32_f32(v))); in cv_vrndq_s32_f32()
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_neon.hpp725 static const int32x4_t v_sign = vdupq_n_s32(1 << 31), in OPENCV_HAL_IMPL_NEON_UNPACKS() local
728 int32x4_t v_addition = vorrq_s32(v_05, vandq_s32(v_sign, vreinterpretq_s32_f32(a.val))); in OPENCV_HAL_IMPL_NEON_UNPACKS()