Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_interpolation.c1517 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local
1522 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2, gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
1533 const gdFixed f_fp2 = f + f_2; in gdImageScaleBicubicFixed() local
1539 if (f_fp2 > 0) f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageScaleBicubicFixed()
2043 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local
2048 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()
2049 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()
2069 const gdFixed f_fp2 = f + f_2; in gdImageRotateBicubicFixed() local
2076 if (f_fp2 > 0) { in gdImageRotateBicubicFixed()
2077 f_a = gd_mulfx(f_fp2,gd_mulfx(f_fp2,f_fp2)); in gdImageRotateBicubicFixed()

Completed in 10 milliseconds