Lines Matching refs:mpa_num
786 static int mpa_highest_bit_index(const struct mpa_num *src) in mpa_highest_bit_index()
810 struct mpa_num *m_a, *m_b, *m_c; in rk_abs_add()
812 m_a = (struct mpa_num *)a; in rk_abs_add()
813 m_b = (struct mpa_num *)b; in rk_abs_add()
814 m_c = (struct mpa_num *)c; in rk_abs_add()
847 struct mpa_num *m_a, *m_b, *m_c; in rk_mod()
849 m_a = (struct mpa_num *)a; in rk_mod()
850 m_b = (struct mpa_num *)b; in rk_mod()
851 m_c = (struct mpa_num *)c; in rk_mod()
887 struct mpa_num *tmpa; in rk_exptmod()
891 struct mpa_num *m_b, *m_c, *m_d; in rk_exptmod()
893 m_b = (struct mpa_num *)b; in rk_exptmod()
894 m_c = (struct mpa_num *)c; in rk_exptmod()
895 m_d = (struct mpa_num *)d; in rk_exptmod()
969 struct mpa_num *tmpa; in rk_exptmod_np()
973 struct mpa_num *m_e, *m_n, *m_np, *m_d; in rk_exptmod_np()
975 m_e = (struct mpa_num *)e; in rk_exptmod_np()
976 m_n = (struct mpa_num *)n; in rk_exptmod_np()
977 m_np = (struct mpa_num *)np; in rk_exptmod_np()
978 m_d = (struct mpa_num *)d; in rk_exptmod_np()