Home
last modified time | relevance | path

Searched refs:m3 (Results 1 – 4 of 4) sorted by relevance

/PHP-5.6/ext/bcmath/libbcmath/src/
H A Drecmul.c186 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local
245 m3 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul()
247 _bc_rec_mul (u0, u0->n_len, v0, v0->n_len, &m3, 0 TSRMLS_CC); in _bc_rec_mul()
257 _bc_shift_addsub (*prod, m3, n, 0); in _bc_rec_mul()
258 _bc_shift_addsub (*prod, m3, 0, 0); in _bc_rec_mul()
268 bc_free_num (&m3); in _bc_rec_mul()
/PHP-5.6/ext/standard/tests/array/
H A Dbug34227.phpt15 $this->m3();
18 function m3()
/PHP-5.6/Zend/
H A Dbench.php279 $m3 = array();
286 $m3[$i][$j] = $x;
289 return($m3);
/PHP-5.6/ext/gd/libgd/
H A Dgd_interpolation.c756 const double m3 = xf * nyf; in getPixelInterpolateWeight() local
771 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight()
772 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight()
773 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight()
774 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight()
776 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight()
777 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight()
778 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight()
779 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()

Completed in 22 milliseconds