Home
last modified time | relevance | path

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

/PHP-7.0/ext/gd/
H A Dconfig.m4272 dnl check for fabsf and floorf which are available since C99
273 AC_CHECK_FUNCS(fabsf floorf)
/PHP-7.0/ext/gd/libgd/
H A Dgd.c17 extern float floorf(float x);
34 # ifndef floorf
36 # define floorf(x) ((float)(floor(x))) macro
2510 } else if (sy == floorf(sy2)) { in gdImageCopyResampled()
2520 if (floorf(sx) == floor_cast(sx1)) { in gdImageCopyResampled()
2526 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
H A Dgd_interpolation.c73 # ifndef floorf
75 # define floorf(x) ((float)(floor(x))) macro
2250 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()

Completed in 21 milliseconds