Searched defs:ceil (Results 1 - 25 of 38) sorted by relevance

12

/external/jemalloc/test/unit/
H A Drun_quantize.c60 size_t lrun_size, run_size, floor, ceil; local
68 ceil = run_quantize_ceil(run_size);
73 assert_zu_eq(run_size, ceil,
101 * run_quantize_{floor,ceil}() are monotonic.
115 size_t run_size, floor, ceil; local
119 ceil = run_quantize_ceil(run_size);
122 "Floor should be <= (floor=%zu, run_size=%zu, ceil=%zu)",
123 floor, run_size, ceil);
124 assert_zu_ge(ceil, run_size,
125 "Ceiling should be >= (floor=%zu, run_size=%zu, ceil
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowFloatMath.java32 public static float ceil(float value) { method in class:ShadowFloatMath
33 return (float) Math.ceil(value);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch/
H A Dsearch.py24 from math import ceil namespace
57 self.num_pages_needed = ceil(self.hits / self.query.real_size)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearch2/
H A Dsearch.py23 from math import ceil namespace
54 self.num_pages_needed = ceil(self.hits / self.query.real_size)
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFun.h156 ceil (T x) function in namespace:Imath
H A DImathMath.h115 static T ceil (T x) {return ::ceil (double(x));} function in struct:Imath::Math
142 static float ceil (float x) {return ::ceilf (x);} function in struct:Imath::Math
/external/autotest/client/site_tests/video_VDAPerf/
H A Dvideo_VDAPerf.py17 from math import ceil, floor namespace
55 c, f = int(ceil(i)), int(floor(i))
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A D_version133.py105 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(nbit
[all...]
/external/libnl/lib/route/sch/
H A Dhtb.c118 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
427 rtnl_htb_set_ceil(struct rtnl_class *class, uint32_t ceil) argument
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfp.java928 /** Round to an integer using the round ceil mode.
932 public Dfp ceil() { method in class:Dfp
1358 inc = sign == 1 && n != 0; // round ceil
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java3715 * @param x number from which ceil is requested
3718 public static double ceil(double x) { method in class:FastMath
/external/bison/lib/
H A Dmath.in.h406 # define ceil rpl_ceil macro
408 _GL_FUNCDECL_RPL (ceil, double, (double x));
409 _GL_CXXALIAS_RPL (ceil, double, (double x));
411 _GL_CXXALIAS_SYS (ceil, double, (double x));
413 _GL_CXXALIASWARN (ceil); variable
/external/clang/lib/Headers/
H A Dtgmath.h593 // ceil
601 __tg_ceil(double __x) {return ceil(__x);}
607 #undef ceil macro
608 #define ceil(__x) __tg_ceil(__tg_promote1((__x))(__x)) macro
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp40 Ambiguous ceil(Ambiguous){ return Ambiguous(); } function
194 static_assert((std::is_same<decltype(std::ceil((float)0)), float>::value), "");
195 static_assert((std::is_same<decltype(std::ceil((bool)0)), double>::value), "");
196 static_assert((std::is_same<decltype(std::ceil((unsigned short)0)), double>::value), "");
197 static_assert((std::is_same<decltype(std::ceil((int)0)), double>::value), "");
198 static_assert((std::is_same<decltype(std::ceil((unsigned int)0)), double>::value), "");
199 static_assert((std::is_same<decltype(std::ceil((long)0)), double>::value), "");
200 static_assert((std::is_same<decltype(std::ceil((unsigned long)0)), double>::value), "");
201 static_assert((std::is_same<decltype(std::ceil((long long)0)), double>::value), "");
202 static_assert((std::is_same<decltype(std::ceil((unsigne
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h507 friend const mpreal ceil (const mpreal& v);
943 // bits = ceil(digits*log[2](10))
1908 // bits = ceil(digits*log[2](10))
1915 return mp_prec_t(std::ceil( d * LOG2_10 ));
2477 inline const mpreal ceil(const mpreal& v) function in namespace:mpfr
/external/libnl/include/linux/
H A Dpkt_sched.h246 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/iproute2/include/linux/
H A Dpkt_sched.h346 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h342 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c1601 UInt ceil = (1 << imm5) - 1; // (2^imm5)-1 local
1613 assign( nd1, mkU32(ceil) );
1645 Int ceil = (1 << (imm5-1)) - 1; // (2^(imm5-1))-1 local
1657 assign( nd1, mkU32(ceil) );
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...

Completed in 1174 milliseconds

12