Searched refs:f_fp2 (Results 1 – 1 of 1) sorted by relevance
1545 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local1550 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2, gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()1561 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local1567 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()2073 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local2078 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()2079 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()2099 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local2106 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()2107 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
Completed in 12 milliseconds