Searched refs:v_sign (Results 1 – 2 of 2) sorted by relevance
667 static int32x2_t v_sign = vdup_n_s32(1 << 31), in cv_vrnd_s32_f32() local670 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() local679 int32x4_t v_addition = vorrq_s32(v_05, vandq_s32(v_sign, vreinterpretq_s32_f32(v))); in cv_vrndq_s32_f32()
725 static const int32x4_t v_sign = vdupq_n_s32(1 << 31), in OPENCV_HAL_IMPL_NEON_UNPACKS() local728 int32x4_t v_addition = vorrq_s32(v_05, vandq_s32(v_sign, vreinterpretq_s32_f32(a.val))); in OPENCV_HAL_IMPL_NEON_UNPACKS()