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

/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/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/dropbear/libtommath/
H A Dbn.tex1809 \section{Modular Inverse}
/external/llvm/lib/VMCore/
H A DConstantFold.cpp1848 Constant *Inverse = ConstantExpr::getBitCast(C1, CE2Op0->getType()); local
1849 return ConstantExpr::getICmp(pred, Inverse, CE2Op0);

Completed in 101 milliseconds