Searched defs:ceil (Results 1 - 20 of 20) 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/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
H A Dtemplate.js370 var ceil = Math.ceil; variable
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DMathExtras.h73 // Work around a bug in the Mac OS X libc where ceil(-0.1) return +0.
74 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
76 #define ceil(x) wtf_ceil(x) macro
118 double integer = ceil(num);
134 inline double trunc(double num) { return num > 0 ? floor(num) : ceil(num); }
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js529 var ceil = Math.ceil; variable
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
H A Djstemplate_compiled.js529 var ceil = Math.ceil; variable
/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/clang/lib/include/
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/eigen/unsupported/test/mpreal/
H A Dmpreal.h436 friend const mpreal ceil (const mpreal& v);
684 // bits = ceil(digits*log[2](10))
1413 // bits = ceil(digits*log[2](10))
1422 return (mp_prec_t)std::ceil((d)*LOG2_10);
2206 inline const mpreal ceil(const mpreal& v) function in namespace:mpfr
/external/kernel-headers/original/linux/
H A Dpkt_sched.h273 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h144 /// double ceil(double x);
145 ceil, enumerator in enum:llvm::LibFunc::Func
696 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
/external/iproute2/include/linux/
H A Dpkt_sched.h329 struct tc_ratespec ceil; member in struct:tc_htb_opt
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1595 UInt ceil = (1 << imm5) - 1; // (2^imm5)-1 local
1607 assign( node1, mkU32(ceil) );
1643 Int ceil = (1 << (imm5-1)) - 1; // (2^(imm5-1))-1 local
1655 assign( node1, mkU32(ceil) );
/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 ...

Completed in 3056 milliseconds