Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c1996 static bigDigitType uBigRem1 (const const_bigIntType dividend, in uBigRem1() function
2059 remainder->bigdigits[0] = uBigRem1(dividend, divisor_digit); in bigRem1()
5946 modulo->bigdigits[0] = uBigRem1(modulo, divisor_help->bigdigits[0]); in bigMod()
6729 remainder->bigdigits[0] = uBigRem1(remainder, divisor_help->bigdigits[0]); in bigRem()