Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/
H A Dconfig.m4171 dnl check for fabsf and floorf which are available since C99
172 AC_CHECK_FUNCS(fabsf floorf)
/PHP-8.1/ext/gd/libgd/
H A Dgd.c18 extern float floorf(float x);
35 # ifndef floorf
37 # define floorf(x) ((float)(floor(x))) macro
2569 } else if (sy == floorf(sy2)) { in gdImageCopyResampled()
2579 if (floorf(sx) == floor_cast(sx1)) { in gdImageCopyResampled()
2585 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
H A Dgd_interpolation.c74 # ifndef floorf
76 # define floorf(x) ((float)(floor(x))) macro
2120 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()

Completed in 27 milliseconds