Searched defs:CEIL (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/
H A Dstor-layout.c33 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
H A Dexpmed.c49 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
H A Dexpr.c45 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
/haiku-buildtools/gcc/gcc/
H A Dsystem.h370 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dtree.c44 #define CEIL(x,y) (((x) + (y) - 1) / (y)) macro

Completed in 137 milliseconds