Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 10 of 10) 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/tests/classes/
H A Dinheritance.phpt16 function mul() {
36 echo $foo1->mul()."\n";
45 echo $bar1->mul()."\n";
/php-src/ext/opcache/tests/jit/
H A Dmul_002.phpt16 function mul(int $a, int $b) {
20 mul(0x5555555555, 0x5555555555);
/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/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/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 48 milliseconds