Home
last modified time | relevance | path

Searched refs:s_ddiv (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/isl/dist/imath/
H A Dimath.c278 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() function
2509 rem = s_ddiv(u, d); in s_udiv_knuth()