Searched refs:factq (Results 1 – 1 of 1) sorted by relevance
35 int32x4_t factq = vdupq_n_s32(fact); in ComplexMulAndFindMaxNeon() local66 int32x4_t outr_0 = vqdmulhq_s32(tmp0, factq); in ComplexMulAndFindMaxNeon()67 int32x4_t outr_1 = vqdmulhq_s32(tmp2, factq); in ComplexMulAndFindMaxNeon()68 int32x4_t outi_0 = vqdmulhq_s32(tmp1, factq); in ComplexMulAndFindMaxNeon()69 int32x4_t outi_1 = vqdmulhq_s32(tmp3, factq); in ComplexMulAndFindMaxNeon()