Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dsystem.h243 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h324 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro