Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/libgd/
H A Dgd_interpolation.c1496 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1503 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1512 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1521 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
2022 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2032 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2033 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2048 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2060 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2061 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()

Completed in 14 milliseconds