Home
last modified time | relevance | path

Searched refs:Remap (Results 1 – 13 of 13) sorted by relevance

/external/clang/tools/libclang/
DARCMigrate.cpp25 struct Remap { struct
60 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappings()
87 std::unique_ptr<Remap> remap(new Remap()); in clang_getRemappingsFromFileList()
124 return static_cast<Remap *>(map)->Vec.size(); in clang_remap_getNumFiles()
132 static_cast<Remap *>(map)->Vec[index].first); in clang_remap_getFilenames()
135 static_cast<Remap *>(map)->Vec[index].second); in clang_remap_getFilenames()
139 delete static_cast<Remap *>(map); in clang_remap_dispose()
/external/llvm/lib/Analysis/
DStratifiedSets.h191 Remap = StratifiedLink::SetSentinel; in BuilderLink()
246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped()
251 Remap = Other; in remapTo()
256 return Remap; in getRemapIndex()
262 Remap = Other; in updateRemap()
272 StratifiedIndex Remap; member
/external/llvm/lib/Target/AMDGPU/
DR600OptimizeVectorRegisters.cpp95 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
147 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap) in tryMergeVector()
155 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
161 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
/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
150 double weight = Remap(threshold, cumsum_prev, cumsum, lhs, rhs); in Percentile()
Dhistogram.h98 double Remap(double x, double x0, double x1, double y0, double y1) const;
/external/clang/include/clang/Driver/
DTypes.def90 TYPE("remap", Remap, INVALID, "remap", "")
/external/syslinux/codepage/
Diso8859-7.txt44 # Remap 0xA1 to U+2018 (instead of 0x02BD) to match text of 8859-7
45 # Remap 0xA2 to U+2019 (instead of 0x02BC) to match text of 8859-7
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp551 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
552 Remap.addPrivate(DestVD, [DestElement]() -> Address { in EmitOMPCopy()
555 Remap.addPrivate( in EmitOMPCopy()
557 (void)Remap.Privatize(); in EmitOMPCopy()
563 CodeGenFunction::OMPPrivateScope Remap(*this); in EmitOMPCopy() local
564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; }); in EmitOMPCopy()
565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; }); in EmitOMPCopy()
566 (void)Remap.Privatize(); in EmitOMPCopy()
/external/blktrace/
DREADME111 A - Remap
/external/clang/include/clang/Serialization/
DASTReader.h2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local
2006 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
/external/clang/lib/Serialization/
DASTReader.cpp2902 RemapBuilder &Remap) { in ReadASTBlock() argument
2904 Remap.insert(std::make_pair(Offset, in ReadASTBlock()
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in503 { "Remap", { {"image", ImageReference},
7511 Remap = 235
10732 case 118: /* Remap */
/external/ImageMagick/PerlMagick/
DMagick.xs7511 Remap = 235 in Mogrify()