Home
last modified time | relevance | path

Searched refs:matrix (Results 1 – 15 of 15) sorted by relevance

/PHP-8.0/.github/workflows/
H A Dnightly.yml13 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
31 id: set-matrix
38 matrix:
47 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
112 matrix:
116 …name: "${{ matrix.branch.name }}_LINUX_X32_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.…
183 matrix:
187 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts …
275 matrix:
390 matrix:
[all …]
H A Dpush.yml24 matrix:
30 … name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
45 --${{ matrix.debug && 'enable' || 'disable' }}-debug
46 --${{ matrix.zts && 'enable' || 'disable' }}-zts
/PHP-8.0/ext/gd/tests/
H A Dimageconvolution_error3.phpt38 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
39 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dbug79067.phpt9 $matrix = [1, 1, 1, 1, 1, 1];
11 var_dump(imageaffine($src, $matrix));
H A Dbug47946.phpt25 function makeFilter($resource, $matrix, $offset = 1.0)
27 $divisor = array_sum(array_flatten($matrix));
31 return imageconvolution($resource, $matrix, $divisor, $offset);
H A Dimageconvolution_error2.phpt30 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/PHP-8.0/ext/opcache/tests/jit/
H A Dbug80861.phpt103 // simple driver code - fills up a 2D bool matrix and calls the static matrix constructing function…
/PHP-8.0/
H A D.appveyor.yml32 matrix:
/PHP-8.0/ext/gd/libgd/
H A Dgdft.c820 FT_Matrix matrix; local
910 matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
911 matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
912 matrix.xy = -matrix.yx;
913 matrix.yy = matrix.xx;
1073 FT_Set_Transform(face, &matrix, NULL);
/PHP-8.0/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/PHP-8.0/ext/gd/
H A Dgd.stub.php233 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
H A Dgd_arginfo.h504 ZEND_ARG_TYPE_INFO(0, matrix, IS_ARRAY, 0)
H A Dgd.c3480 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local
3503 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
3511 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます30252 >0x00003B byte 0x02 (matrix)
30270 >0x00003B byte 0x02 (matrix)
30287 >0x00003B byte 0x02 (matrix)
30305 >0x00003B byte 0x02 (matrix)
30330 >0x00003B byte 0x06 (real matrix)
30331 >0x00003B byte 0x07 (complex matrix)
30363 >0x00003B byte 0x06 (real matrix)
30364 >0x00003B byte 0x07 (complex matrix)
30390 >0x000048 byte 0x06 (matrix)
30408 >0x000048 byte 0x06 (matrix)
[all …]
H A Dmagic30252 >0x00003B byte 0x02 (matrix)
30270 >0x00003B byte 0x02 (matrix)
30287 >0x00003B byte 0x02 (matrix)
30305 >0x00003B byte 0x02 (matrix)
30330 >0x00003B byte 0x06 (real matrix)
30331 >0x00003B byte 0x07 (complex matrix)
30363 >0x00003B byte 0x06 (real matrix)
30364 >0x00003B byte 0x07 (complex matrix)
30390 >0x000048 byte 0x06 (matrix)
30408 >0x000048 byte 0x06 (matrix)
[all …]

Completed in 232 milliseconds