Home
last modified time | relevance | path

Searched refs:f_fp1 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/gd/libgd/
H A Dgd_interpolation.c1526 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1533 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1542 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1551 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
2052 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2062 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2063 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2078 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2090 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2091 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()

Completed in 16 milliseconds