HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 276 - 300 of 1738) sorted by null

<<11121314151617181920>>

  /external/llvm/test/CodeGen/AArch64/
floatdp_1source.ll 14 declare double @ceil(double) readonly
83 %valceil = call double @ceil(double %val1)
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/
rounding-ops.ll 70 %call = tail call double @ceil(double %x) nounwind readnone
80 declare double @ceil(double) nounwind readnone
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/opencv3/3rdparty/openexr/IlmImf/
ImfZipCompressor.cpp 68 size_t (ceil (maxInBytes * 0.01))),
154 uLongf outSize = int(ceil(inSize * 1.01)) + 100;
  /external/opencv3/modules/calib3d/src/
checkchessboard.cpp 187 const int black_count = cvRound(ceil(size.width/2.0)*ceil(size.height/2.0));
  /external/opencv3/modules/features2d/src/
akaze.cpp 116 return (int)ceil(t / 8.);
121 return (int)ceil(descriptor_size / 8.);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jutils.c 73 /* Compute a/b rounded up to next integer, ie, ceil(a/b) */
82 /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth);
190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
  /external/skia/include/private/
SkFloatingPoint.h 117 #define sk_double_ceil(x) ceil(x)
120 #define sk_double_ceil2int(x) (int)ceil(x)
  /external/v8/test/mjsunit/wasm/
asm-wasm-f32.js 11 var Math_ceil = stdlib.Math.ceil;
48 const Math_ceil = Math.ceil;
  /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/design/lollipop/android/support/design/widget/
FloatingActionButtonLollipop.java 176 final int hPadding = (int) Math.ceil(
178 final int vPadding = (int) Math.ceil(
  /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/gingerbread/android/support/v7/widget/
CardViewGingerbread.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
  /tools/test/connectivity/acts/tests/google/ble/gatt/
GattReadTest.py 27 from math import ceil namespace
122 num_packets = ceil((len(char_value) + 1) / (self.mtu - 1))
  /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]);

Completed in 3687 milliseconds

<<11121314151617181920>>