Lines Matching refs:f_b

1110 				const gdFixed f_b = gd_mulfx(f_j, f_dx);  in gdImageScaleNearestNeighbour()  local
1112 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1121 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour() local
1123 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1176 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette() local
1178 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1180 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette()
1267 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC() local
1269 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearTC()
1271 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC()
1376 const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx); in gdImageScaleBicubicFixed() local
1378 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1380 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed()
1499 register gdFixed f_a = 0, f_b = 0, f_d = 0, f_c = 0; in gdImageScaleBicubicFixed() local
1504 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1508 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()
1515 register gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageScaleBicubicFixed() local
1522 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1528 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()
2025 gdFixed f_a = 0, f_b = 0,f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2034 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2044 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()
2051 gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2062 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2073 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()