/external/compiler-rt/lib/builtins/ |
floatsidf.c | 26 const int aWidth = sizeof a * CHAR_BIT; 40 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
floatsisf.c | 26 const int aWidth = sizeof a * CHAR_BIT; 40 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
floatsitf.c | 22 const int aWidth = sizeof a * CHAR_BIT; 37 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
floatunsidf.c | 26 const int aWidth = sizeof a * CHAR_BIT; 32 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
floatunsisf.c | 26 const int aWidth = sizeof a * CHAR_BIT; 32 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
floatunsitf.c | 22 const int aWidth = sizeof a * CHAR_BIT; 28 const int exponent = (aWidth - 1) - __builtin_clz(a);
|
/packages/apps/Browser/src/com/android/browser/ |
NavigationBarTablet.java | 272 int awidth = mNavButtons.getMeasuredWidth(); local 273 Animator anim1 = ObjectAnimator.ofFloat(mNavButtons, View.TRANSLATION_X, 0, - awidth); 297 int awidth = mNavButtons.getMeasuredWidth(); local 299 View.TRANSLATION_X, -awidth, 0); 301 awidth);
|
/hardware/qcom/display/msm8084/liboverlay/ |
overlayMdssRot.cpp | 271 int aWidth = ovutils::align(destWhf.w, 64); 291 int yRauCount = aWidth / 64; //Y 292 int cRauCount = aWidth / 32; //C 303 int rauCount = aWidth / 32; 314 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
|
/hardware/qcom/display/msm8226/liboverlay/ |
overlayMdssRot.cpp | 295 int aWidth = ovutils::align(destWhf.w, 64); 315 int yRauCount = aWidth / 64; //Y 316 int cRauCount = aWidth / 32; //C 327 int rauCount = aWidth / 32; 338 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
BigNumberFormatTest.java | 69 int apos = 0, awidth = 0; local 74 awidth = fmt.getFormatWidth(); 78 awidth = width; 81 if (apos == pos && awidth == width && apad == pad) { 83 ((pos == -1) ? "" : " width=" + awidth + " pad=" + apad)); 86 " width=" + awidth + " pad=" + apad +
|
NumberFormatTest.java | 2299 int apos = 0, awidth = 0; local [all...] |
/hardware/qcom/display/msm8994/liboverlay/ |
overlayMdssRot.cpp | 332 int aWidth = ovutils::align(destWhf.w, 64); 352 int yRauCount = aWidth / 64; //Y 353 int cRauCount = aWidth / 32; //C 364 int rauCount = aWidth / 32; 375 "Buf Size = %d", __FUNCTION__, aWidth, aHeight, bufSize);
|
/hardware/qcom/display/msm8974/liboverlay/ |
overlayMdssRot.cpp | 278 int aWidth = ovutils::align(destWhf.w, 64); 280 int rau_cnt = aWidth/64; 290 "opBufSize = %d ", __FUNCTION__, aWidth, aHeight, rau_cnt, bufSize);
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
TaskImageContainer.java | 78 TaskImage(OrientationManager.DeviceOrientation anOrientation, int aWidth, int aHeight, 82 width = aWidth;
|
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderAVC.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.cpp | 2632 int32_t apos = 0, awidth = 0; local [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/lib/rs/ |
libcompiler_rt.a | [all...] |
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/lib/rs/ |
libcompiler_rt.a | [all...] |
/prebuilts/sdk/renderscript/lib/mips/ |
libcompiler_rt.a | [all...] |
/prebuilts/sdk/renderscript/lib/x86/ |
libcompiler_rt.a | [all...] |
/prebuilts/sdk/renderscript/lib/arm64/ |
libcompiler_rt.a | [all...] |