Searched refs:val_pos (Results 1 – 1 of 1) sorted by relevance
430 const int16x8_t val_pos = vsubq_s16(val_xor, val_sign); in Divide16x8PowRound() local431 const int16x8_t shifted_val_pos = vrshrq_n_s16(val_pos, POW); in Divide16x8PowRound()442 const int64x2_t val_pos = vsubq_s64(val_xor, val_sign); in Divide64x2PowRound() local443 const int64x2_t shifted_val_pos = vrshrq_n_s64(val_pos, POW); in Divide64x2PowRound()