HomeSort by relevance Sort by last modified time
    Searched full:ceil (Results 126 - 150 of 1622) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/server/site_tests/video_VDAStressSetup/
video_VDAStressSetup.py 39 shard_size = int(math.ceil(video_count / float(shard_count)))
  /external/fonttools/Lib/fontTools/misc/
arrayTools.py 27 xMax = int(math.ceil(xMax))
29 yMax = int(math.ceil(yMax))
122 xMax = int(math.ceil(xMax))
123 yMax = int(math.ceil(yMax))
  /external/iproute2/man/man8/
tc-htb.8 23 .B [ ceil
119 ceil rate
126 .B ceil
138 Due to Unix timing constraints, the maximum ceil rate is not infinite and may in fact be quite low. On Intel,
  /external/llvm/test/Analysis/CostModel/X86/
intrinsic-cost.ll 15 %2 = call <4 x float> @llvm.ceil.v4f32(<4 x float> %wide.load)
25 ; CORE2: Cost Model: Found an estimated cost of 46 for instruction: %2 = call <4 x float> @llvm.ceil.v4f32(<4 x float> %wide.load)
28 ; COREI7: Cost Model: Found an estimated cost of 1 for instruction: %2 = call <4 x float> @llvm.ceil.v4f32(<4 x float> %wide.load)
32 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone
  /external/llvm/test/CodeGen/PowerPC/
qpx-rounding-ops.ll 59 %call = tail call <4 x float> @llvm.ceil.v4f32(<4 x float> %x) nounwind readnone
69 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone
72 %call = tail call <4 x double> @llvm.ceil.v4f64(<4 x double> %x) nounwind readnone
82 declare <4 x double> @llvm.ceil.v4f64(<4 x double>) nounwind readnone
rounding-ops.ll 67 %call = tail call double @ceil(double %x) nounwind readnone
76 declare double @ceil(double) nounwind readnone
  /external/llvm/test/CodeGen/SystemZ/
vec-round-01.ll 8 declare double @llvm.ceil.f64(double)
14 declare <2 x double> @llvm.ceil.v2f64(<2 x double>)
46 %res = call <2 x double> @llvm.ceil.v2f64(<2 x double> %val)
98 %res = call double @llvm.ceil.f64(double %scalar)
  /external/llvm/test/CodeGen/X86/
avx512-round.ll 22 %res = call <16 x float> @llvm.ceil.v16f32(<16 x float> %a)
25 declare <16 x float> @llvm.ceil.v16f32(<16 x float> %p)
30 %res = call <8 x double> @llvm.ceil.v8f64(<8 x double> %a)
33 declare <8 x double> @llvm.ceil.v8f64(<8 x double> %p)
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
BitReaderBuffer.java 31 buffer.position(initialPos + (int) Math.ceil((double) position / 8));
  /external/pdfium/xfa/src/fxbarcode/
BC_TwoDimWriter.cpp 119 ceil((FX_FLOAT)m_Width / (FX_FLOAT)outputWidth));
121 outputHeight * ceil((FX_FLOAT)m_Height / (FX_FLOAT)outputHeight));
124 int32_t multiX = (int32_t)ceil((FX_FLOAT)outputWidth / (FX_FLOAT)tempWidth);
125 int32_t multiY = (int32_t)ceil((FX_FLOAT)outputHeight / (FX_FLOAT)tempHeight);
  /external/skia/src/animator/
SkDisplayMath.cpp 40 SK_FUNCTION(ceil),
67 (SkFunctionParamType) SkType_Float, // ceil
112 SK_MEMBER_FUNCTION(ceil, Float),
157 case SK_FUNCTION(ceil):
  /external/v8/test/mjsunit/regress/
regress-441099.js 12 alignMemory: function (quantum) { var ret = size = Math.ceil()*(quantum ? quantum : 8); return ret; }}
  /external/valgrind/none/tests/mips32/
round_fpu64.c 20 "ceil.l.s", "ceil.l.d"
167 UNOPsl("ceil.l.s");
173 UNOPdl("ceil.l.d");
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAppWidgetProviderInfo.java 85 spanX = Math.max(1, (int) Math.ceil(
87 spanY = Math.max(1, (int) Math.ceil(
90 minSpanX = Math.max(1, (int) Math.ceil(
92 minSpanY = Math.max(1, (int) Math.ceil(
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageBubbleBackground.java 42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels));
  /packages/apps/Settings/src/com/android/settings/display/
MessageBubbleBackground.java 42 (int) (Math.ceil(bubbleWidth / (float) mSnapWidthPixels) * mSnapWidthPixels));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
math.s 8 .float $ceil(1.5)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
_version133.py 105 nbytes = ceil(nbits/8.)
109 def ceil(x): function
110 """ceil(x) -> int(math.ceil(x))"""
112 return int(math.ceil(x))
125 rangebytes = ceil(math.log(range, 2) / 8.)
181 # t = int(math.ceil(k / math.log(1/q, 2)))
182 t = ceil(k / math.log(1/q, 2))
213 """Returns a prime number of max. 'math.ceil(nbits/8)*8' bits. In
225 nbytes = int(math.ceil(nbits/8.)
    [all...]
  /external/llvm/test/Transforms/InstSimplify/
call.ll 81 declare float @llvm.ceil.f32(float) nounwind readnone
100 ; CHECK: ceil
101 ; CHECK-NOT: ceil
102 %c0 = call float @llvm.ceil.f32(float %a)
103 %c1 = call float @llvm.ceil.f32(float %c0)
  /art/test/082-inline-execute/src/
Main.java 593 Math.ceil(-0.9);
594 Assert.assertEquals(Math.ceil(+0.0), +0.0d, 0.0);
595 Assert.assertEquals(Math.ceil(-0.0), -0.0d, 0.0);
596 Assert.assertEquals(Math.ceil(-0.9), -0.0d, 0.0);
597 Assert.assertEquals(Math.ceil(-0.5), -0.0d, 0.0);
598 Assert.assertEquals(Math.ceil(0.0), -0.0d, 0.0);
599 Assert.assertEquals(Math.ceil(+2.0), +2.0d, 0.0);
600 Assert.assertEquals(Math.ceil(+2.1), +3.0d, 0.0);
601 Assert.assertEquals(Math.ceil(+2.5), +3.0d, 0.0);
602 Assert.assertEquals(Math.ceil(+2.9), +3.0d, 0.0)
    [all...]
  /libcore/luni/src/test/resources/
math_java_only.csv     [all...]
  /external/deqp/framework/delibs/debase/
deMathTest.c 50 /* if precision is lost, floor(x) < ceil(x). Else floor(x) == ceil(x) */
  /external/libjpeg-turbo/
jutils.c 75 /* Compute a/b rounded up to next integer, ie, ceil(a/b) */
84 /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
  /external/llvm/test/MC/Mips/
mips-reginfo-fp64.s 51 # ceil.w.s - Reads $f8 and writes to $f10.
52 ceil.w.s $f10, $f8
  /external/opencv3/modules/core/misc/java/src/java/
core+RotatedRect.java 72 (int) Math.ceil(Math.max(Math.max(Math.max(pt[0].x, pt[1].x), pt[2].x), pt[3].x)),
73 (int) Math.ceil(Math.max(Math.max(Math.max(pt[0].y, pt[1].y), pt[2].y), pt[3].y)));

Completed in 637 milliseconds

1 2 3 4 56 7 8 91011>>