HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 151 - 175 of 1128) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
158 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
float.h 71 ceil(log10(b) * (emin - 1))
158 ceil(1 + pmax * log10(b)) otherwise
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 129 ; The return value from ceil must be duped before being consumed by asm.
131 ; CHECK: ceil
140 %0 = call x86_fp80 @ceil(x86_fp80 %a)
145 declare x86_fp80 @ceil(x86_fp80)
152 ; Load %a from stack after ceil
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 58 #undef ceil
175 using ::ceil;
178 ceil(float __x)
182 ceil(long double __x)
188 ceil(_Tp __x)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 58 #undef ceil
175 using ::ceil;
178 ceil(float __x)
182 ceil(long double __x)
188 ceil(_Tp __x)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cmath 58 #undef ceil
175 using ::ceil;
178 ceil(float __x)
182 ceil(long double __x)
188 ceil(_Tp __x)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cmath 58 #undef ceil
175 using ::ceil;
178 ceil(float __x)
182 ceil(long double __x)
188 ceil(_Tp __x)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cmath 58 #undef ceil
175 using ::ceil;
178 ceil(float __x)
182 ceil(long double __x)
188 ceil(_Tp __x)
  /external/iproute2/tc/
q_hfsc.c 374 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) {
379 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */
388 sc->d = tc_core_time2ktime(ceil(dmax - umax * TIME_UNITS_PER_SEC / rate));
  /external/llvm/test/Transforms/InstCombine/
float-shrink-compare.ll 7 %2 = call double @ceil(double %1) nounwind readnone
92 %3 = call double @ceil(double %2) nounwind readnone
174 declare double @ceil(double) nounwind readnone
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
CropView.java 205 mCenterX += Math.ceil(edges.left / scale);
302 adjustment[1] = FloatMath.ceil(edges.top / scale);
307 if (coef[dim] > 0) adjustment[dim] = FloatMath.ceil(adjustment[dim]);
  /packages/apps/Launcher3/src/com/android/launcher3/
CropView.java 205 mCenterX += Math.ceil(edges.left / scale);
302 adjustment[1] = FloatMath.ceil(edges.top / scale);
307 if (coef[dim] > 0) adjustment[dim] = FloatMath.ceil(adjustment[dim]);
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
  /external/chromium_org/chrome/browser/resources/quota_internals/
event_handler.js 148 result = Math.ceil(delta / SECOND) + ' sec ago ';
150 result = Math.ceil(delta / MINUTE) + ' min ago ';
152 result = Math.ceil(delta / HOUR) + ' hr ago ';
154 result = Math.ceil(delta / DAY) + ' day ago ';
  /external/chromium_org/chrome/renderer/
benchmarking_extension.cc 53 " return Math.ceil(stop - start_);"
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 118 OP11(CEIL)
  /external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h 45 #define sk_float_ceil(x) (float)::ceil(x)
  /external/chromium_org/third_party/smhasher/src/
Platform.h 17 #include <math.h> // Has to be included before intrin.h or VC complains about 'ceil'
  /external/chromium_org/v8/test/mjsunit/
function-names.js 81 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor",
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LRUCache.java 54 int hashTableCapacity = (int) Math.ceil(cacheSize / LRUCache.hashTableLoadFactor) + 1;
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/
PerturbFilter.java 59 int origSize = (int) Math.ceil(workSize / (2 * this.magnitude + 1));
  /external/libvpx/libvpx/vp9/common/
vp9_tapify.py 24 return int(math.ceil(b))
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 118 OP11(CEIL)
  /external/skia/include/core/
SkFloatingPoint.h 45 #define sk_float_ceil(x) (float)::ceil(x)
  /external/v8/test/mjsunit/
function-names.js 81 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor",

Completed in 3269 milliseconds

1 2 3 4 5 67 8 91011>>