/external/v8/test/webkit/fast/js/kde/ |
math-expected.txt | 45 PASS Math.ceil(1.1) is 2 47 PASS Math.ceil(1.6) is 2
|
math.js | 54 shouldBe("Math.ceil(1.1)", "2"); 56 shouldBe("Math.ceil(1.6)", "2");
|
/external/webrtc/webrtc/modules/desktop_capture/mac/ |
desktop_configuration.mm | 37 static_cast<int>(ceil(ns_rect.origin.x + ns_rect.size.width)), 38 static_cast<int>(ceil(ns_rect.origin.y + ns_rect.size.height)));
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 99 outline.setRoundRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CropFilter.java | 92 int[] croppedDims = { (int)Math.ceil(mCropRect.xEdge().length() * inDims[0]), 93 (int)Math.ceil(mCropRect.yEdge().length() * inDims[1]) };
|
/frameworks/support/v7/cardview/api21/android/support/v7/widget/ |
RoundRectDrawable.java | 113 mBoundsI.inset((int) Math.ceil(hInset), (int) Math.ceil(vInset));
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
CardViewEclairMr1.java | 100 cardView.setMinWidthHeightInternal((int) Math.ceil(getMinWidth(cardView)), 101 (int) Math.ceil(getMinHeight(cardView)));
|
/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/AArch64/ |
round-conv.ll | 108 %call = call double @ceil(double %a) nounwind readnone 118 %call = call double @ceil(double %a) nounwind readnone 148 %call = call double @ceil(double %a) nounwind readnone 158 %call = call double @ceil(double %a) nounwind readnone 326 declare double @ceil(double) nounwind readnone
|
/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
|
/external/chromium-trace/catapult/tracing/tracing/extras/importer/ |
battor_importer.html | 190 var syncNumSamples = Math.ceil( 195 var sampleStartIdx = Math.ceil( 198 var sampleEndIdx = Math.ceil(
|
/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/opencv3/3rdparty/openexr/Imath/ |
ImathMath.h | 115 static T ceil (T x) {return ::ceil (double(x));} function in struct:Imath::Math 142 static float ceil (float x) {return ::ceilf (x);} function in struct:Imath::Math
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_HighLevelEncoder.cpp | 196 (FX_FLOAT)ceil(charCounts[ASCII_ENCODATION]);
200 (FX_FLOAT)ceil(charCounts[ASCII_ENCODATION]);
332 intCharCounts[i] = (int32_t)ceil(charCounts[i]);
|
/external/webrtc/webrtc/common_video/libyuv/ |
libyuv_unittest.cc | 181 EXPECT_GT(ceil(psnr), 44); 249 EXPECT_GT(ceil(psnr), 40); 266 EXPECT_GT(ceil(psnr), 42);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/ |
CropView.java | 205 mCenterX += Math.ceil(edges.left / scale); 302 adjustment[1] = (float) Math.ceil(edges.top / scale); 307 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
LinearSmoothScroller.java | 174 return (int) Math.ceil(calculateTimeForScrolling(dx) / .3356); 186 // To avoid that issue, ceil the result so that if dx > 0, we'll always return positive 188 return (int) Math.ceil(Math.abs(dx) * MILLISECONDS_PER_PX);
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/ |
CropView.java | 213 mCenterX += Math.ceil(edges.left / scale); 314 adjustment[1] = (float) Math.ceil(edges.top / scale); 319 if (coef[dim] > 0) adjustment[dim] = (float) Math.ceil(adjustment[dim]);
|
/bionic/libm/ |
libm.arm.map | 54 ceil;
|
libm.map.txt | 53 ceil;
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerification.java | 78 Math.ceil(Math.min(EVENT_GAP_THRESHOLD_MAX, mEventCount * EVENT_GAP_TOLERANCE));
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/ |
ElitisticListPopulation.java | 81 int boundIndex = (int) FastMath.ceil((1.0 - this.getElitismRate()) * oldChromosomes.size());
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/ |
exception_formatter.py | 107 target[-int(math.ceil(half_length)):])
|