HomeSort by relevance Sort by last modified time
    Searched refs:aWidth (Results 1 - 15 of 15) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Main/Arm/
floatunsidf.c 55 const int aWidth = sizeof a * CHAR_BIT;
61 const int exponent = (aWidth - 1) - __builtin_clz(a);
  /external/compiler-rt/lib/builtins/
floatunditf.c 22 const int aWidth = sizeof a * CHAR_BIT;
28 const int exponent = (aWidth - 1) - __builtin_clzll(a);
floatunsidf.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);
floatditf.c 22 const int aWidth = sizeof a * CHAR_BIT;
37 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs);
floatsidf.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(aAbs);
floatsisf.c 26 const int aWidth = sizeof a * CHAR_BIT;
40 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);
  /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);
  /hardware/qcom/display/msm8909/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/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);
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
TaskImageContainer.java 78 TaskImage(OrientationManager.DeviceOrientation anOrientation, int aWidth, int aHeight,
82 width = aWidth;
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 143 milliseconds