Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/libgd/
H A Dgd_interpolation.c1504 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1511 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1, gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
1520 const gdFixed f_fp1 = f + f_1; in gdImageScaleBicubicFixed() local
1529 if (f_fp1 > 0) f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageScaleBicubicFixed()
2030 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2040 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2041 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()
2056 const gdFixed f_fp1 = f + f_1; in gdImageRotateBicubicFixed() local
2068 if (f_fp1 > 0) { in gdImageRotateBicubicFixed()
2069 f_b = gd_mulfx(f_fp1,gd_mulfx(f_fp1,f_fp1)); in gdImageRotateBicubicFixed()

Completed in 14 milliseconds