Searched refs:BASE (Results 1 – 11 of 11) sorted by relevance
62 *bptr++ = val % BASE;63 val = val / BASE;68 *bptr++ = val % BASE;69 val = val / BASE;
94 if (*sumptr > (BASE-1))97 *sumptr -= BASE;112 if (*sumptr > (BASE-1))115 *sumptr -= BASE;186 val += BASE;202 val += BASE;218 val += BASE;
59 if (val > LONG_MAX/BASE) {62 val *= BASE;
92 *pvptr-- = sum % BASE; in _bc_simp_mul()93 sum = sum / BASE; in _bc_simp_mul()126 *accp-- += BASE; in _bc_shift_addsub()135 *accp-- += BASE; in _bc_shift_addsub()143 if (*accp > (BASE-1)) { in _bc_shift_addsub()145 *accp-- -= BASE; in _bc_shift_addsub()153 if (*accp > (BASE-1)) in _bc_shift_addsub()154 *accp-- -= BASE; in _bc_shift_addsub()
67 *rptr-- = value % BASE; in _one_mult()68 carry = value / BASE; in _one_mult()
64 #define BASE 10 macro
12 class BASE {18 class A extends BASE implements I {24 var_dump(is_a($a, "BASE"));28 var_dump(is_subclass_of($a, "BASE"));
22 echo "===BASE===\n";33 ===BASE===
171 The value of current EDITION is ORA$BASE204 The value of current EDITION is ORA$BASE
13971 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...
Completed in 144 milliseconds