HomeSort by relevance Sort by last modified time
    Searched refs:Remap (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/tools/libclang/
ARCMigrate.cpp 25 struct Remap {
60 std::unique_ptr<Remap> remap(new Remap());
62 bool err = arcmt::getFileRemappings(remap->Vec, migrate_dir_path,&diagBuffer);
75 return remap.release();
87 std::unique_ptr<Remap> remap(new Remap());
93 return remap.release()
    [all...]
  /external/tensorflow/tensorflow/core/lib/histogram/
histogram.h 98 double Remap(double x, double x0, double x1, double y0, double y1) const;
histogram.cc 119 double Histogram::Remap(double x, double x0, double x1, double y0,
136 // Prevent divide by 0 in remap which happens if cumsum == cumsum_prev
150 double weight = Remap(threshold, cumsum_prev, cumsum, lhs, rhs);
  /external/llvm/lib/Analysis/
StratifiedSets.h 181 /// remap has occurred, and use this information so we can defer renumbering set
191 Remap = StratifiedLink::SetSentinel;
246 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
251 Remap = Other;
256 return Remap;
262 Remap = Other;
272 StratifiedIndex Remap;
438 // remap to NewRemap
500 // Remap needs to happen after getBelow(), but before
  /external/llvm/lib/Target/AMDGPU/
R600OptimizeVectorRegisters.cpp 95 std::vector<std::pair<unsigned, unsigned> > &Remap) const;
147 RegSeqInfo *ToMerge, std::vector< std::pair<unsigned, unsigned> > &Remap)
155 Remap.push_back(std::pair<unsigned, unsigned>
161 Remap.push_back(std::pair<unsigned, unsigned>
  /external/clang/include/clang/Serialization/
ASTReader.h 354 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp 548 // Working with the single array element, so have to remap
551 CodeGenFunction::OMPPrivateScope Remap(*this);
552 Remap.addPrivate(DestVD, [DestElement]() -> Address {
555 Remap.addPrivate(
557 (void)Remap.Privatize();
562 // Remap pseudo source variable to private copy.
563 CodeGenFunction::OMPPrivateScope Remap(*this);
564 Remap.addPrivate(SrcVD, [SrcAddr]() -> Address { return SrcAddr; });
565 Remap.addPrivate(DestVD, [DestAddr]() -> Address { return DestAddr; });
566 (void)Remap.Privatize()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
ASTReader.h 371 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/dwarf/
dwarf.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/dwarf/
dwarf.go     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 539 STDMETHOD(Remap)(THIS_ DWORD num_vertices, DWORD* vertex_remap) PURE;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 2074 milliseconds

1 2