Searched refs:m3 (Results 1 – 6 of 6) sorted by relevance
/PHP-7.2/Zend/tests/traits/ |
H A D | bug74607.phpt | 7 abstract function m3($x); 11 function m3($x): int{}
|
H A D | bug74607a.phpt | 7 abstract function m3($x); 11 function m3($x, $y = 0){}
|
/PHP-7.2/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 177 bc_num m1, m2, m3, d1, d2; in _bc_rec_mul() local 236 m3 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul() 238 _bc_rec_mul (u0, u0->n_len, v0, v0->n_len, &m3, 0); in _bc_rec_mul() 248 _bc_shift_addsub (*prod, m3, n, 0); in _bc_rec_mul() 249 _bc_shift_addsub (*prod, m3, 0, 0); in _bc_rec_mul() 259 bc_free_num (&m3); in _bc_rec_mul()
|
/PHP-7.2/ext/standard/tests/array/ |
H A D | bug34227.phpt | 15 $this->m3(); 18 function m3()
|
/PHP-7.2/Zend/ |
H A D | bench.php | 279 $m3 = array(); 286 $m3[$i][$j] = $x; 289 return($m3);
|
/PHP-7.2/ext/gd/libgd/ |
H A D | gd_interpolation.c | 695 const double m3 = xf * nyf; in getPixelInterpolateWeight() local 710 …r = (int)(m1*gdTrueColorGetRed(c1) + m2*gdTrueColorGetRed(c2) + m3*gdTrueColorGetRed(c3) + m… in getPixelInterpolateWeight() 711 …g = (int)(m1*gdTrueColorGetGreen(c1) + m2*gdTrueColorGetGreen(c2) + m3*gdTrueColorGetGreen(c3) + m… in getPixelInterpolateWeight() 712 …b = (int)(m1*gdTrueColorGetBlue(c1) + m2*gdTrueColorGetBlue(c2) + m3*gdTrueColorGetBlue(c3) + m… in getPixelInterpolateWeight() 713 …a = (int)(m1*gdTrueColorGetAlpha(c1) + m2*gdTrueColorGetAlpha(c2) + m3*gdTrueColorGetAlpha(c3) + m… in getPixelInterpolateWeight() 715 r = (int)(m1*im->red[(c1)] + m2*im->red[(c2)] + m3*im->red[(c3)] + m4*im->red[(c4)]); in getPixelInterpolateWeight() 716 g = (int)(m1*im->green[(c1)] + m2*im->green[(c2)] + m3*im->green[(c3)] + m4*im->green[(c4)]); in getPixelInterpolateWeight() 717 b = (int)(m1*im->blue[(c1)] + m2*im->blue[(c2)] + m3*im->blue[(c3)] + m4*im->blue[(c4)]); in getPixelInterpolateWeight() 718 a = (int)(m1*im->alpha[(c1)] + m2*im->alpha[(c2)] + m3*im->alpha[(c3)] + m4*im->alpha[(c4)]); in getPixelInterpolateWeight()
|
Completed in 18 milliseconds