Searched refs:f_fp1 (Results 1 – 1 of 1) sorted by relevance
1624 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1631 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()1640 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1649 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()2152 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2162 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2163 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()2178 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2190 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2191 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
Completed in 10 milliseconds