HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 51 - 75 of 247) sorted by null

1 23 4 5 6 7 8 910

  /frameworks/base/awt/java/awt/
Dimension.java 167 setSize((int)Math.ceil(width), (int)Math.ceil(height));
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
  /external/iproute2/tc/
q_hfsc.c 370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */
384 sc->d = tc_core_time2ktime(ceil(dmax - umax * TIME_UNITS_PER_SEC / rate));
  /external/webkit/JavaScriptCore/runtime/
MathObject.cpp 72 ceil mathProtoFuncCeil DontEnum|Function 1
142 return jsNumber(exec, ceil(args.at(0).toNumber(exec)));
221 double integer = ceil(arg);
  /bionic/libm/man/
rint.3 75 .Xr ceil 3 ,
math.3 119 ceil integer no less than
138 .Fn ceil ,
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 93 // we need to integralize radius for our margin, so take the ceil
  /external/v8/test/mjsunit/
function-names.js 81 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor",
  /external/webkit/WebCore/platform/graphics/android/
FontDataAndroid.cpp 51 // use ceil instead of round to favor descent, given a lot of accidental
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /sdk/traceview/src/com/android/traceview/
TickScaler.java 95 return (int) Math.ceil(mPixelsPerRange * (value - mMinVal) - 0.5);
  /frameworks/base/awt/java/awt/geom/
RectangularShape.java 279 int x2 = (int)Math.ceil(getMaxX());
280 int y2 = (int)Math.ceil(getMaxY());
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
156 ceil(1 + pmax * log10(b)) otherwise
tgmath.h 129 #define ceil(x) __TGMATH_REAL(x, ceil) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise

Completed in 383 milliseconds

1 23 4 5 6 7 8 910