Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dsystem.h402 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dsystem.h393 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro