Searched refs:m3 (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 186 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); 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-7.0/ext/standard/tests/array/ |
H A D | bug34227.phpt | 15 $this->m3(); 18 function m3()
|
/PHP-7.0/Zend/ |
H A D | bench.php | 279 $m3 = array(); 286 $m3[$i][$j] = $x; 289 return($m3);
|
/PHP-7.0/ext/gd/libgd/ |
H A D | gd_interpolation.c | 766 const double m3 = xf * nyf; in getPixelInterpolateWeight() local 781 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight() 782 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight() 783 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight() 784 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight() 786 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight() 787 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight() 788 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight() 789 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
|
Completed in 14 milliseconds