/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
CropView.java | 206 mCenterX += Math.ceil(edges.left / scale); 303 adjustment[1] = FloatMath.ceil(edges.top / scale); 308 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 | 57 " return Math.ceil(stop - start_);"
|
/external/chromium_org/media/base/ |
audio_hardware_config.cc | 110 std::ceil(twenty_ms_size / output_params_.frames_per_buffer()) *
|
/external/chromium_org/media/blink/ |
webmediaplayer_util.cc | 29 microseconds > 0 ? microseconds + 0.5 : ceil(microseconds - 0.5));
|
/external/chromium_org/pdf/pdfium/ |
pdfium_page.cc | 448 static_cast<int>(ceil(rect_.width() * zoom)), 449 static_cast<int>(ceil(rect_.height() * zoom)), 455 static_cast<int>(ceil(rect_.width() * zoom)), 456 static_cast<int>(ceil(rect_.height() * zoom)),
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 118 OP11(CEIL)
|
/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/tools/telemetry/telemetry/util/ |
exception_formatter.py | 105 target[-int(math.ceil(half_length)):])
|
/external/chromium_org/v8/test/mjsunit/ |
function-names.js | 81 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor",
|
/external/fio/ |
tickmarks.c | 104 graphmax = ceil(max / d) * d;
|
/external/libvpx/libvpx/vp9/common/ |
vp9_tapify.py | 24 return int(math.ceil(b))
|
/external/llvm/test/MC/Mips/mips1/ |
invalid-mips4.s | 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
invalid-mips5.s | 10 ceil.l.d $f1,$f3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 ceil.l.s $f18,$f13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/test/MC/Mips/mips3/ |
valid.s | 29 ceil.l.d $f1,$f3 30 ceil.l.s $f18,$f13 31 ceil.w.d $f11,$f25 32 ceil.w.s $f6,$f20
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_opcode_tmp.h | 118 OP11(CEIL)
|
/frameworks/base/core/java/android/util/ |
FloatMath.java | 49 public static native float ceil(float value); method in class:FloatMath
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
SwipeHelper.java | 206 (int) Math.ceil(childBounds.right), 207 (int) Math.ceil(childBounds.bottom)); 211 + "," + (int) Math.ceil(childBounds.right) 212 + "," + (int) Math.ceil(childBounds.bottom));
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 43 IMPORT_F32_FN_F32(ceil)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_tapify.py | 24 return int(math.ceil(b))
|
/hardware/invensense/60xx/mlsdk/platform/include/ |
mlmath.h | 67 #define ceil(x) ml_ceil(x) macro
|
/libcore/luni/src/main/native/ |
java_lang_StrictMath.cpp | 128 NATIVE_METHOD(StrictMath, ceil, "!(D)D"),
|
/libcore/luni/src/test/java/libcore/java/math/ |
RunCSVTests.java | 29 funcUlps.put("ceil", 0.0);
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
SwipeHelper.java | 203 (int) Math.ceil(childBounds.right), 204 (int) Math.ceil(childBounds.bottom)); 208 + "," + (int) Math.ceil(childBounds.right) 209 + "," + (int) Math.ceil(childBounds.bottom));
|