Lines Matching refs:f_b

1139 				const gdFixed f_b = gd_mulfx(f_j, f_dx);  in gdImageScaleNearestNeighbour()  local
1141 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1150 const gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleNearestNeighbour() local
1152 const long n = gd_fxtoi(f_b); in gdImageScaleNearestNeighbour()
1205 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearPalette() local
1207 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearPalette()
1209 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearPalette()
1296 gdFixed f_b = gd_mulfx(f_j, f_dx); in gdImageScaleBilinearTC() local
1298 const long n = gd_fxtoi(f_b); in gdImageScaleBilinearTC()
1300 gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBilinearTC()
1405 const gdFixed f_b = gd_mulfx(gd_itofx(j), f_dx); in gdImageScaleBicubicFixed() local
1407 const long n = gd_fxtoi(f_b); in gdImageScaleBicubicFixed()
1409 const gdFixed f_g = f_b - gd_itofx(n); in gdImageScaleBicubicFixed()
1528 register gdFixed f_a = 0, f_b = 0, f_d = 0, f_c = 0; in gdImageScaleBicubicFixed() local
1533 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1537 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()
1544 register gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageScaleBicubicFixed() local
1551 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1557 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()
2054 gdFixed f_a = 0, f_b = 0,f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2063 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2073 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()
2080 gdFixed f_a = 0, f_b = 0, f_c = 0, f_d = 0; in gdImageRotateBicubicFixed() local
2091 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2102 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()