Searched refs:MBASE (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm27 # $i = $i * $y + $car; $car = int($i / $MBASE); $i = $i % $MBASE;
30 # $i = $i * $y + $car; $car = int($i / $MBASE); $i -= $MBASE * $car;
40 my ($MBASE,$BASE,$RBASE,$BASE_LEN,$MAX_VAL,$BASE_LEN2,$BASE_LEN_SMALL);
59 $MBASE = int("1e".$BASE_LEN_SMALL);
62 $caught += 1 if (int($MBASE * $RBASE) != 1); # should be 1
63 $caught += 2 if (int($MBASE / $MBASE) != 1); # should be 1
72 $MBASE
[all...]
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dwcstol.c42 #define MBASE (L'z' - L'a' + 1 + 10) macro
70 if (base < 0 || base > MBASE) {
H A Dwcstoul.c42 #define MBASE (L'z' - L'a' + 1 + 10) macro
68 if (base < 0 || base > MBASE) {

Completed in 31 milliseconds