Lines Matching refs:f_a

1186 				const gdFixed f_a = gd_mulfx(f_i, f_dy);  in gdImageScaleNearestNeighbour()  local
1188 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1197 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleNearestNeighbour() local
1199 const long m = gd_fxtoi(f_a); in gdImageScaleNearestNeighbour()
1293 const gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearPalette() local
1294 register long m = gd_fxtoi(f_a); in gdImageScaleBilinearPalette()
1304 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearPalette()
1392 gdFixed f_a = gd_mulfx(f_i, f_dy); in gdImageScaleBilinearTC() local
1394 const gdFixed m = gd_fxtoi(f_a); in gdImageScaleBilinearTC()
1396 gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBilinearTC()
1502 const gdFixed f_a = gd_mulfx(gd_itofx(i), f_dy); in gdImageScaleBicubicFixed() local
1504 const long m = gd_fxtoi(f_a); in gdImageScaleBicubicFixed()
1506 const gdFixed f_f = f_a - gd_itofx(m); in gdImageScaleBicubicFixed()
1626 register gdFixed f_a = 0, f_b = 0, f_d = 0, f_c = 0; in gdImageScaleBicubicFixed() local
1630 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2, gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
1635 f_RY = gd_divfx((f_a - gd_mulfx(f_4,f_b) + gd_mulfx(f_6,f_c) - gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed()
1642 register gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageScaleBicubicFixed() local
1647 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
1655 f_RX = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageScaleBicubicFixed()
2154 gdFixed f_a = 0, f_b = 0,f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2159 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
2173 f_RY = gd_divfx((f_a-gd_mulfx(f_4,f_b)+gd_mulfx(f_6,f_c)-gd_mulfx(f_4,f_d)),f_6); in gdImageRotateBicubicFixed()
2180 gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2187 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
2202 f_RX = gd_divfx((f_a - gd_mulfx(f_4, f_b) + gd_mulfx(f_6, f_c) - gd_mulfx(f_4, f_d)), f_6); in gdImageRotateBicubicFixed()