Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds