Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c2964 static bigIntType uBigMultK (const_bigIntType factor1, const_bigIntType factor2, in uBigMultK() function
3144 power = uBigMultK(power, square, FALSE); in bigIPowN()
4947 power = uBigMultK(power, square, FALSE); in bigIPow()
6026 product = uBigMultK(factor1, factor2, negative); in bigMult()