Searched refs:s_ddiv (Results 1 – 1 of 1) sorted by relevance
278 static mp_digit s_ddiv(mp_int a, mp_digit b);1467 d = s_ddiv(&tmp, (mp_digit)radix); in mp_int_to_string()2125 static mp_digit s_ddiv(mp_int a, mp_digit b) { in s_ddiv() function2509 rem = s_ddiv(u, d); in s_udiv_knuth()