Home
last modified time | relevance | path

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

/php-src/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.c152 int scale; in PHP_FUNCTION() local
199 int scale; in PHP_FUNCTION() local
246 int scale; in PHP_FUNCTION() local
293 int scale = BCG(bc_precision); in PHP_FUNCTION() local
345 int scale = BCG(bc_precision); in PHP_FUNCTION() local
397 int scale = BCG(bc_precision); in PHP_FUNCTION() local
472 int scale = BCG(bc_precision); in PHP_FUNCTION() local
532 int scale = BCG(bc_precision); in PHP_FUNCTION() local
573 int scale = BCG(bc_precision); in PHP_FUNCTION() local
/php-src/ext/bcmath/libbcmath/src/
H A Dinit.c38 static zend_always_inline bc_num _bc_new_num_nonzeroed_ex_internal(size_t length, size_t scale, boo… in _bc_new_num_nonzeroed_ex_internal()
51 bc_num _bc_new_num_ex(size_t length, size_t scale, bool persistent) in _bc_new_num_ex()
58 bc_num _bc_new_num_nonzeroed_ex(size_t length, size_t scale, bool persistent) in _bc_new_num_nonzeroed_ex()
H A Ddivmod.c44 bool bc_divmod(bc_num num1, bc_num num2, bc_num *quot, bc_num *rem, size_t scale) in bc_divmod()
80 bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) in bc_modulo()
H A Draise.c42 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) in bc_raise()
105 void bc_raise_bc_exponent(bc_num base, bc_num expo, bc_num *result, size_t scale) in bc_raise_bc_exponent()
H A Dnearzero.c40 bool bc_is_near_zero(bc_num num, size_t scale) in bc_is_near_zero()
H A Dzero.c38 bool bc_is_zero_for_scale(bc_num num, size_t scale) in bc_is_zero_for_scale()
H A Dnum2str.c37 zend_string *bc_num2str_ex(bc_num num, size_t scale) in bc_num2str_ex()
H A Drecmul.c51 static bc_num new_sub_num(size_t length, size_t scale, char *value) in new_sub_num()
256 bc_num bc_multiply(bc_num n1, bc_num n2, size_t scale) in bc_multiply()
H A Dsqrt.c39 bool bc_sqrt(bc_num *num, size_t scale) in bc_sqrt()
H A Draisemod.c36 raise_mod_status bc_raisemod(bc_num base, bc_num expo, bc_num mod, bc_num *result, size_t scale) in bc_raisemod()
H A Dbcmath.h171 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
172 #define bc_new_num_nonzeroed(length, scale) _bc_new_num_nonzeroed_ex((length), (scale), 0) argument
H A Dstr2num.c80 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, bool auto_scale) in bc_str2num()
H A Ddiv.c79 bool bc_divide(bc_num n1, bc_num n2, bc_num *quot, int scale) in bc_divide()
/php-src/ext/gd/libgd/
H A Dtestac.c73 double scale, in testDrawing()
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_arm64.h322 int scale = (ins & 3); in dasm_put() local
516 int scale = (ins & 3); in dasm_encode() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c290 SWORD sqltype = 0, ctype = 0, scale = 0, nullable = 0; in odbc_stmt_param_hook() local
/php-src/ext/odbc/
H A Dphp_odbc_includes.h213 SQLSMALLINT scale; member
/php-src/Zend/
H A Dzend_strtod.c505 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member

Completed in 43 milliseconds