Searched refs:f_fp2 (Results 1 – 1 of 1) sorted by relevance
1625 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local1630 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2, gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()1641 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local1647 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()2153 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local2158 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()2159 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()2179 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local2186 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()2187 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
Completed in 17 milliseconds