Home
last modified time | relevance | path

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

/PHP-7.2/ext/gd/libgd/
H A Dgd_interpolation.c1544 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()
1560 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1569 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
2072 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2082 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2083 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2098 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2110 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2111 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()

Completed in 19 milliseconds