Home
last modified time | relevance | path

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

/PHP-7.3/ext/bcmath/libbcmath/src/
H A Dint2num.c63 *bptr++ = val % BASE;
64 val = val / BASE;
69 *bptr++ = val % BASE;
70 val = val / BASE;
H A Ddoaddsub.c95 if (*sumptr > (BASE-1))
98 *sumptr -= BASE;
113 if (*sumptr > (BASE-1))
116 *sumptr -= BASE;
187 val += BASE;
203 val += BASE;
219 val += BASE;
H A Dnum2long.c60 if (val > LONG_MAX/BASE) {
63 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.c72 *rptr-- = value % BASE;
73 carry = value / BASE;
H A Dbcmath.h64 #define BASE 10 macro
/PHP-7.3/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-7.3/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-7.3/ext/tidy/
H A Dtidy.c1924 TIDY_TAG_CONST(BASE); in _php_tidy_register_tags()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic11758 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...
H A Dmagic私はガラスを食べられます11758 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...

Completed in 223 milliseconds