Home
last modified time | relevance | path

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

/PHP-7.4/ext/hash/
H A Dhash_tiger.c40 #define round(a,b,c,x,mul) \ argument
50 b *= mul;
52 #define pass(a,b,c,mul) \ argument
53 round(a,b,c,x0,mul) \
54 round(b,c,a,x1,mul) \
55 round(c,a,b,x2,mul) \
56 round(a,b,c,x3,mul) \
57 round(b,c,a,x4,mul) \
58 round(c,a,b,x5,mul) \
59 round(a,b,c,x6,mul) \
[all …]
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt50 mul: 1764
64 mul: 147
86 mul:
140 mul: 0
202 mul:
256 mul: 0
290 mul:
352 mul:
410 mul:
472 mul:
[all …]
H A Dvariants_x64.phpt53 mul: 1764
67 mul: 147
89 mul:
143 mul: 0
205 mul:
259 mul: 0
293 mul:
355 mul:
413 mul:
475 mul:
[all …]
/PHP-7.4/tests/classes/
H A Dinheritance.phpt16 function mul() {
36 echo $foo1->mul()."\n";
45 echo $bar1->mul()."\n";
/PHP-7.4/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-7.4/ext/standard/tests/array/
H A Darray_map_object1.phpt49 protected function mul($n) {
53 test(array('SimpleClassPro', 'mul'), array(2));
145 SimpleClassPro::mul
147 …r 1 to be a valid callback, cannot access protected method SimpleClassPro::mul() in %sarray_map_ob…

Completed in 38 milliseconds