Searched refs:mul (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/hash/ |
H A D | hash_tiger.c | 42 #define round(a,b,c,x,mul) \ argument 52 b *= mul; 54 #define pass(a,b,c,mul) \ argument 55 round(a,b,c,x0,mul) \ 56 round(b,c,a,x1,mul) \ 57 round(c,a,b,x2,mul) \ 58 round(a,b,c,x3,mul) \ 59 round(b,c,a,x4,mul) \ 60 round(c,a,b,x5,mul) \ 61 round(a,b,c,x6,mul) \ [all …]
|
/PHP-7.1/ext/com_dotnet/tests/ |
H A D | variants.phpt | 50 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 D | variants_x64.phpt | 53 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.1/tests/classes/ |
H A D | inheritance.phpt | 16 function mul() { 36 echo $foo1->mul()."\n"; 45 echo $bar1->mul()."\n";
|
/PHP-7.1/ext/phar/tests/ |
H A D | bug65028.phpt | 67 "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.1/ext/standard/tests/array/ |
H A D | array_map_object1.phpt | 49 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 15 milliseconds