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

/external/robolectric/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/jmonkeyengine/engine/src/android/jme3tools/android/
H A DFixed.java408 * Equivalent to <code>Math.ceil()</code> in the standard library.
410 public static int ceil(int n) { method in class:Fixed
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
H A DShaderUtils.java129 public static final float ceil(final float x) { method in class:ShaderUtils
/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/jmonkeyengine/engine/src/core/com/jme3/math/
H A DFastMath.java91 return (int) Math.pow(2, Math.ceil(Math.log(number) / Math.log(2)));
476 * Rounds a fValue up. A call to Math.ceil
479 * @see java.lang.Math#ceil(double)
481 public static float ceil(float fValue) { method in class:FastMath
482 return (float) Math.ceil(fValue);
/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.h506 friend const mpreal ceil (const mpreal& v);
942 // bits = ceil(digits*log[2](10))
1907 // bits = ceil(digits*log[2](10))
1914 return mp_prec_t(std::ceil( d * LOG2_10 ));
2476 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.h329 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h341 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/vogar/lib/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 725 milliseconds