Home
last modified time | relevance | path

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

/php-src/.github/workflows/
H A Dnightly.yml15 matrix-include: ${{ steps.set-matrix.outputs.matrix-include }}
16 windows-matrix-include: ${{ steps.set-matrix.outputs.windows-matrix-include }}
17 macos-matrix-include: ${{ steps.set-matrix.outputs.macos-matrix-include }}
63 matrix:
72 …name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEA…
107 …testArtifacts: ${{ matrix.branch.name }}_${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEAS…
152 matrix:
231 matrix:
233 …name: "${{ matrix.branch.name }}_MACOS_${{ matrix.arch }}_${{ matrix.debug && 'DEBUG' || 'RELEASE'…
349 matrix:
[all …]
H A Dpush.yml74 matrix:
82 …name: "LINUX_X64_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${…
92 if: ${{ matrix.asan }}
107 if: ${{ !matrix.asan }}
133 if: ${{ !matrix.asan }}
136 if: matrix.asan == false
143 …testArtifacts: ${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}${{
150 if: ${{ !matrix.asan }}
156 matrix:
163 runs-on: macos-${{ matrix.os }}
[all …]
/php-src/ext/gd/tests/
H A Dimageconvolution_error3.phpt36 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2] only has 2…
37 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array, matrix[2][2] cannot …
H A Dbug79067.phpt7 $matrix = [1, 1, 1, 1, 1, 1];
9 var_dump(imageaffine($src, $matrix));
H A Dbug47946.phpt29 function makeFilter($resource, $matrix, $offset = 1.0)
31 $divisor = array_sum(array_flatten($matrix));
35 return imageconvolution($resource, $matrix, $divisor, $offset);
H A Dimageconvolution_error2.phpt28 !! [ValueError] imageconvolution(): Argument #2 ($matrix) must be a 3x3 array
/php-src/ext/opcache/tests/jit/
H A Dgh12382.phpt27 $matrix = SplFixedArray::fromArray(
34 applyMaskPenaltyRule3($matrix);
35 applyMaskPenaltyRule3($matrix);
H A Dbug80861.phpt103 // simple driver code - fills up a 2D bool matrix and calls the static matrix constructing function…
/php-src/ext/gd/libgd/
H A Dgdft.c830 FT_Matrix matrix; local
920 matrix.xx = (FT_Fixed) (cos_a * (1 << 16));
921 matrix.yx = (FT_Fixed) (sin_a * (1 << 16));
922 matrix.xy = -matrix.yx;
923 matrix.yy = matrix.xx;
1083 FT_Set_Transform(face, &matrix, NULL);
/php-src/Zend/
H A Dbench.php292 function matrix($n) { function
413 matrix(20);
/php-src/ext/dba/tests/
H A Ddba_flatfile_creation_matrix.phpt2 DBA flatfile opening matrix of combination
H A Ddba_inifile_creation_matrix.phpt2 DBA INIFILE opening matrix of combination
H A Ddba_db4_creation_matrix.phpt2 DBA DB4 opening matrix of combination
H A Ddba_tcadb_creation_matrix.phpt2 DBA tcadb opening matrix of combination
H A Ddba_gdbm_creation_matrix.phpt2 DBA GDBM opening matrix of combination
H A Ddba_cdb_creation_matrix.phpt2 DBA CDB opening matrix of combination
H A Ddba_qdbm_creation_matrix.phpt2 DBA QDBM opening matrix of combination
H A Ddba_lmdb_creation_matrix.phpt2 DBA LMDB opening matrix of combination
/php-src/ext/gd/
H A Dgd.stub.php757 function imageconvolution(GdImage $image, array $matrix, float $divisor, float $offset): bool {} argument
H A Dgd.c3400 float matrix[3][3] = {{0,0,0}, {0,0,0}, {0,0,0}}; in PHP_FUNCTION() local
3423 matrix[i][j] = (float) zval_get_double(var2); in PHP_FUNCTION()
3431 res = gdImageConvolution(im_src, matrix, (float)div, (float)offset); in PHP_FUNCTION()
H A Dgd_arginfo.h518 ZEND_ARG_TYPE_INFO(0, matrix, IS_ARRAY, 0)
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます26012 # check for valid ASCII matrix name
37298 >0x00003B byte 0x02 (matrix)
37316 >0x00003B byte 0x02 (matrix)
37333 >0x00003B byte 0x02 (matrix)
37351 >0x00003B byte 0x02 (matrix)
37376 >0x00003B byte 0x06 (real matrix)
37377 >0x00003B byte 0x07 (complex matrix)
37409 >0x00003B byte 0x06 (real matrix)
37436 >0x000048 byte 0x06 (matrix)
37454 >0x000048 byte 0x06 (matrix)
[all …]
H A Dmagic26012 # check for valid ASCII matrix name
37298 >0x00003B byte 0x02 (matrix)
37316 >0x00003B byte 0x02 (matrix)
37333 >0x00003B byte 0x02 (matrix)
37351 >0x00003B byte 0x02 (matrix)
37376 >0x00003B byte 0x06 (real matrix)
37377 >0x00003B byte 0x07 (complex matrix)
37409 >0x00003B byte 0x06 (real matrix)
37436 >0x000048 byte 0x06 (matrix)
37454 >0x000048 byte 0x06 (matrix)
[all …]

Completed in 224 milliseconds