Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1485 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1495 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1, gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
1501 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local
1515 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()
2011 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2030 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2031 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()
2037 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local
2058 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()
2059 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()

Completed in 12 milliseconds