/PHP-8.0/ext/bcmath/ |
H A D | bcmath.stub.php | 5 function bcadd(string $num1, string $num2, ?int $scale = null): string {} 7 function bcsub(string $num1, string $num2, ?int $scale = null): string {} 9 function bcmul(string $num1, string $num2, ?int $scale = null): string {} 11 function bcdiv(string $num1, string $num2, ?int $scale = null): string {} 13 function bcmod(string $num1, string $num2, ?int $scale = null): string {} 15 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {} 17 function bcpow(string $num, string $exponent, ?int $scale = null): string {} 19 function bcsqrt(string $num, ?int $scale = null): string {} 21 function bccomp(string $num1, string $num2, ?int $scale = null): int {} 23 function bcscale(?int $scale = null): int {}
|
H A D | bcmath.c | 159 int scale; in PHP_FUNCTION() local 210 int scale; in PHP_FUNCTION() local 261 int scale; in PHP_FUNCTION() local 312 int scale = BCG(bc_precision); in PHP_FUNCTION() local 368 int scale = BCG(bc_precision); in PHP_FUNCTION() local 424 int scale = BCG(bc_precision); in PHP_FUNCTION() local 483 int scale = BCG(bc_precision); in PHP_FUNCTION() local 534 int scale = BCG(bc_precision); in PHP_FUNCTION() local 577 int scale = BCG(bc_precision); in PHP_FUNCTION() local
|
/PHP-8.0/ext/bcmath/libbcmath/src/ |
H A D | divmod.c | 47 bc_divmod (bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, int scale) in bc_divmod() 82 bc_modulo (bc_num num1, bc_num num2, bc_num *result, int scale) in bc_modulo()
|
H A D | nearzero.c | 45 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
|
H A D | zero.c | 43 bc_is_zero_for_scale (bc_num num, int scale) in bc_is_zero_for_scale()
|
H A D | num2str.c | 43 *bc_num2str_ex (num, scale) in bc_num2str_ex() argument
|
H A D | str2num.c | 43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
|
H A D | sqrt.c | 44 bc_sqrt (bc_num *num, int scale) in bc_sqrt()
|
H A D | raise.c | 46 bc_raise (bc_num num1, bc_num num2, bc_num *result, int scale) in bc_raise()
|
H A D | raisemod.c | 42 zend_result bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
|
H A D | recmul.c | 54 new_sub_num (length, scale, value) in new_sub_num() argument 269 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply()
|
H A D | init.c | 43 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
|
H A D | div.c | 87 bc_divide (bc_num n1, bc_num n2, bc_num *quot, int scale) in bc_divide()
|
H A D | bcmath.h | 155 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
|
/PHP-8.0/ext/gd/libgd/ |
H A D | testac.c | 73 double scale, in testDrawing()
|
/PHP-8.0/ext/opcache/jit/dynasm/ |
H A D | dasm_arm64.h | 315 int scale = (p[-2] >> 30); in dasm_put() local 470 int scale = (p[-2] >> 30); in dasm_encode() local
|
/PHP-8.0/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 284 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
|
/PHP-8.0/ext/odbc/ |
H A D | php_odbc_includes.h | 201 SQLSMALLINT scale; member
|
/PHP-8.0/ext/pdo_oci/ |
H A D | oci_statement.c | 787 sb1 scale; in oci_stmt_col_meta() local
|
/PHP-8.0/ext/opcache/jit/libudis86/ |
H A D | types.h | 157 uint8_t scale; member
|
/PHP-8.0/ext/oci8/ |
H A D | php_oci8_int.h | 287 sb1 scale; /* column scale */ member
|
/PHP-8.0/Zend/ |
H A D | zend_strtod.c | 497 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member
|