/external/iproute2/tc/ |
q_htb.c | 41 " [ceil R2] [cburst B2] [mtu MTU] [quantum Q]\n" 47 " ceil definite upper class rate (no borrows) {rate}\n" 48 " cburst burst but for ceil {computed}\n" 178 } else if (strcmp(*argv, "ceil") == 0) { 181 fprintf(stderr, "Double \"ceil\" spec\n"); 185 explain1("ceil"); 218 /* if ceil params are missing, use the same as rate */ 223 opt.ceil.rate = (ceil64 >= (1ULL << 32)) ? ~0U : ceil64; 232 opt.ceil.overhead = overhead; 235 opt.ceil.mpu = mpu [all...] |
/bionic/libm/x86/ |
ceil.S | 33 ENTRY(ceil) function 41 END(ceil) 43 ALIAS_SYMBOL(ceill, ceil);
|
/prebuilts/go/darwin-x86/src/math/ |
floor_386.s | 7 // func Ceil(x float64) float64 8 TEXT ·Ceil(SB),NOSPLIT,$0 16 FRNDINT // F0=Ceil(x)
|
floor_ppc64x.s | 15 TEXT ·Ceil(SB),NOSPLIT,$0
|
/prebuilts/go/linux-x86/src/math/ |
floor_386.s | 7 // func Ceil(x float64) float64 8 TEXT ·Ceil(SB),NOSPLIT,$0 16 FRNDINT // F0=Ceil(x)
|
floor_ppc64x.s | 15 TEXT ·Ceil(SB),NOSPLIT,$0
|
/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/llvm/test/ExecutionEngine/Interpreter/ |
intrinsics.ll | 10 declare float @llvm.ceil.f32(float) 11 declare double @llvm.ceil.f64(double) 26 %ceil32 = call float @llvm.ceil.f32(float 0.000000e+00) 27 %ceil64 = call double @llvm.ceil.f64(double 0.000000e+00)
|
/frameworks/support/app-toolkit/common/src/test/java/android/arch/core/internal/ |
FastSafeIterableMapTest.java | 32 assertThat(map.ceil(1), nullValue()); 34 assertThat(map.ceil(1), nullValue()); 36 assertThat(map.ceil(2).getKey(), is(1)); 38 assertThat(map.ceil(2), nullValue());
|
/bionic/libm/x86_64/ |
ceil.S | 33 ENTRY(ceil) function 36 END(ceil)
|
/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 | 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)
|
/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/ltp/testcases/misc/math/float/ |
float_power.c | 29 {FUNC_NORMAL, 50, ceil, "ceil", "ceil_inp.ref", "ceil_out.ref",
|
/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 | 43 outline.setOval((int) Math.ceil(rect.left), (int) Math.ceil(rect.top),
|
/external/libcxx/test/std/utilities/time/time.point/time.point.cast/ |
ceil.pass.cpp | 13 // ceil 17 // ceil(const time_point<Clock, Duration>& t); 33 typedef decltype(std::chrono::ceil<ToDuration>(f)) R; 35 assert(std::chrono::ceil<ToDuration>(f) == t); 48 static_assert(std::chrono::ceil<ToDuration>(f) == t, "");
|
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.point/time.point.cast/ |
ceil.pass.cpp | 13 // ceil 17 // ceil(const time_point<Clock, Duration>& t); 33 typedef decltype(std::chrono::ceil<ToDuration>(f)) R; 35 assert(std::chrono::ceil<ToDuration>(f) == t); 48 static_assert(std::chrono::ceil<ToDuration>(f) == t, "");
|
/external/libnl/lib/route/qdisc/ |
htb.c | 88 rtnl_copy_ratespec(&htb->ch_ceil, &opts.ceil); 92 opts.ceil.rate); 162 nl_dump(p, " ceil %.2f%s/s (%.0f%s) log %u", 233 rtnl_rcopy_ratespec(&opts.ceil, &htb->ch_ceil); 236 * If not set, configured rate is used as ceil, which implies 239 memcpy(&opts.ceil, &opts.rate, sizeof(struct tc_ratespec)); 252 cbuffer = opts.ceil.rate / nl_get_psched_hz() + mtu; /* XXX */ 254 opts.cbuffer = nl_us2ticks(rtnl_tc_calc_txtime(cbuffer, opts.ceil.rate)); 416 * Return ceil rate of HTB class 419 * @return Ceil rate in bytes/s or 0 if unspecifie [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)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Math/ |
s_ceil.c | 19 * ceil(x)
24 * Inexact flag raised if x not equal to ceil(x).
33 ceil(double x)
function
|
/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-9/arch-arm/symbols/ |
libm.so.functions.txt | 20 ceil
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libm.so.functions.txt | 20 ceil
|