Home
last modified time | relevance | path

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

/PHP-8.1/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.c92 *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()
H A Ddiv.c67 *rptr-- = value % BASE; in _one_mult()
68 carry = value / BASE; in _one_mult()
H A Dbcmath.h64 #define BASE 10 macro
/PHP-8.1/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.1/ext/oci8/tests/
H A Dedition_2.phpt171 The value of current EDITION is ORA$BASE
204 The value of current EDITION is ORA$BASE
/PHP-8.1/ext/tidy/
H A Dtidy.c1649 TIDY_TAG_CONST(BASE); in _php_tidy_register_tags()
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic13971 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...
H A Dmagic私はガラスを食べられます13971 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...

Completed in 165 milliseconds