/external/clang/tools/libclang/ |
D | ARCMigrate.cpp | 25 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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | StratifiedSets.h | 182 Remap = StratifiedLink::SetSentinel; in BuilderLink() 237 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; } in isRemapped() 242 Remap = Other; in remapTo() 247 return Remap; in getRemapIndex() 253 Remap = Other; in updateRemap() 263 StratifiedIndex Remap; member
|
/external/llvm/lib/Analysis/ |
D | StratifiedSets.h | 191 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/ |
D | R600OptimizeVectorRegisters.cpp | 95 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | R600OptimizeVectorRegisters.cpp | 115 std::vector<std::pair<unsigned, unsigned>> &Remap) const; 171 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned>> &Remap) in tryMergeVector() 179 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector() 185 Remap.push_back(std::pair<unsigned, unsigned> in tryMergeVector()
|
/external/cldr/tools/java/org/unicode/cldr/ant/ |
D | CLDRBuild.java | 229 for (Remap remap : run.remapper.remaps) { in execute() 634 public static class Remap extends Task { class in CLDRBuild 654 List<Remap> remaps = new ArrayList<Remap>(); 660 public void addConfiguredRemap(Remap remap) { in addConfiguredRemap()
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.h | 98 double Remap(double x, double x0, double x1, double y0, double y1) const;
|
D | histogram.cc | 119 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()
|
/external/angle/third_party/glslang/src/gtests/ |
D | CMakeLists.txt | 27 ${CMAKE_CURRENT_SOURCE_DIR}/Remap.FromFile.cpp)
|
/external/deqp-deps/glslang/gtests/ |
D | CMakeLists.txt | 27 ${CMAKE_CURRENT_SOURCE_DIR}/Remap.FromFile.cpp)
|
/external/clang/include/clang/Driver/ |
D | Types.def | 90 TYPE("remap", Remap, INVALID, "remap", "")
|
/external/blktrace/ |
D | README | 113 A - Remap
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 551 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/tensorflow/tensorflow/core/protobuf/ |
D | rewriter_config.proto | 62 // Remap subgraphs onto more efficient implementations.
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 2005 int Remap = ModuleFile.SLocRemap.find(Loc.getOffset())->second; in TranslateSourceLocation() local 2006 return Loc.getLocWithOffset(Remap); in TranslateSourceLocation()
|
/external/u-boot/doc/ |
D | README.fsl-ddr | 411 Remap DDR 2 GiB left unmapped
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 2902 RemapBuilder &Remap) { in ReadASTBlock() argument 2904 Remap.insert(std::make_pair(Offset, in ReadASTBlock()
|
/external/ImageMagick/PerlMagick/quantum/ |
D | quantum.xs.in | 506 { "Remap", { {"image", ImageReference}, 7587 Remap = 235 10840 case 118: /* Remap */
|
/external/ImageMagick/PerlMagick/ |
D | Magick.xs | 7588 Remap = 235 in Mogrify()
|
/external/mesa3d/docs/relnotes/ |
D | 19.1.0.rst | 3232 - iris: Remap stream output indexes back to VARYING_SLOT_*.
|