Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1495 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1505 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1, gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
1511 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1525 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
2021 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2040 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2041 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()
2047 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2068 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2069 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()

Completed in 10 milliseconds