Home
last modified time | relevance | path

Searched refs:m1 (Results 1 – 21 of 21) sorted by relevance

/php-src/ext/gd/libgd/
H A Dgd_matrix.c125 dst0 = m1[0] * m2[0] + m1[1] * m2[2]; in gdAffineConcat()
126 dst1 = m1[0] * m2[1] + m1[1] * m2[3]; in gdAffineConcat()
127 dst2 = m1[2] * m2[0] + m1[3] * m2[2]; in gdAffineConcat()
128 dst3 = m1[2] * m2[1] + m1[3] * m2[3]; in gdAffineConcat()
129 dst4 = m1[4] * m2[0] + m1[5] * m2[2] + m2[4]; in gdAffineConcat()
130 dst5 = m1[4] * m2[1] + m1[5] * m2[3] + m2[5]; in gdAffineConcat()
326 fabs (m1[1] - m2[1]) < GD_EPSILON && in gdAffineEqual()
327 fabs (m1[2] - m2[2]) < GD_EPSILON && in gdAffineEqual()
328 fabs (m1[3] - m2[3]) < GD_EPSILON && in gdAffineEqual()
329 fabs (m1[4] - m2[4]) < GD_EPSILON && in gdAffineEqual()
[all …]
H A Dgd_gif_out.c713 register long m1 = -1; local
724 *(htab_p-9) = m1;
725 *(htab_p-8) = m1;
726 *(htab_p-7) = m1;
727 *(htab_p-6) = m1;
728 *(htab_p-5) = m1;
729 *(htab_p-4) = m1;
730 *(htab_p-3) = m1;
731 *(htab_p-2) = m1;
732 *(htab_p-1) = m1;
[all …]
H A Dgd_interpolation.c687 const double m1 = xf * yf; in getPixelInterpolateWeight() local
704 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
705 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
706 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
707 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
709 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
710 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
711 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
712 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
H A Dgd.h906 int gdAffineConcat (double dst[6], const double m1[6], const double m2[6]);
/php-src/Zend/tests/traits/bugs/
H A Dalias01.phpt6 function m1() { echo "T:m1\n"; }
11 use T1 { m1 as a1; }
15 $o->m1();
22 T:m1
23 T:m1
/php-src/ext/reflection/tests/
H A Dtraits005.phpt5 trait T1 { function m1() { } function m2() { } }
9 class C3 { use T1 { m1 as a1; } }
10 class C4 { use T1 { m1 as a1; m2 as a2; } }
32 string(6) "T1::m1"
38 string(6) "T1::m1"
/php-src/ext/sodium/tests/
H A Dcrypto_shorthash.phpt7 $m1 = 'message';
9 $h1 = sodium_crypto_shorthash($m1, $k1);
12 $h2 = sodium_crypto_shorthash($m1, $k2);
19 sodium_crypto_shorthash($m1, $k1 . $k2);
/php-src/Zend/tests/anon/
H A D010.phpt7 public function m1() { return 42; }
19 var_dump($c->m1());
/php-src/ext/standard/tests/
H A Dbug64370_var2.phpt9 $m1 = microtime(true);
10 $d = $m1 - $m0;
/php-src/Zend/tests/
H A Dmemory_reset_peak_usage.phpt16 var_dump(($m1 = memory_get_peak_usage()) > $m0);
19 var_dump(memory_get_peak_usage() < $m1);
/php-src/ext/standard/tests/streams/
H A Dbug81659.phpt15 $m1 = memory_get_peak_usage();
16 var_dump($m1 < $m0 + 512 * 1024);
/php-src/ext/pcre/tests/
H A Dbug76909.phpt17 $n1 = preg_match($reg1, $data, $m1);
19 var_dump($n0, $n1, count($m0), count($m1));
/php-src/ext/standard/tests/hrtime/
H A Dhrtime.phpt12 $m1 = microtime(true);
14 $d0 = ($m1 - $m0)*1000000000.0;
/php-src/ext/bcmath/libbcmath/src/
H A Drecmul.c166 bc_num m1, m2, m3; in _bc_rec_mul() local
212 m1 = bc_copy_num(BCG(_zero_)); in _bc_rec_mul()
214 _bc_rec_mul(u1, u1->n_len, v1, v1->n_len, &m1); in _bc_rec_mul()
233 _bc_shift_addsub(*prod, m1, 2 * n, false); in _bc_rec_mul()
234 _bc_shift_addsub(*prod, m1, n, false); in _bc_rec_mul()
244 bc_free_num (&m1); in _bc_rec_mul()
/php-src/ext/standard/tests/array/
H A Dbug34227.phpt8 function m1()
67 $obj->m1();
/php-src/ext/date/lib/
H A Ddow.c50 timelib_sll c1, y1, m1, dow; in timelib_day_of_week_ex() local
57 m1 = timelib_is_leap(y) ? m_table_leap[m] : m_table_common[m]; in timelib_day_of_week_ex()
58 dow = positive_mod((c1 + y1 + m1 + (y1 / 4) + d), 7); in timelib_day_of_week_ex()
H A Dparse_posix.c439 int i, d, m1, yy0, yy1, yy2, dow; in calc_transition() local
444 m1 = (psi->mwd.month + 9) % 12 + 1; in calc_transition()
448 dow = ((26 * m1 - 2) / 10 + 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in calc_transition()
/php-src/Zend/
H A Dbench.php278 function mmult ($rows, $cols, $m1, $m2) { argument
284 $x += $m1[$i][$k] * $m2[$k][$j];
294 $m1 = mkmatrix($SIZE, $SIZE);
297 $mm = mmult($SIZE, $SIZE, $m1, $m2);
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m4818 : m1 {p1},
822 T1 m1;
/php-src/ext/gd/
H A Dgd.c3818 double m1[6]; in PHP_FUNCTION() local
3845 m1[i] = Z_LVAL_P(tmp); in PHP_FUNCTION()
3848 m1[i] = Z_DVAL_P(tmp); in PHP_FUNCTION()
3851 m1[i] = zval_get_double(tmp); in PHP_FUNCTION()
3877 if (gdAffineConcat (mr, m1, m2) != GD_TRUE) { in PHP_FUNCTION()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c825 sljit_ins m1 = (sljit_ins)(mask & 0xf) << 20; in SLJIT_S390X_INSTRUCTION() local
827 return 0xa7040000L | m1 | ri2; in SLJIT_S390X_INSTRUCTION()
832 sljit_ins m1 = (sljit_ins)(mask & 0xf) << 36; in SLJIT_S390X_INSTRUCTION() local
834 return 0xc00400000000L | m1 | ri2; in SLJIT_S390X_INSTRUCTION()

Completed in 247 milliseconds