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

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/Mips/
mips-reginfo-fp32.s 29 # ceil.w.s - Reads $f8 and writes to $f10.
30 ceil.w.s $f10, $f8
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowFloatMath.java 32 public static float ceil(float value) { method in class:ShadowFloatMath
33 return (float) Math.ceil(value);
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
OvalShape.java 42 outline.setOval((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
RectShape.java 43 outline.setRect((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
  /external/v8/test/webkit/
math-expected.txt 71 PASS Math.ceil(NaN) is NaN
72 PASS Math.ceil(0) is 0
73 PASS Math.ceil(-0) is -0
74 PASS Math.ceil(-0.5) is -0
75 PASS Math.ceil(1) is 1
76 PASS Math.ceil(-1) is -1
77 PASS Math.ceil(1.1) is 2
78 PASS Math.ceil(-1.1) is -1
79 PASS Math.ceil(Number.MIN_VALUE) is 1
80 PASS Math.ceil(-Number.MIN_VALUE) is -
    [all...]
  /external/libnl/lib/route/sch/
htb.c 118 rtnl_copy_ratespec(&d->ch_ceil, &opts.ceil);
120 d->ch_cbuffer = rtnl_tc_calc_bufsize(opts.cbuffer, opts.ceil.rate);
193 nl_dump(p, " ceil %.2f%s/s (%.0f%s) log %u",
298 /* if not set, configured rate is used as ceil, which implies no borrowing */
300 rtnl_rcopy_ratespec(&opts.ceil, &d->ch_ceil);
302 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec));
304 if (opts.ceil.cell_log == UINT8_MAX)
305 opts.ceil.cell_log = compute_cell(opts.ceil.rate, mtu);
317 cbuffer = opts.ceil.rate / nl_get_hz() + mtu
    [all...]
  /external/llvm/test/CodeGen/ARM/
no-tail-call.ll 8 declare float @llvm.ceil.f32(float)
10 ; Check that we are not emitting a tail call for the last call to ceil.
38 %5 = call float @llvm.ceil.f32(float 5.000000e+00)
42 %7 = call float @llvm.ceil.f32(float %6)
48 ; Check that we are not emitting a tail call for the last call to ceil.
76 %5 = call float @llvm.ceil.f32(float 5.000000e+00)
80 %7 = call float @llvm.ceil.f32(float %6)
  /external/llvm/test/CodeGen/SystemZ/
fp-round-02.ll 105 ; Test ceil for f32.
106 declare float @llvm.ceil.f32(float %f)
111 %res = call float @llvm.ceil.f32(float %f)
115 ; Test ceil for f64.
116 declare double @llvm.ceil.f64(double %f)
121 %res = call double @llvm.ceil.f64(double %f)
125 ; Test ceil for f128.
126 declare fp128 @llvm.ceil.f128(fp128 %f)
132 %res = call fp128 @llvm.ceil.f128(fp128 %src)
  /development/ndk/platforms/android-13/arch-arm/symbols/
libm.so.functions.txt 20 ceil
  /development/ndk/platforms/android-13/arch-mips/symbols/
libm.so.functions.txt 20 ceil
  /development/ndk/platforms/android-3/arch-arm/symbols/
libm.so.functions.txt 20 ceil
  /development/ndk/platforms/android-9/arch-arm/symbols/
libm.so.functions.txt 20 ceil
  /development/ndk/platforms/android-9/arch-mips/symbols/
libm.so.functions.txt 20 ceil
  /external/libvpx/libvpx/vpx_ports/
msvc.h 25 return ceil(x - 0.5);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetailClipper.java 52 int r = (int) Math.ceil(Math.sqrt(x * x + y * y));
53 r = (int) Math.max(r, Math.ceil(Math.sqrt(w * w + y * y)));
54 r = (int) Math.max(r, Math.ceil(Math.sqrt(w * w + h * h)));
55 r = (int) Math.max(r, Math.ceil(Math.sqrt(x * x + h * h)));
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/java/lang/
StrictMath.java 39 public static double ceil(double a) { method in class:StrictMath
40 return Math.ceil(a);
  /external/llvm/test/CodeGen/PowerPC/
vec_rounding.ll 31 declare <2 x double> @llvm.ceil.v2f64(<2 x double> %p)
34 %t = call <2 x double> @llvm.ceil.v2f64(<2 x double> %p)
41 declare <4 x double> @llvm.ceil.v4f64(<4 x double> %p)
44 %t = call <4 x double> @llvm.ceil.v4f64(<4 x double> %p)
117 declare <4 x float> @llvm.ceil.v4f32(<4 x float> %p)
120 %t = call <4 x float> @llvm.ceil.v4f32(<4 x float> %p)
126 declare <8 x float> @llvm.ceil.v8f32(<8 x float> %p)
129 %t = call <8 x float> @llvm.ceil.v8f32(<8 x float> %p)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h 15 # include <math.h> // the ceil() definition must precede intrin.h
39 return (int)ceil(x - 0.5);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
AlignedTextView.java 61 (int) Math.ceil(mTempRect.top - paint.ascent()));
62 mBottomPaddingOffset = Math.min(getPaddingBottom(), (int) Math.ceil(paint.descent()));
  /prebuilts/go/darwin-x86/src/math/
stubs_arm64.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 B ·ceil(SB)
stubs_ppc64x.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 BR ·ceil(SB)
  /prebuilts/go/linux-x86/src/math/
stubs_arm64.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 B ·ceil(SB)
stubs_ppc64x.s 42 TEXT ·Ceil(SB),NOSPLIT,$0
43 BR ·ceil(SB)
  /external/valgrind/none/tests/mips32/
round_fpu64.stdout.exp 1571 ceil.l.d 0 0.000000
1573 ceil.l.d 457 456.250000
1575 ceil.l.d 3 3.000000
1577 ceil.l.d -1 -1.000000
1579 ceil.l.d 1385 1384.500000
1581 ceil.l.d -7 -7.250000
1583 ceil.l.d 1000000000 1000000000.000000
1585 ceil.l.d -5786 -5786.250000
1587 ceil.l.d 1752 1752.000000
1589 ceil.l.d 1 0.01562
    [all...]
  /external/valgrind/none/tests/mips64/
round.stdout.exp 2 ceil.w.s 0 0.000000
4 ceil.w.s 457 456.250000
6 ceil.w.s 3 3.000000
8 ceil.w.s -1 -1.000000
10 ceil.w.s 1385 1384.500000
12 ceil.w.s -7 -7.250000
14 ceil.w.s 1000000000 1000000000.000000
16 ceil.w.s -5786 -5786.500000
18 ceil.w.s 1752 1752.000000
20 ceil.w.s 1 0.01562
    [all...]

Completed in 1373 milliseconds

12 3 4 5 6 7 8 91011>>