Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c1503 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1513 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1, gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
1519 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1533 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
2029 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2048 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2049 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()
2055 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2076 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2077 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()

Completed in 14 milliseconds