/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 257 // Map SubRegIndex -> sub-class. This is the largest sub-class where all 314 // getSubClassWithSubReg - Returns the largest sub-class where all
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 210 * So multiply by the largest power two we get away with, and when 213 * The largest power of two factor we can get away is
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_setup_tri.c | 568 /* What is the largest power-of-two boundary this triangle crosses: 573 /* The largest dimension of the rasterized area of the triangle
|
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 713 * structure is <N>, where <N> is the largest base alignment 829 * structure is <N>, where <N> is the largest base alignment
|
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 56 # in comparison to largest 8KB block size. Above improvement 57 # coefficients are for the largest block size.
|
/external/skia/tests/ |
MatrixTest.cpp | 373 SkScalar largest = (b > a) ? b : a; local 375 if (diff <= largest*tolerance) {
|
/external/srec/portable/src/ |
pmemfixed.c | 441 /* Ensure that the requested size is not larger than the largest block size */ 446 search the next largest memory block pool. Repeat until either a block
|
/frameworks/base/core/java/android/hardware/camera2/ |
CameraCharacteristics.java | 442 * recording use case, the largest supported resolution may be 444 * case, the largest supported resolution may be limited by max
|
/frameworks/base/graphics/java/android/graphics/ |
Rect.java | 200 * is fractional, this method returns the largest integer that is 209 * is fractional, this method returns the largest integer that is
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
IntRangeManager.java | 473 // clients are ordered by startId then by endId, so client with largest endId 475 int largestEndId = Integer.MIN_VALUE; // largest end identifier found
|
/libcore/luni/src/main/native/ |
cbigint.cpp | 696 * multiplication. 10e19 is the largest exponent to the power of ten 697 * that will fit in a 64-bit integer, and 10e9 is the largest exponent to
|
/packages/apps/Browser/src/com/android/browser/ |
BrowserSettings.java | 204 * LARGEST is 200% 216 case LARGEST:
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.cpp | 195 /*Pivot on largest ss (could also be done on ss/(original_ss))*/ 256 /*Pivot on largest ss (could also be done on ss/(original_ss))*/
|
/packages/apps/Camera/src/com/android/camera/ |
Util.java | 477 // Returns the largest picture size which matches the given aspect ratio. 486 // Try to find a size matches aspect ratio and has the largest width
|
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.cpp | 195 /*Pivot on largest ss (could also be done on ss/(original_ss))*/ 256 /*Pivot on largest ss (could also be done on ss/(original_ss))*/
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_utilities_linalg.cpp | 195 /*Pivot on largest ss (could also be done on ss/(original_ss))*/ 256 /*Pivot on largest ss (could also be done on ss/(original_ss))*/
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
Util.java | 422 // Returns the largest picture size which matches the given aspect ratio. 431 // Try to find a size matches aspect ratio and has the largest width
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 703 # Largest valid positive position (one beyond end of input) 757 # Largest valid positive position (one beyond end of input
|
test_struct.py | 387 # smaller <- largest representable float less than base. 403 # Largest finite IEEE single.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_codeccallbacks.py | 703 # Largest valid positive position (one beyond end of input) 757 # Largest valid positive position (one beyond end of input
|
test_struct.py | 387 # smaller <- largest representable float less than base. 403 # Largest finite IEEE single.
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglImp.cpp | 526 EGLint width,height,largest,texTarget,texFormat; local 528 tmpPbSurfacePtr->getDim(&width,&height,&largest); [all...] |
/system/media/camera/src/ |
camera_metadata.c | 35 // Align data buffer to largest supported data type 111 * non-pointer type description in order to figure out the largest alignment [all...] |
/external/chromium_org/chrome/browser/drive/ |
fake_drive_service_unittest.cc | 379 // Load the account_metadata.json as well to add the largest changestamp 405 // Load the account_metadata.json as well to add the largest changestamp 451 // Load the account_metadata.json as well to add the largest changestamp 489 // Load the account_metadata.json as well to add the largest changestamp 684 // Load the account_metadata.json as well to add the largest changestamp [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
prog_execute.c | 1372 const float largest = 1.884467e+19, smallest = 5.42101e-20; local [all...] |