Home
last modified time | relevance | path

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

/PHP-8.0/ext/bcmath/libbcmath/src/
H A Dint2num.c62 *bptr++ = val % BASE;
63 val = val / BASE;
68 *bptr++ = val % BASE;
69 val = val / BASE;
H A Ddoaddsub.c94 if (*sumptr > (BASE-1))
97 *sumptr -= BASE;
112 if (*sumptr > (BASE-1))
115 *sumptr -= BASE;
186 val += BASE;
202 val += BASE;
218 val += BASE;
H A Dnum2long.c59 if (val > LONG_MAX/BASE) {
62 val *= BASE;
H A Drecmul.c95 *pvptr-- = sum % BASE; in _bc_simp_mul()
96 sum = sum / BASE; in _bc_simp_mul()
129 *accp-- += BASE; in _bc_shift_addsub()
138 *accp-- += BASE; in _bc_shift_addsub()
146 if (*accp > (BASE-1)) { in _bc_shift_addsub()
148 *accp-- -= BASE; in _bc_shift_addsub()
156 if (*accp > (BASE-1)) in _bc_shift_addsub()
157 *accp-- -= BASE; in _bc_shift_addsub()
H A Ddiv.c71 *rptr-- = value % BASE;
72 carry = value / BASE;
H A Dbcmath.h64 #define BASE 10 macro
/PHP-8.0/Zend/tests/
H A Dis_a.phpt12 class BASE {
18 class A extends BASE implements I {
24 var_dump(is_a($a, "BASE"));
28 var_dump(is_subclass_of($a, "BASE"));
H A Dbug29674.phpt22 echo "===BASE===\n";
33 ===BASE===
/PHP-8.0/ext/oci8/tests/
H A Dedition_2.phpt167 The value of current EDITION is ORA$BASE
200 The value of current EDITION is ORA$BASE
/PHP-8.0/ext/tidy/
H A Dtidy.c1665 TIDY_TAG_CONST(BASE); in _php_tidy_register_tags()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13456 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...
H A Dmagic13456 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...

Completed in 149 milliseconds