Searched defs:roundup (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/sys/
H A Dparam.h296 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dintervals.c724 ipow(double x, int n, int roundup) /* currently n > 0 */ argument

Completed in 33 milliseconds