Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 22 of 22) sorted by relevance

/PHP-8.1/ext/bcmath/
H A Dbcmath.stub.php6 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
9 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
12 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
15 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
18 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
21 function bcpowmod(string $num, string $exponent, string $modulus, ?int $scale = null): string {}
24 function bcpow(string $num, string $exponent, ?int $scale = null): string {}
27 function bcsqrt(string $num, ?int $scale = null): string {}
29 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
31 function bcscale(?int $scale = null): int {}
H A Dbcmath.c159 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.1/ext/bcmath/libbcmath/src/
H A Ddivmod.c47 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 Dnearzero.c45 bc_is_near_zero (num, scale) in bc_is_near_zero() argument
H A Dzero.c43 bc_is_zero_for_scale (bc_num num, int scale) in bc_is_zero_for_scale()
H A Dnum2str.c43 *bc_num2str_ex (num, scale) in bc_num2str_ex() argument
H A Dstr2num.c43 bc_str2num (bc_num *num, char *str, int scale) in bc_str2num()
H A Dsqrt.c44 bc_sqrt (bc_num *num, int scale) in bc_sqrt()
H A Drecmul.c53 static bc_num new_sub_num(int length, int scale, char *value) in new_sub_num()
266 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply()
H A Draise.c46 bc_raise (bc_num num1, bc_num num2, bc_num *result, int scale) in bc_raise()
H A Draisemod.c42 zend_result bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod()
H A Dinit.c43 _bc_new_num_ex (length, scale, persistent) in _bc_new_num_ex() argument
H A Ddiv.c83 bc_divide (bc_num n1, bc_num n2, bc_num *quot, int scale) in bc_divide()
H A Dbcmath.h140 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
/PHP-8.1/ext/gd/libgd/
H A Dtestac.c73 double scale, in testDrawing()
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.h322 int scale = (ins & 3); in dasm_put() local
516 int scale = (ins & 3); in dasm_encode() local
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_stmt.c281 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
/PHP-8.1/ext/odbc/
H A Dphp_odbc_includes.h201 SQLSMALLINT scale; member
/PHP-8.1/ext/pdo_oci/
H A Doci_statement.c794 sb1 scale; in oci_stmt_col_meta() local
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dtypes.h157 uint8_t scale; member
/PHP-8.1/ext/oci8/
H A Dphp_oci8_int.h287 sb1 scale; /* column scale */ member
/PHP-8.1/Zend/
H A Dzend_strtod.c493 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member

Completed in 50 milliseconds