Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DARCMigrate.cpp25 struct Remap { struct
26 std::vector<std::pair<std::string, std::string> > Vec;
/external/harfbuzz_ng/src/
Dhb-ot-cff-common.hh418 struct Remap : hb_vector_t<hb_codepoint_t> struct
420 void init () { SUPER::init (); } in init()
422 void fini () { SUPER::fini (); } in fini()
424 bool reset (unsigned int size) in reset()
434 bool identity (unsigned int size) in identity()
445 bool excludes (hb_codepoint_t id) const in excludes()
448 bool includes (hb_codepoint_t id) const in includes()
451 unsigned int add (unsigned int i) in add()
458 hb_codepoint_t get_count () const { return count; } in get_count()
461 hb_codepoint_t count;
[all …]
/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/llvm/lib/Analysis/
DStratifiedSets.h272 StratifiedIndex Remap; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DStratifiedSets.h263 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()