Home
last modified time | relevance | path

Searched refs:Point (Results 1 – 25 of 968) sorted by relevance

12345678910>>...39

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRFinder.cpp37 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument
41 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor()
64 return Point == Start || Point == End || in isPointWithin()
66 Point) && in isPointWithin()
67 Context.getSourceManager().isBeforeInTranslationUnit(Point, End)); in isPointWithin()
71 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anonb517e2ac0111::NamedDeclOccurrenceFindingVisitor
78 const SourceLocation Point) { in getNamedDeclAt() argument
80 NamedDeclOccurrenceFindingVisitor Visitor(Point, Context); in getNamedDeclAt()
89 SM.isBeforeInTranslationUnit(StartLoc, Point) != in getNamedDeclAt()
90 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
H A DUSRFindingAction.cpp252 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local
255 ? getNamedDeclAt(Context, Point) in FindSymbol()
260 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol()
264 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h35 Range(const llvm::APSInt &Point) : Range(Point, Point) {} in Range() argument
37 bool Includes(const llvm::APSInt &Point) const { in Includes() argument
38 return From() <= Point && Point <= To(); in Includes()
141 RangeSet add(RangeSet Original, const llvm::APSInt &Point);
180 RangeSet intersect(RangeSet What, llvm::APSInt Point);
186 RangeSet deletePoint(RangeSet From, const llvm::APSInt &Point);
248 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() argument
249 : RangeSet(F.getRangeSet(Point)) {} in RangeSet()
279 bool contains(llvm::APSInt Point) const { return containsImpl(Point); } in contains() argument
301 bool pin(llvm::APSInt &Point) const;
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp128 const InstructionBenchmark &Point = Clustering_.getPoints()[PointId]; in printInstructionRowCsv() local
131 writeSnippet<EscapeTag, kEscapeCsv>(OS, Point.AssembledSnippet, "; "); in printInstructionRowCsv()
133 writeEscaped<kEscapeCsv>(OS, Point.Key.Config); in printInstructionRowCsv()
135 assert(!Point.Key.Instructions.empty()); in printInstructionRowCsv()
136 const MCInst &MCI = Point.keyInstruction(); in printInstructionRowCsv()
147 for (const auto &Measurement : Point.Measurements) { in printInstructionRowCsv()
222 const InstructionBenchmark &Point = Points[PointId]; in makePointsPerSchedClass() local
223 if (!Point.Error.empty()) in makePointsPerSchedClass()
225 assert(!Point.Key.Instructions.empty()); in makePointsPerSchedClass()
228 const MCInst &MCI = Point.keyInstruction(); in makePointsPerSchedClass()
[all …]
H A DClustering.cpp102 const auto &Point = Points_[P]; in validateAndSetup() local
103 if (!Point.Error.empty()) { in validateAndSetup()
108 const auto *CurMeasurement = &Point.Measurements; in validateAndSetup()
192 const InstructionBenchmark &Point = Points_[P]; in clusterizeNaive() local
193 const unsigned Opcode = Point.keyInstruction().getOpcode(); in clusterizeNaive()
256 for (auto Point : zip(Points_, ClusterIdForPoint_)) { in stabilize() local
257 const ClusterId &ClusterIdOfPoint = std::get<1>(Point); in stabilize()
260 const OpcodeAndConfig Key(std::get<0>(Point)); in stabilize()
345 void SchedClassClusterCentroid::addPoint(ArrayRef<BenchmarkMeasure> Point) { in addPoint() argument
347 Representative.resize(Point.size()); in addPoint()
[all …]
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dforth29 >>>40 lelong x Entry Point: %#08X,
41 >>20 lelong x Entry Point: %#08X,
51 >20 belong x Entry Point: %#08X,
60 >20 lelong x Entry Point: %#08X,
74 #>12 short x Entry Point: %#08X
82 >24 long x Entry Point: %#08X
/netbsd-src/external/apache2/llvm/dist/llvm/tools/sancov/
H A Dsancov.cpp302 for (const auto &Point : Points) { in operator <<() local
303 for (const DILineInfo &Loc : Point.Locs) { in operator <<()
304 PointsByFile[Loc.FileName].push_back(&Point); in operator <<()
324 for (const CoveragePoint *Point : P.second) { in operator <<() local
325 for (const auto &Loc : Point->Locs) { in operator <<()
328 if (WrittenIds.find(Point->Id) != WrittenIds.end()) in operator <<()
332 WrittenIds.insert(Point->Id); in operator <<()
333 W.attribute(Point->Id, in operator <<()
567 auto Point = CoveragePoint(Id); in getCoveragePoints() local
569 Point.Locs.push_back(*LineInfo); in getCoveragePoints()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips-ps-3d.md308 ; cvt.ps.s - Floating Point Convert Pair to Paired Single
322 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point
330 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point
338 ; alnv.ps - Floating Point Align Variable
350 ; addr.ps - Floating Point Reduction Add
373 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word
383 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
393 ; mulr.ps - Floating Point Reduction Multiply
430 ; Floating Point Comparisons for Scalars
446 ; Floating Point Comparisons for Four Singles
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips-ps-3d.md308 ; cvt.ps.s - Floating Point Convert Pair to Paired Single
322 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point
330 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point
338 ; alnv.ps - Floating Point Align Variable
350 ; addr.ps - Floating Point Reduction Add
373 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word
383 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single
393 ; mulr.ps - Floating Point Reduction Multiply
430 ; Floating Point Comparisons for Scalars
446 ; Floating Point Comparisons for Four Singles
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp181 ColorHelper::getColorTuple(double Point) const { in getColorTuple()
185 if (Point < MinIn) in getColorTuple()
187 if (Point > MaxIn) in getColorTuple()
192 double OffsetP = Point - MinIn; in getColorTuple()
219 std::string ColorHelper::getColorString(double Point) const { in getColorString()
220 return getColorString(getColorTuple(Point)); in getColorString()
H A Dxray-color-helper.h72 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const;
74 std::string getColorString(double Point) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationPlanner.h76 VPBasicBlock::iterator Point; variable
84 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint()
90 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint()
161 VPBasicBlock::iterator Point; variable
165 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard()
170 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-csharp-forms/
H A Dhello.cs69 label1.Location = new Point(border, border); in LayoutControls()
70 label2.Location = new Point(border, border + label1.PreferredHeight); in LayoutControls()
71 ok.Location = new Point(border + totalWidth - ok.Width, border + totalHeight - ok.Height); in LayoutControls()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCV.td31 "'F' (Single-Precision Floating-Point)">;
34 "'F' (Single-Precision Floating-Point)">;
38 "'D' (Double-Precision Floating-Point)",
42 "'D' (Double-Precision Floating-Point)">;
46 "'Zfh' (Half-Precision Floating-Point)",
50 "'Zfh' (Half-Precision Floating-Point)">;
/netbsd-src/external/gpl2/mkhybrid/dist/libhfs_iso/
H A Dinternal.h100 } Point; typedef
112 Point frLocation; /* folder's location */
117 Point frScroll; /* scroll position */
128 Point fdLocation; /* file's location */
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp123 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add() argument
124 return add(Original, Range(Point)); in add()
173 bool RangeSet::containsImpl(llvm::APSInt &Point) const { in containsImpl()
174 if (isEmpty() || !pin(Point)) in containsImpl()
177 Range Dummy(Point); in containsImpl()
182 return std::prev(It)->Includes(Point); in containsImpl()
185 bool RangeSet::pin(llvm::APSInt &Point) const { in pin()
187 if (Type.testInRange(Point, true) != APSIntType::RTR_Within) in pin()
190 Type.apply(Point); in pin()
410 RangeSet RangeSet::Factory::intersect(RangeSet LHS, llvm::APSInt Point) { in intersect() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h131 BasicBlock::iterator Point; variable
140 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard()
151 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard()
155 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint()
156 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-wasm32.texi21 * WebAssembly-Floating-Point:: Floating Point
89 @node WebAssembly-Floating-Point
90 @section Floating Point
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-wasm32.texi21 * WebAssembly-Floating-Point:: Floating Point
89 @node WebAssembly-Floating-Point
90 @section Floating Point
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/moxie/
H A Dtestutils.inc13 # Point to the string.
29 # Point to the string.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/mcore/
H A Dtestutils.inc17 # Point to the string.
35 # Point to the string.
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DFPOptions.def1 //===--- FPOptions.def - Floating Point Options database --------*- C++ -*-===//
9 // This file defines the Floating Point language options. Users of this file
/netbsd-src/sys/arch/playstation2/conf/
H A DAGATE34 pseudo-device ppp # Point-to-Point Protocol
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/lm32/
H A Dtestutils.inc16 # Point to the string.
35 # Point to the string.
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/iq2000/
H A Dtestutils.inc16 # Point to the string.
35 # Point to the string.

12345678910>>...39