/external/chromium_org/third_party/mesa/src/src/glsl/builtins/ir/ |
ceil.ir | 1 ((function ceil 5 ((return (expression float ceil (var_ref arg0))))) 10 ((return (expression vec2 ceil (var_ref arg0))))) 15 ((return (expression vec3 ceil (var_ref arg0))))) 20 ((return (expression vec4 ceil (var_ref arg0)))))
|
/external/mesa3d/src/glsl/builtins/ir/ |
ceil.ir | 1 ((function ceil 5 ((return (expression float ceil (var_ref arg0))))) 10 ((return (expression vec2 ceil (var_ref arg0))))) 15 ((return (expression vec3 ceil (var_ref arg0))))) 20 ((return (expression vec4 ceil (var_ref arg0)))))
|
/external/llvm/test/CodeGen/R600/ |
fceil.ll | 4 declare float @llvm.ceil.f32(float) nounwind readnone 5 declare <2 x float> @llvm.ceil.v2f32(<2 x float>) nounwind readnone 6 declare <3 x float> @llvm.ceil.v3f32(<3 x float>) nounwind readnone 7 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) nounwind readnone 8 declare <8 x float> @llvm.ceil.v8f32(<8 x float>) nounwind readnone 9 declare <16 x float> @llvm.ceil.v16f32(<16 x float>) nounwind readnone 14 ; EG: CEIL {{\*? *}}[[RESULT]] 16 %y = call float @llvm.ceil.f32(float %x) nounwind readnone 25 ; EG: CEIL {{\*? *}}[[RESULT]] 26 ; EG: CEIL {{\*? *}}[[RESULT] [all...] |
fceil64.ll | 4 declare double @llvm.ceil.f64(double) nounwind readnone 5 declare <2 x double> @llvm.ceil.v2f64(<2 x double>) nounwind readnone 6 declare <3 x double> @llvm.ceil.v3f64(<3 x double>) nounwind readnone 7 declare <4 x double> @llvm.ceil.v4f64(<4 x double>) nounwind readnone 8 declare <8 x double> @llvm.ceil.v8f64(<8 x double>) nounwind readnone 9 declare <16 x double> @llvm.ceil.v16f64(<16 x double>) nounwind readnone 32 %y = call double @llvm.ceil.f64(double %x) nounwind readnone 41 %y = call <2 x double> @llvm.ceil.v2f64(<2 x double> %x) nounwind readnone 51 ; %y = call <3 x double> @llvm.ceil.v3f64(<3 x double> %x) nounwind readnone 62 %y = call <4 x double> @llvm.ceil.v4f64(<4 x double> %x) nounwind readnon [all...] |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
TestCeil.rs | 24 return ceil(in); 28 return ceil(in); 32 return ceil(in); 36 return ceil(in);
|
/external/llvm/test/Transforms/InstCombine/ |
ceil.ll | 3 declare float @llvm.ceil.f32(float) #0 4 declare double @llvm.ceil.f64(double) #0 5 declare <4 x float> @llvm.ceil.v4f32(<4 x float>) #0 10 %x = call float @llvm.ceil.f32(float 1.00) #0 17 %x = call float @llvm.ceil.f32(float 1.25) #0 24 %x = call float @llvm.ceil.f32(float -1.25) #0 31 %x = call <4 x float> @llvm.ceil.v4f32(<4 x float> <float 1.00, float 1.25, float -1.25, float -1.00>) 38 %x = call double @llvm.ceil.f64(double 1.0) #0 45 %x = call double @llvm.ceil.f64(double 1.3) #0 52 %x = call double @llvm.ceil.f64(double -1.75) # [all...] |
/external/iproute2/tc/ |
q_htb.c | 39 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n" 45 " ceil definite upper class rate (no borrows) {rate}\n" 46 " cburst burst but for ceil {computed}\n" 166 } else if (strcmp(*argv, "ceil") == 0) { 168 if (opt.ceil.rate) { 169 fprintf(stderr, "Double \"ceil\" spec\n"); 172 if (get_rate(&opt.ceil.rate, *argv)) { 173 explain1("ceil"); 206 /* if ceil params are missing, use the same as rate */ 207 if (!opt.ceil.rate) opt.ceil = opt.rate [all...] |
/external/chromium_org/ui/ios/ |
NSString+CrStringDrawing.mm | 23 return CGSizeMake(ceil(size.width), ceil(size.height));
|
uikit_util.mm | 15 return std::ceil(value * scale) / scale;
|
uikit_util.h | 17 // factor into account. At a scale of 1, equivalent to ceil().
|
/external/llvm/test/CodeGen/Mips/ |
call-optimization.ll | 56 ; O32-DAG: lw $25, %call16(ceil) 60 ; O32: lw $25, %call16(ceil) 64 ; O32: lw $25, %call16(ceil) 69 ; O32-LOADTGT-DAG: lw $25, %call16(ceil) 83 %call = tail call double @ceil(double %d) 84 %call1 = tail call double @ceil(double %call) 86 %call2 = tail call double @ceil(double %call1) 91 declare double @ceil(double)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
converter_policies.hpp | 15 #include <boost/config/no_tr1/cmath.hpp> // for std::floor and std::ceil 39 using std::ceil ; 42 return s < static_cast<S>(0) ? ceil(s) : floor(s) ; 70 struct Ceil 79 using std::ceil ; 82 return ceil(s) ; 101 using std::ceil ; 106 S next = ceil(s);
|
/cts/tests/tests/util/src/android/util/cts/ |
FloatMathTest.java | 23 // ceil 24 assertEquals(8.0f, FloatMath.ceil(7.2f)); 25 assertEquals(-6.0f, FloatMath.ceil(-6.3f));
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ceil.c | 17 * ceil(x) 22 * Inexact flag raised if x not equal to ceil(x). 33 ceil(double x) function 76 __weak_reference(ceil, ceill);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSDetailClipper.java | 45 int r = (int) Math.ceil(Math.sqrt(x * x + y * y)); 46 r = (int) Math.max(r, Math.ceil(Math.sqrt(w * w + y * y))); 47 r = (int) Math.max(r, Math.ceil(Math.sqrt(w * w + h * h))); 48 r = (int) Math.max(r, Math.ceil(Math.sqrt(x * x + h * h)));
|
/external/chromium_org/ui/gfx/geometry/ |
safe_integer_conversions.h | 30 return ClampToInt(std::ceil(value)); 38 rounded = std::ceil(value - 0.5f);
|
/external/llvm/test/CodeGen/SystemZ/ |
fp-round-01.ll | 83 ; Test ceil for f32. 84 declare float @llvm.ceil.f32(float %f) 89 %res = call float @llvm.ceil.f32(float %f) 93 ; Test ceil for f64. 94 declare double @llvm.ceil.f64(double %f) 97 ; CHECK: brasl %r14, ceil@PLT 99 %res = call double @llvm.ceil.f64(double %f) 103 ; Test ceil for f128: omitted for now because we cannot handle
|
fp-round-02.ll | 101 ; Test ceil for f32. 102 declare float @llvm.ceil.f32(float %f) 107 %res = call float @llvm.ceil.f32(float %f) 111 ; Test ceil for f64. 112 declare double @llvm.ceil.f64(double %f) 117 %res = call double @llvm.ceil.f64(double %f) 121 ; Test ceil for f128. 122 declare fp128 @llvm.ceil.f128(fp128 %f) 128 %res = call fp128 @llvm.ceil.f128(fp128 %src)
|
/external/robolectric/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/core/tests/coretests/src/android/util/ |
FloatMathTest.java | 40 assertEquals(79, FloatMath.ceil(78.89f), 0); 41 assertEquals(-78, FloatMath.ceil(-78.89f), 0);
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
OvalShape.java | 42 outline.setOval((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
LayoutUnitTest.cpp | 213 ASSERT_EQ(LayoutUnit(0).ceil(), 0); 214 ASSERT_EQ(LayoutUnit(0.1).ceil(), 1); 215 ASSERT_EQ(LayoutUnit(0.5).ceil(), 1); 216 ASSERT_EQ(LayoutUnit(0.9).ceil(), 1); 217 ASSERT_EQ(LayoutUnit(1.0).ceil(), 1); 218 ASSERT_EQ(LayoutUnit(1.1).ceil(), 2); 220 ASSERT_EQ(LayoutUnit(-0.1).ceil(), 0); 221 ASSERT_EQ(LayoutUnit(-0.5).ceil(), 0); 222 ASSERT_EQ(LayoutUnit(-0.9).ceil(), 0); 223 ASSERT_EQ(LayoutUnit(-1.0).ceil(), -1) [all...] |
/external/chromium_org/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/chromium_org/ui/gfx/ |
text_utils_ios.mm | 18 return std::ceil(GetStringWidthF(text, font_list));
|