Home
last modified time | relevance | path

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

/dports/lang/chicken5/chicken-5.3.0/
H A Druntime.c550 static int bignum_cmp_unsigned(C_word x, C_word y);
8542 switch(bignum_cmp_unsigned(x, y)) {
8816 switch(bignum_cmp_unsigned(x, y)) {
9711 static int bignum_cmp_unsigned(C_word x, C_word y) function
9741 return C_fix(bignum_cmp_unsigned(y, x));
9749 return C_fix(bignum_cmp_unsigned(x, y));