Searched
full:ceil (Results
351 -
375 of
1498) sorted by null
<<11121314151617181920>>
/prebuilts/ndk/9/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))));
|
/external/chromium_org/chrome/browser/ui/cocoa/autofill/ |
password_generation_popup_view_cocoa.mm | 207 std::ceil((controller_->kPopupPasswordSectionHeight / 2.0) - 221 std::ceil((controller_->kPopupPasswordSectionHeight / 2.0) -
|
/external/chromium_org/components/favicon_base/ |
favicon_util.cc | 58 int pixel_size = std::ceil(favicon_size * favicon_scales[i]); 217 int desired_size_in_pixel = std::ceil(favicon_size * scale);
|
/external/chromium_org/mojo/services/html_viewer/ |
blink_platform_impl.cc | 127 // This results in measurable performance degradation unless we use ceil() to 130 ceil(interval_seconds * base::Time::kMillisecondsPerSecond)
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
SimpleFontData.cpp | 116 // Nasty hack to determine if we should round or ceil space widths. 117 // If the font is monospace or fake monospace we ceil to ensure that
|
/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/mips2/ |
invalid-mips3.s | 8 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/pixman/pixman/ |
pixman-filter.c | 231 *width = ceil (size); 251 x1 = ceil (frac - *width / 2.0 - 0.5);
|
/external/skia/src/gpu/effects/ |
GrConfigConversionEffect.cpp | 43 "\t\t%s = vec4(ceil(%s.%s * %s.a * 255.0) / 255.0, %s.a);\n", 56 builder->fsCodeAppendf("\t\t%s = %s.a <= 0.0 ? vec4(0,0,0,0) : vec4(ceil(%s.%s / %s.a * 255.0) / 255.0, %s.a);\n",
|
/frameworks/base/libs/hwui/ |
Rect.h | 207 * conservatively rounding out the bounds with floor/ceil. 209 * In order to avoid changing integer bounds with floor/ceil due to rounding errors
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
FakeShadowDrawable.java | 135 int vOffset = (int) Math.ceil(calculateVerticalPadding(mRawMaxShadowSize, mCornerRadius, 137 int hOffset = (int) Math.ceil(calculateHorizontalPadding(mRawMaxShadowSize, mCornerRadius,
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/ |
BitmapUtils.java | 75 (int) FloatMath.ceil(FloatMath.sqrt((float) (w * h) / maxNumOfPixels)); 110 int initialSize = Math.max(1, (int) FloatMath.ceil(1 / scale));
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
BitmapUtils.java | 75 (int) FloatMath.ceil(FloatMath.sqrt((float) (w * h) / maxNumOfPixels)); 110 int initialSize = Math.max(1, (int) FloatMath.ceil(1 / scale));
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/common/ |
BitmapUtils.java | 75 (int) FloatMath.ceil(FloatMath.sqrt((float) (w * h) / maxNumOfPixels)); 110 int initialSize = Math.max(1, (int) FloatMath.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.8/lib/gcc/aarch64-linux-android/4.8/include/ |
float.h | 68 ceil(log10(b) * (emin - 1)) 153 ceil(1 + pmax * log10(b)) otherwise
|
/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-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
float.h | 68 ceil(log10(b) * (emin - 1)) 153 ceil(1 + pmax * log10(b)) otherwise
|
tgmath.h | 126 #define ceil(x) __TGMATH_REAL(x, ceil) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/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.8/lib/gcc/mips64el-linux-android/4.8/include/ |
float.h | 68 ceil(log10(b) * (emin - 1)) 153 ceil(1 + pmax * log10(b)) otherwise
|
/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/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include/ |
float.h | 68 ceil(log10(b) * (emin - 1)) 153 ceil(1 + pmax * log10(b)) otherwise
|
Completed in 839 milliseconds
<<11121314151617181920>>