Searched defs:Identity (Results 26 - 38 of 38) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_matrix.c131 * Identity matrix.
133 static GLfloat Identity[16] = { variable
596 memcpy( out, Identity, sizeof(Identity) );
630 * Simply copies Identity into GLmatrix::inv.
634 memcpy( mat->inv, Identity, sizeof(Identity) );
656 memcpy( out, Identity, 16 * sizeof(GLfloat) );
689 memcpy( out, Identity, 16 * sizeof(GLfloat) );
711 memcpy( out, Identity, 1
[all...]
/external/eigen/Eigen/src/Geometry/
H A DTransform.h498 static const Transform Identity() function in class:Eigen::Transform
500 return Transform(MatrixType::Identity());
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp663 Constant *Identity = ConstantExpr::getBinOpIdentity(Opcode, I->getType()); local
664 assert(Identity && "Associative operation without identity!");
665 Ops.push_back(std::make_pair(Identity, APInt(Bitwidth, 1)));
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c131 * Identity matrix.
133 static GLfloat Identity[16] = { variable
596 memcpy( out, Identity, sizeof(Identity) );
630 * Simply copies Identity into GLmatrix::inv.
634 memcpy( mat->inv, Identity, sizeof(Identity) );
656 memcpy( out, Identity, 16 * sizeof(GLfloat) );
689 memcpy( out, Identity, 16 * sizeof(GLfloat) );
711 memcpy( out, Identity, 1
[all...]
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2662 Value *Identity; local
2668 VectorStart = Identity = RdxDesc.StartValue;
2670 VectorStart = Identity = Builder.CreateVectorSplat(VF,
2680 Identity = Iden;
2681 // This vector is the Identity vector where the first element is the
2685 Identity = ConstantVector::getSplat(VF, Iden);
2687 // This vector is the Identity vector where the first element is the
2689 VectorStart = Builder.CreateInsertElement(Identity,
2708 Value *StartVal = (part == 0) ? VectorStart : Identity;
2727 Value *StartVal = (part == 0) ? VectorStart : Identity;
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 305 milliseconds

12