Searched refs:zz (Results 1 – 2 of 2) sorted by relevance
163 float32_t zz = q00 - q11 - q22 + q33; in arm_quaternion2rotation_f32() local173 …utRotations[6 + nb * 9] = zx; pOutputRotations[7 + nb * 9] = zy; pOutputRotations[8 + nb * 9] = zz; in arm_quaternion2rotation_f32()
886 const int32x4_t zz = vdupq_n_s32(0); in arm_requantize_mve_32x4() local889 const int32x4_t left_shift = vpselq_s32(shift, zz, p); in arm_requantize_mve_32x4()890 const int32x4_t right_shift = -vpselq_s32(zz, shift, p); in arm_requantize_mve_32x4()