Lines Matching refs:in_32
12817 const uint32x4_t in_32 = vld1q_u32(reinterpret_cast<const uint32_t*>(input));12818 currentmax = vmaxq_u32(in_32,currentmax);12819 currentoffsetmax = vmaxq_u32(vaddq_u32(in_32, offset), currentoffsetmax);