Searched refs:f_fp1 (Results 1 – 1 of 1) sorted by relevance
1497 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1504 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()1513 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1522 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()2023 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2033 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2034 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()2049 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2061 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2062 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
Completed in 12 milliseconds