/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
StringTexture.java | 72 int width = (int) Math.ceil(paint.measureText(text));
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/system/include/ |
cmath | 67 using ::ceil;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/system/include/ |
cmath | 67 using ::ceil;
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gabi++/include/ |
cmath | 67 using ::ceil;
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/system/include/ |
cmath | 67 using ::ceil;
|
/system/extras/tests/bionic/libstdc++/ |
test_cmath.cpp | 65 using ::ceil;
|
/external/jpeg/ |
jutils.c | 73 /* Compute a/b rounded up to next integer, ie, ceil(a/b) */ 82 /* Compute a rounded up to next multiple of b, ie, ceil(a/b)*b */
|
/external/libvpx/examples/includes/geshi/geshi/ |
lua.php | 61 'abs','acos','asin','atan','atan2','ceil','cos','deg','exp', 72 'math.abs','math.acos','math.asin','math.atan','math.atan2','math.ceil','math.cos','math.deg','math.exp',
|
/external/replicaisland/src/com/replica/replicaisland/ |
TiledVertexGrid.java | 189 final int horzTileCount = (int)Math.ceil((float)mWidth / mTileWidth); 190 final int vertTileCount = (int)Math.ceil((float)mHeight / mTileHeight);
|
/external/v8/src/ |
conversions-inl.h | 76 return (x >= 0) ? floor(x) : ceil(x); 99 x = (x >= 0) ? floor(x) : ceil(x) + two32;
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
TiledImageOpenVG.cpp | 102 int rightIndex = (static_cast<int>(ceil(rect.right())) - 1) / m_maxTileSize.width(); 103 int bottomIndex = (static_cast<int>(ceil(rect.bottom())) - 1) / m_maxTileSize.height();
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/ |
float.h | 71 ceil(log10(b) * (emin - 1)) 156 ceil(1 + pmax * log10(b)) otherwise
|
/external/llvm/test/CodeGen/X86/ |
inline-asm-fpstack.ll | 129 ; The return value from ceil must be duped before being consumed by asm. 131 ; CHECK: ceil 140 %0 = call x86_fp80 @ceil(x86_fp80 %a) 145 declare x86_fp80 @ceil(x86_fp80) 152 ; Load %a from stack after ceil
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
cmath | 58 #undef ceil 175 using ::ceil; 178 ceil(float __x) 182 ceil(long double __x) 188 ceil(_Tp __x)
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 58 #undef ceil 175 using ::ceil; 178 ceil(float __x) 182 ceil(long double __x) 188 ceil(_Tp __x)
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 58 #undef ceil 175 using ::ceil; 178 ceil(float __x) 182 ceil(long double __x) 188 ceil(_Tp __x)
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
cmath | 58 #undef ceil 175 using ::ceil; 178 ceil(float __x) 182 ceil(long double __x) 188 ceil(_Tp __x)
|
/external/iproute2/tc/ |
q_hfsc.c | 370 if (dmax != 0 && ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax) > rate) { 375 sc->m1 = ceil(1.0 * umax * TIME_UNITS_PER_SEC / dmax); /* in bps */ 384 sc->d = tc_core_time2ktime(ceil(dmax - umax * TIME_UNITS_PER_SEC / rate));
|
/bionic/libm/man/ |
rint.3 | 75 .Xr ceil 3 ,
|
/development/ndk/platforms/android-3/include/linux/ |
pkt_sched.h | 185 struct tc_ratespec ceil; member in struct:tc_htb_opt
|