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

/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/webkit/Source/JavaScriptCore/wtf/
H A DMathExtras.h77 // Work around a bug in the Mac OS X libc where ceil(-0.1) return +0.
78 inline double wtf_ceil(double x) { return copysign(ceil(x), x); }
80 #define ceil(x) wtf_ceil(x) macro
114 double integer = ceil(num);
130 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/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/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/iproute2/include/linux/
H A Dpkt_sched.h257 struct tc_ratespec ceil; member in struct:tc_htb_opt
/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.h102 /// double ceil(double x);
103 ceil, enumerator in enum:llvm::LibFunc::Func
376 case LibFunc::ceil: case LibFunc::ceilf: case LibFunc::ceill:
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c1591 UInt ceil = (1 << imm5) - 1; // (2^imm5)-1 local
1603 assign( node1, mkU32(ceil) );
1639 Int ceil = (1 << (imm5-1)) - 1; // (2^(imm5-1))-1 local
1651 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 1032 milliseconds