Home
last modified time | relevance | path

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

/php-src/ext/bcmath/
H A Dbcmath.stub.php8 function bcadd(string $num1, string $num2, ?int $scale = null): string {}
11 function bcsub(string $num1, string $num2, ?int $scale = null): string {}
14 function bcmul(string $num1, string $num2, ?int $scale = null): string {}
17 function bcdiv(string $num1, string $num2, ?int $scale = null): string {}
20 function bcmod(string $num1, string $num2, ?int $scale = null): string {}
26 function bcdivmod(string $num1, string $num2, ?int $scale = null): array {}
35 function bcsqrt(string $num, ?int $scale = null): string {}
37 function bccomp(string $num1, string $num2, ?int $scale = null): int {}
39 function bcscale(?int $scale = null): int {}
59 public int $scale; variable in BcMath\\Number
[all …]
H A Dbcmath.c189 int scale; in PHP_FUNCTION() local
238 int scale; in PHP_FUNCTION() local
287 int scale; in PHP_FUNCTION() local
1252 size_t scale; in bcmath_number_do_operation() local
1402 size_t scale = 0; in PHP_METHOD() local
1436 size_t scale = scale_lval; in bcmath_number_calc_method() local
1538 size_t scale = scale_lval; in PHP_METHOD() local
1606 size_t scale = scale_lval; in PHP_METHOD() local
1667 size_t scale; in PHP_METHOD() local
1719 size_t scale; in PHP_METHOD() local
[all …]
H A Dphp_bcmath.h53 size_t scale; member
/php-src/ext/bcmath/libbcmath/src/
H A Dinit.c38 static bc_num _bc_new_num_nonzeroed_ex_internal(size_t length, size_t scale, bool persistent) in _bc_new_num_nonzeroed_ex_internal()
62 bc_num _bc_new_num_ex(size_t length, size_t scale, bool persistent) in _bc_new_num_ex()
69 bc_num _bc_new_num_nonzeroed_ex(size_t length, size_t scale, bool persistent) in _bc_new_num_nonzeroed_ex()
H A Dcompare.c42 bcmath_compare_result _bc_do_compare(bc_num n1, bc_num n2, size_t scale, bool use_sign) in _bc_do_compare()
142 bcmath_compare_result bc_compare(bc_num n1, bc_num n2, size_t scale) in bc_compare()
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()
86 bool bc_modulo(bc_num num1, bc_num num2, bc_num *result, size_t scale) in bc_modulo()
H A Draise.c46 void bc_raise(bc_num num1, long exponent, bc_num *result, size_t scale) { in bc_raise()
106 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 Draisemod.c37 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 Dsqrt.c39 bool bc_sqrt(bc_num *num, size_t scale) in bc_sqrt()
H A Dbcmath.h178 #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) argument
179 #define bc_new_num_nonzeroed(length, scale) _bc_new_num_nonzeroed_ex((length), (scale), 0) argument
H A Drecmul.c243 bc_num bc_multiply(bc_num n1, bc_num n2, size_t scale) in bc_multiply()
271 bc_num bc_square(bc_num n1, size_t scale) in bc_square()
H A Dstr2num.c109 bool bc_str2num(bc_num *num, const char *str, const char *end, size_t scale, size_t *full_scale, bo… in bc_str2num()
H A Ddiv.c331 bool bc_divide(bc_num numerator, bc_num divisor, bc_num *quot, size_t 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 SQLSMALLINT 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.c501 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member

Completed in 43 milliseconds