Home
last modified time | relevance | path

Searched refs:BASE (Results 1 – 10 of 10) sorted by path

/php-src/Zend/tests/
H A Dbug29674.phpt22 echo "===BASE===\n";
33 ===BASE===
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"));
/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h63 #define BASE 10 macro
H A Ddiv.c63 *rptr-- = value % BASE; in _one_mult()
64 carry = value / BASE; in _one_mult()
H A Ddoaddsub.c133 if (*sumptr >= BASE) { in _bc_do_add()
134 *sumptr -= BASE; in _bc_do_add()
149 if (*sumptr >= BASE) { in _bc_do_add()
150 *sumptr -= BASE; in _bc_do_add()
206 val += BASE; in _bc_do_sub()
271 val += BASE; in _bc_do_sub()
284 val += BASE; in _bc_do_sub()
H A Dint2num.c51 *bptr++ = val % BASE; in bc_int2num()
52 val = val / BASE; in bc_int2num()
56 *bptr++ = val % BASE; in bc_int2num()
57 val = val / BASE; in bc_int2num()
H A Dnum2long.c48 if (val > LONG_MAX / BASE) { in bc_num2long()
51 val *= BASE; in bc_num2long()
H A Drecmul.c128 base *= BASE; in bc_partial_convert_to_uint()
166 *pend-- = prod_uint % BASE; in bc_fast_mul()
167 prod_uint /= BASE; in bc_fast_mul()
301 *pend-- = prod_uint[i] % BASE; in bc_standard_mul()
302 prod_uint[i] /= BASE; in bc_standard_mul()
/php-src/ext/fileinfo/tests/
H A Dmagic15451 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...
H A Dmagic私はガラスを食べられます15451 # BASE DSIG OS/2 Zapf acnt glyf cvt vmtx xref ...

Completed in 187 milliseconds