HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 351 - 375 of 1622) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp 159 m_max_col = size_type(std::ceil(std::sqrt(2 * m_load * std::log(ln_arg))));
  /art/runtime/
leb128.h 103 // bytes = ceil(bits_to_encode / 7.0); // (6 + bits_to_encode) / 7
105 // Division by 7 is done by (x * 37) >> 8 where 37 = ceil(256 / 7).
  /external/eigen/Eigen/src/Core/
IO.h 130 using std::ceil;
132 return cast<RealScalar,int>(ceil(-log(NumTraits<RealScalar>::epsilon())/log(RealScalar(10))));
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2.s 20 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
21 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/llvm/test/MC/Mips/mips32r2/
valid-xfail.s 59 ceil.l.d $f1,$f3
60 ceil.l.s $f18,$f13
  /external/llvm/test/MC/Mips/mips32r3/
valid-xfail.s 59 ceil.l.d $f1,$f3
60 ceil.l.s $f18,$f13
  /external/llvm/test/MC/Mips/mips32r5/
valid-xfail.s 59 ceil.l.d $f1,$f3
60 ceil.l.s $f18,$f13
  /external/opencv3/3rdparty/libjpeg/
jutils.c 125 /* Compute a/b rounded up to next integer, ie, ceil(a/b) */
134 /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
  /external/skia/include/core/
SkScalar.h 82 #define SkScalarCeilToScalar(x) ceil(x)
86 #define SkScalarCeilToInt(x) (int)ceil(x)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 136 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius,
138 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius,
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 74 (int) Math.ceil(Math.sqrt((double) (w * h) / maxNumOfPixels));
109 int initialSize = Math.max(1, (int) Math.ceil(1 / scale));
  /frameworks/base/tools/layoutlib/bridge/src/android/text/
StaticLayout_Delegate.java 143 List<Integer> breaks = new ArrayList<Integer>((int) Math.ceil(length / 5d));
180 List<Primitive> primitives = new ArrayList<Primitive>(((int) Math.ceil(length * 1.833)));
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
Illustration.java 171 mBackground.setBounds(0, 0, (int) Math.ceil(layoutWidth / mScale),
172 (int) Math.ceil((layoutHeight - mIllustrationBounds.height()) / mScale));
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentModuleUI.java 75 * Use Math.ceil here to make the width 1346.
77 params.width = (int) Math.ceil((double) previewArea.width());
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 74 (int) Math.ceil(Math.sqrt((double) (w * h) / maxNumOfPixels));
109 int initialSize = Math.max(1, (int) Math.ceil(1 / scale));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStrokeDrawingPoints.java 146 final int segmentsByAngle = (int)Math.ceil(
150 final int segmentsByDistance = (int)Math.ceil(deltaDistance
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 137 #define ceil(x) __TGMATH_REAL(x, ceil) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 137 #define ceil(x) __TGMATH_REAL(x, ceil) macro
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
float.h 68 ceil(log10(b) * (emin - 1))
153 ceil(1 + pmax * log10(b)) otherwise

Completed in 849 milliseconds

<<11121314151617181920>>