Searched defs:Inverse (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/cc/test/
H A Dgeometry_test_utils.cc37 gfx::Transform Inverse(const gfx::Transform& transform) { function in namespace:cc
/external/llvm/include/llvm/ADT/
H A DGraphTraits.h13 // This file also defines the marker class Inverse that is used to iterate over
64 // Inverse - This class is used as a little marker class to tell the graph
65 // iterator to iterate over the graph in a graph defined "Inverse" ordering.
74 // df_iterator<Inverse<Method*> > I = idf_begin(M), E = idf_end(M);
78 struct Inverse { struct in namespace:llvm
81 inline Inverse(const GraphType &G) : Graph(G) {} function in struct:llvm::Inverse
87 struct GraphTraits<Inverse<Inverse<T> > > {
91 static NodeType *getEntryNode(Inverse<Inverse<
[all...]
/external/chromium_org/ui/gfx/geometry/
H A Dmatrix3_f.cc101 Matrix3F Matrix3F::Inverse() const { function in class:gfx::Matrix3F
/external/guava/guava/src/com/google/common/collect/
H A DAbstractBiMap.java80 inverse = new Inverse<V, K>(backward, this);
372 private static class Inverse<K, V> extends AbstractBiMap<K, V> { class in class:AbstractBiMap
373 private Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) { method in class:AbstractBiMap.Inverse
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java76 inverse = new Inverse<V, K>(backward, this);
368 private static class Inverse<K, V> extends AbstractBiMap<K, V> { class in class:AbstractBiMap
369 private Inverse(Map<K, V> backward, AbstractBiMap<V, K> forward) { method in class:AbstractBiMap.Inverse
/external/llvm/lib/IR/
H A DConstantFold.cpp1876 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); local
1877 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2219 bool Inverse = false; local
2224 Inverse = true;
2230 Inverse = true;
2236 Inverse = true;
2241 if (Inverse) {
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3526 template<int Size> class Inverse;
3531 return app<Inverse<Size> >(mat);
3535 class Inverse<2> : public DerivedFunc<Signature<Mat2, Mat2> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3555 class Inverse<3> : public DerivedFunc<Signature<Mat3, Mat3> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3597 class Inverse<4> : public DerivedFunc<Signature<Mat4, Mat4> > class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
5140 funcs->addFactory(SharedPtr<const CaseFactory>(new SquareMatrixFuncCaseFactory<Inverse>()));
/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/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/ ...

Completed in 1617 milliseconds