Searched refs:f_6 (Results 1 – 1 of 1) sorted by relevance
/PHP-7.3/ext/gd/libgd/ |
H A D | gd_interpolation.c | 1389 const gdFixed f_6 = gd_itofx(6); in gdImageScaleBicubicFixed() local 1553 f_RY = gd_divfx((f_a - gd_mulfx(f_4,f_b) + gd_mulfx(f_6,f_c) - gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed() 1573 f_RX = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed() 1909 const gdFixed f_6 = gd_itofx(6); in gdImageRotateBicubicFixed() local 2089 f_RY = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageRotateBicubicFixed() 2118 f_RX = gd_divfx((f_a - gd_mulfx(f_4, f_b) + gd_mulfx(f_6, f_c) - gd_mulfx(f_4, f_d)), f_6); in gdImageRotateBicubicFixed()
|
Completed in 16 milliseconds