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

  /packages/apps/Calculator/
arity-2.1.2.jar 
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmutils.h 406 #define CEIL(x, y) (((x) + ((y)-1)) / (y))
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 324 #define CEIL(x,y) (((x) + (y) - 1) / (y))
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 99 milliseconds