Searched refs:f_fp1 (Results 1 – 1 of 1) sorted by relevance
1544 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1551 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()1560 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local1569 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()2072 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2082 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2083 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()2098 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local2110 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()2111 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
Completed in 19 milliseconds