Home
last modified time | relevance | path

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

/PHP-8.0/ext/gd/libgd/
H A Dgd_interpolation.c1498 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local
1503 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2, gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
1514 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local
1520 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
2024 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local
2029 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()
2030 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
2050 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local
2057 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()
2058 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()

Completed in 12 milliseconds