/external/eigen/Eigen/ |
Householder | 9 * This module provides Householder transformations.
|
/external/llvm/test/Transforms/InstCombine/ |
2002-05-14-SubFailure.ll | 1 ; Instcombine was missing a test that caused it to make illegal transformations
|
/frameworks/base/services/java/com/android/server/accessibility/ |
EventStreamTransformation.java | 31 * Note that since instances implementing this interface are transformations 33 * potentially modified by previous ones. Hence, the order of transformations 40 * transformations will not be left in an inconsistent state and the applications 50 * transformations to clear their internal state. 61 * transformations and the raw event to which no transformations have
|
/external/eigen/doc/ |
C08_TutorialGeometry.dox | 9 In this tutorial, we will briefly introduce the many possibilities offered by the \ref Geometry_Module "geometry module", namely 2D and 3D rotations and projective or affine transformations. 17 Eigen's Geometry module provides two different kinds of geometric transformations: 18 - Abstract transformations, such as rotations (represented by \ref AngleAxis "angle and axis" or by a \ref Quaternion "quaternion"), \ref Translation "translations", \ref Scaling "scalings". These transformations are NOT represented as matrices, but you can nevertheless mix them with matrices and vectors in expressions, and convert them to matrices if you wish. 70 N-D Linear transformations \n 84 transformations. Nevertheless, unlike AngleAxis which is inefficient to use, these classes 86 kind of transformations. 109 Concatenation of two transformations</td><td>\code 121 <a href="#" class="top">top</a>\section TutorialGeoTransform Affine transformations 122 Generic affine transformations are represented by the Transform class which internal [all...] |
/external/llvm/include/llvm-c/Transforms/ |
IPO.h | 1 /*===-- IPO.h - Interprocedural Transformations C Interface -----*- C++ -*-===*\ 11 |* various interprocedural transformations of the LLVM IR. *| 25 * @defgroup LLVMCTransformsIPO Interprocedural transformations
|
Vectorize.h | 12 |* implements various vectorization transformations of the LLVM IR. *| 30 * @defgroup LLVMCTransformsVectorize Vectorization transformations
|
/external/pixman/test/ |
gradient-crash-test.c | 46 pixman_transform_t transformations[] = { local 139 for (k = 0; k < ARRAY_LENGTH (transformations); ++k) 141 pixman_image_set_transform (src_img, &transformations[k]);
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pngrtran.c | 15 * Transformations that are used in both reading and writing are 109 png_ptr->transformations |= PNG_COMPOSE | PNG_STRIP_ALPHA; 110 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; 118 png_ptr->transformations |= PNG_BACKGROUND_EXPAND; 120 png_ptr->transformations &= ~PNG_BACKGROUND_EXPAND; 148 png_ptr->transformations |= PNG_SCALE_16_TO_8; 162 png_ptr->transformations |= PNG_16_TO_8; 175 png_ptr->transformations |= PNG_STRIP_ALPHA; 290 png_ptr->transformations &= ~PNG_ENCODE_ALPHA; 296 png_ptr->transformations &= ~PNG_ENCODE_ALPHA [all...] |
/external/llvm/test/CodeGen/X86/ |
i128-sdiv.ll | 2 ; Make sure none of these crash, and that the power-of-two transformations
|
targetLoweringGeneric.ll | 3 ; Gather non-machine specific tests for the transformations in 6 ; the data structures that these transformations act on.
|
/frameworks/base/graphics/java/android/graphics/ |
MaskFilter.java | 20 * MaskFilter is the base class for object that perform transformations on
|
/libcore/luni/src/main/java/javax/xml/transform/ |
OutputKeys.java | 29 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 52 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 70 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 86 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 97 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 108 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 118 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 149 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a> 163 * section 16 of the XSL Transformations (XSLT) W3C Recommendation.</a> 175 * section 16 of the XSL Transformations (XSLT) W3C Recommendation</a [all...] |
/external/chromium_org/chrome/browser/extensions/ |
extension_action_icon_factory.h | 50 // In all cases, action's attention and animation icon transformations are 56 // and animation transformations).
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_program.c | 40 * transformations in order. 41 * 3. If one of the transformations returns GL_TRUE, assume that it 46 * instructions emitted by transformations are not transformed. 55 struct radeon_program_transformation *transformations = local 65 for(i = 0; transformations[i].function; ++i) { 66 struct radeon_program_transformation* t = transformations + i;
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_program.c | 40 * transformations in order. 41 * 3. If one of the transformations returns GL_TRUE, assume that it 46 * instructions emitted by transformations are not transformed. 55 struct radeon_program_transformation *transformations = local 65 for(i = 0; transformations[i].function; ++i) { 66 struct radeon_program_transformation* t = transformations + i;
|
/external/llvm/lib/Target/SystemZ/ |
SystemZTargetMachine.cpp | 69 // transformations can change the set of available CC values and we 70 // generally want those transformations to have priority. This is 81 // (not just equality). So there are some transformations that lose
|
/external/chromium_org/third_party/libpng/ |
pngwtran.c | 20 * transformations is significant. 31 if (png_ptr->transformations & PNG_USER_TRANSFORM) 46 if (png_ptr->transformations & PNG_FILLER) 51 if (png_ptr->transformations & PNG_PACKSWAP) 55 if (png_ptr->transformations & PNG_PACK) 60 if (png_ptr->transformations & PNG_SWAP_BYTES) 64 if (png_ptr->transformations & PNG_SHIFT) 69 if (png_ptr->transformations & PNG_SWAP_ALPHA) 73 if (png_ptr->transformations & PNG_INVERT_ALPHA) 77 if (png_ptr->transformations & PNG_BGR [all...] |
pngrtran.c | 15 * Transformations that are used in both reading and writing are 110 png_ptr->transformations |= PNG_BACKGROUND; 115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); 128 png_ptr->transformations |= PNG_16_TO_8; 172 png_ptr->transformations |= PNG_DITHER; 543 * only do transformations on images where the file_gamma and screen_gamma 562 png_ptr->transformations |= PNG_GAMMA; 581 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); 591 * IOW, a future version of the library may make the transformations flag 612 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS) [all...] |
/external/libpng/ |
pngwtran.c | 20 * transformations is significant. 31 if (png_ptr->transformations & PNG_USER_TRANSFORM) 46 if (png_ptr->transformations & PNG_FILLER) 51 if (png_ptr->transformations & PNG_PACKSWAP) 55 if (png_ptr->transformations & PNG_PACK) 60 if (png_ptr->transformations & PNG_SWAP_BYTES) 64 if (png_ptr->transformations & PNG_SHIFT) 69 if (png_ptr->transformations & PNG_SWAP_ALPHA) 73 if (png_ptr->transformations & PNG_INVERT_ALPHA) 77 if (png_ptr->transformations & PNG_BGR [all...] |
pngrtran.c | 15 * Transformations that are used in both reading and writing are 110 png_ptr->transformations |= PNG_BACKGROUND; 115 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0); 128 png_ptr->transformations |= PNG_16_TO_8; 172 png_ptr->transformations |= PNG_DITHER; 543 * only do transformations on images where the file_gamma and screen_gamma 562 png_ptr->transformations |= PNG_GAMMA; 581 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS); 591 * IOW, a future version of the library may make the transformations flag 612 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS) [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pngwtran.c | 16 * transformations is significant. 27 if (png_ptr->transformations & PNG_USER_TRANSFORM) 41 if (png_ptr->transformations & PNG_FILLER) 46 if (png_ptr->transformations & PNG_PACKSWAP) 50 if (png_ptr->transformations & PNG_PACK) 55 if (png_ptr->transformations & PNG_SWAP_BYTES) 59 if (png_ptr->transformations & PNG_SHIFT) 64 if (png_ptr->transformations & PNG_SWAP_ALPHA) 68 if (png_ptr->transformations & PNG_INVERT_ALPHA) 72 if (png_ptr->transformations & PNG_BGR [all...] |
/external/android-mock/src/com/google/android/testing/mocking/ |
GeneratedMockJar.readme | 13 transformations to avoid Dalvik VM troubles.
|
/external/apache-xml/src/main/java/org/apache/xalan/res/ |
XSLTInfo.properties | 29 # W3C XSL Transformations (XSLT) Version 1.0
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
Utils.java | 36 * used by multiple transformations as long as the JVM stays up.
|
/external/clang/include/clang/Driver/ |
Phases.h | 1 //===--- Phases.h - Transformations on Driver Types -------------*- C++ -*-===//
|