Home
last modified time | relevance | path

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

/dports/lang/seed7/seed7/src/
H A Dbig_rtl.c1163 static memSizeType binaryRadix2To36 (bigIntType unsignedBig, in binaryRadix2To36() function
1184 pos = binaryRadix2To36(remainder, buffer, base, digits, in binaryRadix2To36()
1186 pos = binaryRadix2To36(quotient, buffer, base, digits, in binaryRadix2To36()
1189 pos = binaryRadix2To36(remainder, buffer, base, digits, in binaryRadix2To36()
1420 pos = binaryRadix2To36(unsigned_big, result, base, in bigRadix2To36()