Searched
full:ceil (Results
401 -
425 of
557) sorted by null
<<11121314151617181920>>
/frameworks/base/core/java/android/widget/ |
Switch.java | 386 (int) Math.ceil(Layout.getDesiredWidth(text, mTextPaint)),
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 190 Math.min((int) Math.ceil(numItems / (float) mMaxItemsPerRow), mMaxRows);
|
/frameworks/base/docs/html/reference/renderscript/ |
globals_func.html | 96 <li>ceil()
|
rs__cl_8rsh_source.html | 175 <a name="l00225"></a>00225 extern <span class="keywordtype">float</span> __attribute__((overloadable)) <a class="code" href="rs__cl_8rsh.html#aa8fc6daff743a1b635ccbf9af83fe4e4">ceil</a>(<span class="keywordtype">float</span>); 176 <a name="l00226"></a>00226 FN_FUNC_FN(<a class="code" href="rs__cl_8rsh.html#aa8fc6daff743a1b635ccbf9af83fe4e4">ceil</a>) [all...] |
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
qgain475.cpp | [all...] |
/hardware/broadcom/wlan/bcm4329/dhdutil/include/ |
bcmutils.h | 524 #define CEIL(x, y) (((x) + ((y)-1)) / (y))
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmutils.h | 524 #define CEIL(x, y) (((x) + ((y)-1)) / (y))
|
/packages/apps/Browser/src/com/android/browser/preferences/ |
WebsiteSettingsFragment.java | 413 int truncated = (int) Math.ceil(megabytes * 10.0F);
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 199 (int) Math.ceil(Math.sqrt(w * h / maxNumOfPixels));
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
builtins.def | 201 DEF_LIB_BUILTIN (BUILT_IN_CEIL, "ceil", BT_FN_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LIST) [all...] |
system.h | 324 #define CEIL(x,y) (((x) + (y) - 1) / (y))
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
builtins.def | 201 DEF_LIB_BUILTIN (BUILT_IN_CEIL, "ceil", BT_FN_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LIST) [all...] |
system.h | 324 #define CEIL(x,y) (((x) + (y) - 1) / (y))
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
builtins.def | 201 DEF_LIB_BUILTIN (BUILT_IN_CEIL, "ceil", BT_FN_DOUBLE_DOUBLE, ATTR_CONST_NOTHROW_LIST) [all...] |
system.h | 324 #define CEIL(x,y) (((x) + (y) - 1) / (y))
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
cmath | 389 using std::ceil;
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/include/ |
mpfr.h | 115 where k=ceil(_mp_prec/BITS_PER_MP_LIMB) and B=2^BITS_PER_MP_LIMB. [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libm-2.7.so | |
libm.so | |
libm.so.6 | |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 389 using std::ceil;
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 389 using std::ceil;
|
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
cmath | 389 using std::ceil;
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
WebPage.cpp | 825 size = IntSize(ceil(rect.width() * scaleFactor), ceil(rect.height() * scaleFactor)); [all...] |
Completed in 1339 milliseconds
<<11121314151617181920>>