Home
last modified time | relevance | path

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

/php-src/win32/
H A Dparam.h19 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) macro
/php-src/ext/gd/libgd/
H A Dgdft.c769 gdroundupdown (FT_F26Dot6 v1, int roundup) argument
771 return (!roundup) ? v1 >> 6 : (v1 + 63) >> 6;

Completed in 8 milliseconds