/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)))))
|
/cts/tests/src/android/renderscript/cts/ |
ceil_f32.rs | 5 *out = ceil(*in); 9 *out = ceil(*in); 13 *out = ceil(*in); 17 *out = ceil(*in);
|
/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...] |
/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);
|
/external/chromium_org/ui/gfx/ |
safe_integer_conversions.h | 30 return ClampToInt(std::ceil(value)); 38 rounded = std::ceil(value - 0.5f);
|
/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);
|
/external/chromium_org/third_party/WebKit/Source/core/tests/ |
LayoutUnit.cpp | 212 ASSERT_EQ(LayoutUnit(0).ceil(), 0); 213 ASSERT_EQ(LayoutUnit(0.1).ceil(), 1); 214 ASSERT_EQ(LayoutUnit(0.5).ceil(), 1); 215 ASSERT_EQ(LayoutUnit(0.9).ceil(), 1); 216 ASSERT_EQ(LayoutUnit(1.0).ceil(), 1); 217 ASSERT_EQ(LayoutUnit(1.1).ceil(), 2); 219 ASSERT_EQ(LayoutUnit(-0.1).ceil(), 0); 220 ASSERT_EQ(LayoutUnit(-0.5).ceil(), 0); 221 ASSERT_EQ(LayoutUnit(-0.9).ceil(), 0); 222 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...] |
math.js | 108 shouldBe("Math.ceil(NaN)", "NaN"); 109 shouldBe("Math.ceil(0)", "0"); 110 shouldBe("Math.ceil(-0)", "-0"); 111 shouldBe("Math.ceil(-0.5)", "-0"); 112 shouldBe("Math.ceil(1)", "1"); 113 shouldBe("Math.ceil(-1)", "-1"); 114 shouldBe("Math.ceil(1.1)", "2"); 115 shouldBe("Math.ceil(-1.1)", "-1"); 116 shouldBe("Math.ceil(Number.MIN_VALUE)", "1"); 117 shouldBe("Math.ceil(-Number.MIN_VALUE)", "-0") [all...] |
/external/valgrind/main/none/tests/mips32/ |
round.stdout.exp | 2 ceil.w.s 0 0.000000 3 ceil.w.s 457 456.248962 4 ceil.w.s 3 3.000000 5 ceil.w.s -1 -1.000000 6 ceil.w.s 1385 1384.599976 7 ceil.w.s -7 -7.294568 8 ceil.w.s 1000000000 1000000000.000000 9 ceil.w.s -5786 -5786.470215 10 ceil.w.s 1752 1752.000000 11 ceil.w.s 1 0.00245 [all...] |
/external/libvpx/libvpx/vp9/common/ |
vp9_systemdependent.h | 31 return (int)ceil(x - 0.5);
|
/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 400 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/ |
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)
|
/external/llvm/test/CodeGen/X86/ |
vec_floor.ll | 44 %t = call <2 x double> @llvm.ceil.v2f64(<2 x double> %p) 47 declare <2 x double> @llvm.ceil.v2f64(<2 x double> %p) 53 %t = call <4 x float> @llvm.ceil.v4f32(<4 x float> %p) 56 declare <4 x float> @llvm.ceil.v4f32(<4 x float> %p) 62 %t = call <4 x double> @llvm.ceil.v4f64(<4 x double> %p) 65 declare <4 x double> @llvm.ceil.v4f64(<4 x double> %p) 71 %t = call <8 x float> @llvm.ceil.v8f32(<8 x float> %p) 74 declare <8 x float> @llvm.ceil.v8f32(<8 x float> %p)
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
PowerGaugePreference.java | 46 mProgress = (int) Math.ceil(percentOfMax); 48 R.string.percentage, (int) Math.ceil(percentOfTotal));
|
/external/chromium_org/third_party/skia/src/core/ |
SkFloatBits.cpp | 12 SkFloatBits_toInt[Floor, Round, Ceil] are identical except for what they 16 Ceil - adds (1 << exp) - 1 20 as that value (0x80000000) "does the right thing" for Ceil. Note that it 21 doesn't for Floor/Round/Ceil, hence the explicit check. 125 // same as (int)ceil(float)
|
/external/llvm/test/Transforms/InstSimplify/ |
call.ll | 57 declare float @llvm.ceil.f32(float) nounwind readnone 76 ; CHECK: ceil 77 ; CHECK-NOT: ceil 78 %c0 = call float @llvm.ceil.f32(float %a) 79 %c1 = call float @llvm.ceil.f32(float %c0)
|
/external/skia/src/core/ |
SkFloatBits.cpp | 12 SkFloatBits_toInt[Floor, Round, Ceil] are identical except for what they 16 Ceil - adds (1 << exp) - 1 20 as that value (0x80000000) "does the right thing" for Ceil. Note that it 21 doesn't for Floor/Round/Ceil, hence the explicit check. 125 // same as (int)ceil(float)
|
/external/clang/test/CodeGen/ |
libcalls-fno-builtin.c | 6 double ceil(double x); 31 double t1(double x) { return ceil(x); } 33 // CHECK: ceil
|
/external/llvm/test/Transforms/InstCombine/ |
double-float-shrink-2.ll | 21 ; DONT-SIMPLIFY: call double @ceil( 28 declare double @ceil(double) 45 %E = call double @ceil(double %D)
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |