Searched refs:cf_exptmod (Results 1 – 1 of 1) sorted by relevance
87 static mp_result cf_exptmod(cstate_t *sp);145 {"^^", 3, cf_exptmod, "x y m -- (x^y mod m)"},146 {"emod", 3, cf_exptmod, "x y m -- (x^y mod m)"},744 static mp_result cf_exptmod(cstate_t *sp) { in cf_exptmod() function