Searched defs:Remap (Results 1 – 9 of 9) sorted by relevance
25 struct Remap { struct26 std::vector<std::pair<std::string, std::string> > Vec;
418 struct Remap : hb_vector_t<hb_codepoint_t> struct420 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 …]
119 double Histogram::Remap(double x, double x0, double x1, double y0, in Remap() function in tensorflow::histogram::Histogram
272 StratifiedIndex Remap; member
263 StratifiedIndex Remap; member
634 public static class Remap extends Task { class in CLDRBuild
2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
2902 RemapBuilder &Remap) { in ReadASTBlock()