Searched refs:v_dst_0 (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/modules/core/src/ |
D | convert.cpp | 1718 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_u32(v_quat), scale); in operator ()() local 1719 v_dst_0 = vabsq_f32(vaddq_f32(v_dst_0, v_shift)); in operator ()() 1735 uint16x8_t v_dsti_0 = vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(v_dst_0)), in operator ()() 1762 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_s32(v_quat), scale); in operator ()() local 1763 v_dst_0 = vabsq_f32(vaddq_f32(v_dst_0, v_shift)); in operator ()() 1779 uint16x8_t v_dsti_0 = vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(v_dst_0)), in operator ()() 1805 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_u32(v_half), scale); in operator ()() local 1806 v_dst_0 = vabsq_f32(vaddq_f32(v_dst_0, v_shift)); in operator ()() 1812 uint16x8_t v_dst = vcombine_u16(vqmovn_u32(cv_vrndq_u32_f32(v_dst_0)), in operator ()() 1836 float32x4_t v_dst_0 = vmulq_n_f32(vcvtq_f32_s32(v_half), scale); in operator ()() local [all …]
|