Home
last modified time | relevance | path

Searched refs:scale (Results 26 – 50 of 72) sorted by relevance

123

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Dsqrt.c44 bc_sqrt (bc_num *num, int scale) in bc_sqrt() argument
72 rscale = MAX (scale, (*num)->n_scale); in bc_sqrt()
H A Drecmul.c53 static bc_num new_sub_num(int length, int scale, char *value) in new_sub_num() argument
61 temp->n_scale = scale; in new_sub_num()
266 bc_multiply (bc_num n1, bc_num n2, bc_num *prod, int scale) in bc_multiply() argument
276 prod_scale = MIN(full_scale,MAX(scale,MAX(n1->n_scale,n2->n_scale))); in bc_multiply()
/PHP-8.1/ext/bcmath/tests/
H A Dbug44995.phpt2 Bug #44995 (bcpowmod() fails if scale != 0)
H A Dbcadd.phpt6 bcmath.scale=0
H A Dbccomp_variation001.phpt6 bcmath.scale=0
H A Dbcadd_variation001.phpt6 bcmath.scale=5
H A Dbccomp_variation002.phpt6 bcmath.scale=0
H A Dbcsqrt.phpt6 bcmath.scale=0
H A Dbcsub.phpt6 bcmath.scale=0
H A Dbccomp.phpt6 bcmath.scale=0
H A Dbcdiv.phpt6 bcmath.scale=0
H A Dbcpow.phpt6 bcmath.scale=0
H A Dbcmod_error2.phpt6 bcmath.scale=0
H A Dbcmod.phpt6 bcmath.scale=0
H A Dbcmul.phpt6 bcmath.scale=0
H A Dbcscale.phpt6 bcmath.scale=0
H A Dbcpowmod.phpt6 bcmath.scale=0
H A Dbug60377.phpt19 bcscale(): Argument #1 ($scale) must be between 0 and 2147483647
H A Dscale.phpt2 BCMath functions return result with requested scale
/PHP-8.1/ext/gd/tests/
H A Dbug67248.phpt20 …or] imageaffinematrixget(): Argument #1 ($type) must be of type array when using translate or scale
21 …or] imageaffinematrixget(): Argument #1 ($type) must be of type array when using translate or scale
/PHP-8.1/ext/opcache/jit/dynasm/
H A Ddasm_arm64.lua325 local m = sar(n, scale)
326 if shl(m, scale) == n then
410 local function parse_imm_load(imm, scale)
413 local m = sar(n, scale)
414 if shl(m, scale) == n and m >= 0 and m < 0x1000 then
421 waction("IMML", scale, imm)
480 local scale = shr(op, 30)
489 waction("IMML", scale, format(tp.ctypefmt, tailr))
509 op = op + parse_imm_load(imm, scale)
521 elseif p3s == "#"..scale then
[all …]
H A Ddasm_arm64.h322 int scale = (ins & 3); in dasm_put() local
323 CK((!(n & ((1<<scale)-1)) && (unsigned int)(n>>scale) < 4096) || in dasm_put()
516 int scale = (ins & 3); in dasm_encode() local
517 cp[-1] |= (!(n & ((1<<scale)-1)) && (unsigned int)(n>>scale) < 4096) ? in dasm_encode()
518 ((n << (10-scale)) | 0x01000000) : ((n & 511) << 12); in dasm_encode()
/PHP-8.1/ext/pdo_dblib/tests/
H A Dbug_45876.phpt24 ["scale"]=>
/PHP-8.1/ext/opcache/jit/libudis86/
H A Dsyn-att.c84 if (op->scale) { in gen_operand()
85 ud_asmprintf(u, ",%d", op->scale); in gen_operand()
H A Dsyn-intel.c80 if (op->scale) { in gen_operand()
81 ud_asmprintf(u, "*%d", op->scale); in gen_operand()

Completed in 134 milliseconds

123