Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/com_dotnet/tests/
H A Dvariants.phpt51 mul: 1764
65 mul: 147
87 mul:
141 mul: 0
203 mul:
257 mul: 0
291 mul:
353 mul:
411 mul:
473 mul:
[all …]
H A Dvariants_x64.phpt54 mul: 1764
68 mul: 147
90 mul:
144 mul: 0
206 mul:
260 mul: 0
294 mul:
356 mul:
414 mul:
476 mul:
[all …]
/php-src/ext/hash/
H A Dhash_tiger.c38 #define round(a,b,c,x,mul) \ argument
48 b *= mul;
50 #define pass(a,b,c,mul) \ argument
51 round(a,b,c,x0,mul) \
52 round(b,c,a,x1,mul) \
53 round(c,a,b,x2,mul) \
54 round(a,b,c,x3,mul) \
55 round(b,c,a,x4,mul) \
56 round(c,a,b,x5,mul) \
57 round(a,b,c,x6,mul) \
[all …]
/php-src/ext/opcache/tests/jit/
H A Dmul_002.phpt16 function mul(int $a, int $b) {
20 mul(0x5555555555, 0x5555555555);
/php-src/tests/classes/
H A Dinheritance.phpt16 function mul() {
36 echo $foo1->mul()."\n";
45 echo $bar1->mul()."\n";
/php-src/ext/bcmath/tests/number/methods/
H A Dcalc_methods_scale_arg_error.phpt2 BcMath\Number calc methods (add, sub, mul, div, mod, pow) scale arg error
16 'mul',
55 ========== mul ==========
57 BcMath\Number::mul(): Argument #2 ($scale) must be of type ?int, array given
59 BcMath\Number::mul(): Argument #2 ($scale) must be of type ?int, stdClass given
H A Dmul_with_scale.phpt2 BcMath\Number mul() with scale
28 $method_ret = $num->mul($value2, $scale);
H A Dcalc_methods_num_arg_error.phpt2 BcMath\Number calc methods (add, sub, mul, div, mod, pow) num arg error
18 'mul',
67 ========== mul ==========
69 BcMath\Number::mul(): Argument #1 ($num) is not well-formed
71 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, array given
73 BcMath\Number::mul(): Argument #1 ($num) must be of type int, string, or BcMath\Number, stdClass gi…
79 Deprecated: BcMath\Number::mul(): Passing null to parameter #1 ($num) of type BcMath\Number|string|…
H A Dmul.phpt2 BcMath\Number mul()
25 $ret = $num->mul($value2);
/php-src/ext/standard/tests/array/
H A Darray_map_object1.phpt48 protected static function mul($n) {
52 test(array('SimpleClassPro', 'mul'), array(2));
138 SimpleClassPro::mul
139 … ($callback) must be a valid callback or null, cannot access protected method SimpleClassPro::mul()
/php-src/ext/bcmath/tests/number/operators/
H A Dcompound_assignment.phpt32 echo "========== mul ==========\n";
93 ========== mul ==========
H A Dmul_int.phpt2 BcMath\Number mul int by operator
H A Dmul_object.phpt2 BcMath\Number mul object by operator
H A Dmul_string.phpt2 BcMath\Number mul string by operator
/php-src/ext/phar/tests/
H A Dbug65028.phpt67 "modules/mul/cache/mulVideoPortalCacheCreator.php",
68 "modules/mul/misc/mulPermissionHelper.php",
69 "modules/mul/templates/widgets/mulFileEmbedWidget_Video_Flv.tpl",
70 "modules/mul/setup/config/mulUploadVideoPortalMatches.xml",
71 "modules/mul/setup/config.xml",
/php-src/ext/bcmath/
H A Dbcmath_arginfo.h143 ZEND_METHOD(BcMath_Number, mul);
180 ZEND_ME(BcMath_Number, mul, arginfo_class_BcMath_Number_mul, ZEND_ACC_PUBLIC)
H A Dbcmath.stub.php67 public function mul(Number|string|int $num, ?int $scale = null): Number {} function in BcMath\\Number
H A Dbcmath.c1493 PHP_METHOD(BcMath_Number, mul) in PHP_METHOD() argument
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua1821 for name,n in pairs{ add = 0, mul = 1, com = 2, comp = 3,
1845 for name,n in pairs{ sqrt = 1, add = 8, mul = 9,
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc1829 | ASM_REG_REG_REG_OP mul, type, def_reg, op1_reg, op2_reg
1837 | mul Rx(def_reg), Rx(op1_reg), Rx(op2_reg)
1843 | mul Rx(def_reg), Rx(op1_reg), Rx(op2_reg)
2119 | ASM_REG_REG_REG_OP mul, type, reg, reg, op2_reg
H A Dir_x86.dasc5064 | ASM_REG_OP mul, type, op2_reg
5071 | ASM_MEM_OP mul, type, mem

Completed in 87 milliseconds