Searched refs:f_fm1 (Results 1 – 1 of 1) sorted by relevance
1543 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local1553 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1, gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()1559 const gdFixed f_fm1 = f - f_1; in gdImageScaleBicubicFixed() local1573 if (f_fm1 > 0) f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageScaleBicubicFixed()2071 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local2090 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()2091 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()2097 const gdFixed f_fm1 = f - f_1; in gdImageRotateBicubicFixed() local2118 if (f_fm1 > 0) { in gdImageRotateBicubicFixed()2119 f_d = gd_mulfx(f_fm1,gd_mulfx(f_fm1,f_fm1)); in gdImageRotateBicubicFixed()
Completed in 13 milliseconds