Home
last modified time | relevance | path

Searched defs:Remap (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/libclang/
DARCMigrate.cpp25 struct Remap { struct
26 std::vector<std::pair<std::string, std::string> > Vec;
/external/tensorflow/tensorflow/core/lib/histogram/
Dhistogram.cc119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h263 StratifiedIndex Remap; member
/external/llvm/lib/Analysis/
DStratifiedSets.h272 StratifiedIndex Remap; member
/external/cldr/tools/java/org/unicode/cldr/ant/
DCLDRBuild.java634 public static class Remap extends Task { class in CLDRBuild
/external/clang/include/clang/Serialization/
DASTReader.h2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
/external/clang/lib/Serialization/
DASTReader.cpp2902 RemapBuilder &Remap) { in ReadASTBlock()