Home
last modified time | relevance | path

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

/PHP-5.6/win32/
H A Dparam.h16 #define roundup(x,y) ((((x)+((y)-1))/(y))*(y)) macro
/PHP-5.6/ext/gd/libgd/
H A Dgdft.c753 gdroundupdown (FT_F26Dot6 v1, int roundup) argument
755 return (!roundup) ? v1 >> 6 : (v1 + 63) >> 6;

Completed in 10 milliseconds