HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 476 - 500 of 1498) sorted by null

<<11121314151617181920>>

  /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);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 368 int width = (int) Math.ceil(Math.max(
370 int height = (int) Math.ceil(Math.max(
375 int right = (int) Math.ceil(left + width / scale);
376 int bottom = (int) Math.ceil(top + height / scale);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageRenderer.java 368 int width = (int) Math.ceil(Math.max(
370 int height = (int) Math.ceil(Math.max(
375 int right = (int) Math.ceil(left + width / scale);
376 int bottom = (int) Math.ceil(top + height / scale);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 178 (int) Math.ceil(Layout.getDesiredWidth(text, paint)),
  /prebuilts/clang/darwin-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationAttributesPart.java 119 int n2 = (int) Math.ceil(n / 2.0);
  /external/libcxx/include/
cmath 66 floating_point ceil (arithmetic x);
744 // ceil
746 using ::ceil;
750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);}
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);}
    [all...]
  /libcore/luni/src/main/java/java/lang/
Math.java 215 * <li>{@code ceil(+0.0) = +0.0}</li>
216 * <li>{@code ceil(-0.0) = -0.0}</li>
217 * <li>{@code ceil((anything in range (-1,0)) = -0.0}</li>
218 * <li>{@code ceil(+infinity) = +infinity}</li>
219 * <li>{@code ceil(-infinity) = -infinity}</li>
220 * <li>{@code ceil(NaN) = NaN}</li>
223 public static native double ceil(double d); method in class:Math
    [all...]
StrictMath.java 222 * <li>{@code ceil(+0.0) = +0.0}</li>
223 * <li>{@code ceil(-0.0) = -0.0}</li>
224 * <li>{@code ceil((anything in range (-1,0)) = -0.0}</li>
225 * <li>{@code ceil(+infinity) = +infinity}</li>
226 * <li>{@code ceil(-infinity) = -infinity}</li>
227 * <li>{@code ceil(NaN) = NaN}</li>
230 public static native double ceil(double d); method in class:StrictMath
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 66 floating_point ceil (arithmetic x);
744 // ceil
746 using ::ceil;
750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);}
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 66 floating_point ceil (arithmetic x);
744 // ceil
746 using ::ceil;
750 inline _LIBCPP_INLINE_VISIBILITY float ceil(float __x) _NOEXCEPT {return ceilf(__x);}
751 inline _LIBCPP_INLINE_VISIBILITY long double ceil(long double __x) _NOEXCEPT {return ceill(__x);}
757 ceil(_A1 __x) _NOEXCEPT {return ceil((double)__x);}
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Initialize.cpp 134 symbolTable.insertBuiltIn(COMMON_BUILTINS, float1, "ceil", float1);
135 symbolTable.insertBuiltIn(COMMON_BUILTINS, float2, "ceil", float2);
136 symbolTable.insertBuiltIn(COMMON_BUILTINS, float3, "ceil", float3);
137 symbolTable.insertBuiltIn(COMMON_BUILTINS, float4, "ceil", float4);
    [all...]
  /external/deqp/android/cts/
es31-lmp-mr1.txt 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr
    [all...]
es31-lmp.txt 397 dEQP-GLES31.functional.shaders.builtin_functions.common.ceil.float_lowp_geometr
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform.c 476 int x_n = ceil(linear_r * (transform->grid_size-1));
477 int y_n = ceil(linear_g * (transform->grid_size-1));
478 int z_n = ceil(linear_b * (transform->grid_size-1));
542 int x_n = ceil(linear_r * (transform->grid_size-1));
543 int y_n = ceil(linear_g * (transform->grid_size-1));
544 int z_n = ceil(linear_b * (transform->grid_size-1));
661 int x_n = ceil(linear_r * (transform->grid_size-1));
662 int y_n = ceil(linear_g * (transform->grid_size-1));
663 int z_n = ceil(linear_b * (transform->grid_size-1));
    [all...]
  /external/llvm/test/CodeGen/AArch64/
arm64-vcvt.ll 435 %tmp3 = call <2 x float> @llvm.ceil.v2f32(<2 x float> %A)
444 %tmp3 = call <4 x float> @llvm.ceil.v4f32(<4 x float> %A)
453 %tmp3 = call <2 x double> @llvm.ceil.v2f64(<2 x double> %A)
457 declare <2 x float> @llvm.ceil.v2f32(<2 x float>) nounwind readnone
458 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone
459 declare <2 x double> @llvm.ceil.v2f64(<2 x double>) nounwind readnone
  /external/llvm/test/Transforms/BBVectorize/
simple-int.ll 10 declare double @llvm.ceil.f64(double)
190 ; Basic depth-3 chain with ceil
194 %Y1 = call double @llvm.ceil.f64(double %X1)
195 %Y2 = call double @llvm.ceil.f64(double %X2)
206 ; CHECK: %Y1 = call <2 x double> @llvm.ceil.v2f64(<2 x double> %X1)
496 ; CHECK: declare <2 x double> @llvm.ceil.v2f64(<2 x double>) #0
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 282 y = ceil(x);
289 if (y == ceil(y))
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwLayoutSizerTest.java 374 assertFalse((int) Math.ceil(measuredWidth / dipScale) == contentWidth);
375 assertFalse((int) Math.ceil(measuredHeight / dipScale) == contentHeight);

Completed in 7219 milliseconds

<<11121314151617181920>>