Searched refs:floorf (Results 1 – 3 of 3) sorted by relevance
219 dnl check for fabsf and floorf which are available since C99220 AC_CHECK_FUNCS(fabsf floorf)
18 extern float floorf(float x);35 # ifndef floorf37 # define floorf(x) ((float)(floor(x))) macro2569 } else if (sy == floorf(sy2)) { in gdImageCopyResampled()2579 if (floorf(sx) == floor_cast(sx1)) { in gdImageCopyResampled()2585 } else if (sx == floorf(sx2)) { in gdImageCopyResampled()
74 # ifndef floorf76 # define floorf(x) ((float)(floor(x))) macro2150 const int angle_rounded = fmod((int) floorf(angle * 100), 360 * 100); in gdImageRotateInterpolated()
Completed in 23 milliseconds