Searched defs:ceild (Results 126 - 126 of 126) sorted by relevance

123456

/haiku-buildtools/cloog/test/
H A Dswim.good.c6 #define ceild(n,d) (((n)<0) ? -((-(n))/(d)) : ((n)+(d)-1)/(d)) macro

Completed in 98 milliseconds

123456