Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c3177 static bigIntType bigIPow1 (bigDigitType base, intType exponent) in bigIPow1() function
4914 power = bigIPow1(base->bigdigits[0], exponent); in bigIPow()
5008 power = bigIPow1((bigDigitType) base, exponent); in bigIPowSignedDigit()
5062 powerOf10 = bigIPow1(POWER_OF_10_IN_BIGDIGIT, (intType) (decimalBlockCount)); in bigLog10()