HomeSort by relevance Sort by last modified time
    Searched full:transformations (Results 1 - 25 of 462) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/Transforms/InstCombine/
2002-05-14-SubFailure.ll 1 ; Instcombine was missing a test that caused it to make illegal transformations
  /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
Scalar.h 11 |* implements various scalar transformations of the LLVM IR. *|
29 * @defgroup LLVMCTransformsScalar Scalar transformations
  /external/llvm/test/CodeGen/X86/
i128-sdiv.ll 2 ; Make sure none of these crash, and that the power-of-two transformations
  /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/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...]
pngrtran.c 12 * Transformations that are used in both reading and writing are
91 png_ptr->transformations |= PNG_BACKGROUND;
96 png_ptr->transformations |= (need_expand ? PNG_BACKGROUND_EXPAND : 0);
107 png_ptr->transformations |= PNG_16_TO_8;
147 png_ptr->transformations |= PNG_DITHER;
518 * only do transformations on images where the file_gamma and screen_gamma
534 png_ptr->transformations |= PNG_GAMMA;
550 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS);
562 * IOW, a future version of the library may make the transformations flag
579 png_ptr->transformations |= (PNG_EXPAND | PNG_EXPAND_tRNS)
    [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++ -*-===//
  /external/clang/lib/Driver/
Phases.cpp 1 //===--- Phases.cpp - Transformations on Driver Types ---------------------===//
  /external/llvm/test/Transforms/SimplifyCFG/
2011-03-08-UnreachableUse.ll 5 ; the transformations done by SimplifyCFG, so this test is likely to rot
  /external/mesa3d/src/glsl/
TODO 10 transformations such as "dot(v, vec3(0.0, 1.0, 0.0))" -> v.y.
  /frameworks/base/core/java/android/view/animation/
package.html 7 transformations (position, size, rotation, and so on) to the content of a
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
IStateTransform.java 23 * multiple state variables would use a list of these state transformations.
  /external/jpeg/
jpegtran.1 16 performs various useful transformations of JPEG files.
24 ever fully decoding the image. Therefore, its transformations are lossless:
96 The other transformations operate rather oddly if the image dimensions are not
126 equivalences between the transformations no longer hold. For example,
  /external/llvm/include/llvm/Transforms/Utils/
FunctionUtils.h 10 // This family of transformations manipulate LLVM functions.
  /external/qemu/distrib/jpeg-6b/
jpegtran.1 16 performs various useful transformations of JPEG files.
24 ever fully decoding the image. Therefore, its transformations are lossless:
96 The other transformations operate rather oddly if the image dimensions are not
126 equivalences between the transformations no longer hold. For example,
  /frameworks/base/docs/html/guide/topics/graphics/
view-animation.jd 13 <p>A tween animation can perform a series of simple transformations (position, size, rotation,
26 <p>The animation instructions define the transformations that you want to occur, when they will
27 occur, and how long they should take to apply. Transformations can be sequential or simultaneous
32 parameters (for instance, start time and duration). To make several transformations happen
  /frameworks/base/docs/html/training/graphics/opengl/
projection.jd 20 <li><a href="#transform">Apply Projection and Camera Transformations</a></li>
39 physical viewing is done with mathematical transformations of drawn object coordinates:</p>
120 <h2 id="#transform">Apply Projection and Camera Transformations</h2>
142 <p>Once you have correctly calulated and applied the projection and camera view transformations,

Completed in 1013 milliseconds

1 2 3 4 5 6 7 8 91011>>