HomeSort by relevance Sort by last modified time
    Searched refs:ceil (Results 126 - 150 of 417) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/kernel/common/linux/
pkt_sched.h 237 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /development/ndk/platforms/android-3/include/
math.h 225 double ceil(double);
  /development/ndk/platforms/android-9/include/
math.h 225 double ceil(double);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 266 (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint)),
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 254 (CHUNK_SEPARATOR.length == 0 ? 0 : (int) Math.ceil((float) encodedDataLength / CHUNK_SIZE));
  /external/chromium/base/
message_pump_glib.cc 32 ceil((from - base::TimeTicks::Now()).InMillisecondsF()));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
LineGraph.java 79 int max= (int) (Math.ceil(maxItem * (maxItem < 0 ? 0.9 : 1.2)));
  /external/icu4c/test/perf/howExpensiveIs/
sieve.cpp 83 double ce = ceil(i);
  /external/iproute2/include/linux/
pkt_sched.h 257 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/jmonkeyengine/engine/src/android/jme3tools/android/
Fixed.java 408 * Equivalent to <code>Math.ceil()</code> in the standard library.
410 public static int ceil(int n) { method in class:Fixed
  /external/kernel-headers/original/linux/
pkt_sched.h 273 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
AACTrackImpl.java 266 int used = (int) Math.ceil(brb.getPosition() / 8.0);
  /external/v8/src/
cached-powers.cc 152 double k = ceil((min_exponent + kQ - 1) * kD_1_LOG2_10);
  /libcore/luni/src/main/java/java/lang/
RealToString.java 269 int k = (int) Math.ceil((e + p - 1) * invLogOfTenBaseTwo - 1e-10);
  /libcore/luni/src/main/java/java/util/
PriorityQueue.java 395 int capacity = (int) Math.ceil(c.size()
  /libcore/luni/src/main/native/
java_lang_RealToString.cpp 123 k = static_cast<int>(ceil ((e + p - 1) * INV_LOG_OF_TEN_BASE_2 - 1e-10));
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 311 int width = (int) Math.ceil(Math.max(
313 int height = (int) Math.ceil(Math.max(
318 int right = (int) FloatMath.ceil(left + width / scale);
319 int bottom = (int) FloatMath.ceil(top + height / scale);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 44 using std::tr1::ceil;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pkt_sched.h 246 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 44 using std::tr1::ceil;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 246 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pkt_sched.h 246 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 44 using std::tr1::ceil;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt

Completed in 946 milliseconds

1 2 3 4 56 7 8 91011>>