Home
last modified time | relevance | path

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

/dports/security/zebedee/zebedee-2.5.3/
H A Dhuge.c92 static Huge *muladd1 (Huge *, wdigit, wdigit);
305 return muladd1 (a, n, (digit) 0); in mul1()
333 static Huge *muladd1 (Huge * a, wdigit n, wdigit extra) in muladd1() function
491 temp = muladd1 (z, (digit) base, (digit) k); in huge_from_string()