HomeSort by relevance Sort by last modified time
    Searched defs:Remap (Results 1 - 7 of 7) sorted by null

  /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.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/harfbuzz_ng/src/
hb-ot-cff-common.hh 416 /* used to remap font index or SID from fullset to subset.
418 struct Remap : hb_vector_t<hb_codepoint_t>
510 const Remap &fdmap,
548 const Remap &fdmap,
  /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/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
StratifiedSets.h 172 /// remap has occurred, and use this information so we can defer renumbering set
182 Remap = StratifiedLink::SetSentinel;
237 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }
242 Remap = Other;
247 return Remap;
253 Remap = Other;
263 StratifiedIndex Remap;
429 // remap to NewRemap
491 // Remap needs to happen after getBelow(), but before
  /external/cldr/tools/java/org/unicode/cldr/ant/
CLDRBuild.java 229 for (Remap remap : run.remapper.remaps) {
230 infos.add(new SplitInfo(remap.sourcePath, remap.targetDir, remap.targetPath));
634 public static class Remap extends Task {
654 List<Remap> remaps = new ArrayList<Remap>();
660 public void addConfiguredRemap(Remap remap) {
    [all...]
  /external/clang/include/clang/Serialization/
ASTReader.h 354 friend class ASTUnit; // ASTUnit needs to remap source locations.
    [all...]

Completed in 501 milliseconds