HomeSort by relevance Sort by last modified time
    Searched defs:CEIL (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 349 #define CEIL(x,y) (((x) + (y) - 1) / (y))
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 619 #define CEIL(x, y) (((x) + ((y) - 1)) / (y))
  /packages/apps/Calculator/
arity-2.1.2.jar 

Completed in 175 milliseconds