Home
last modified time | relevance | path

Searched defs:CEIL (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dsystem.h348 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsystem.h387 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro