| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.cpp | 37 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::__anon9a672b300111::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 D | USRFindingAction.cpp | 210 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local 213 ? getNamedDeclAt(Context, Point) in FindSymbol() 218 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol() 222 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
|
| /freebsd-12.1/contrib/gcc/config/mips/ |
| H A D | mips-ps-3d.md | 193 ; cvt.ps.s - Floating Point Convert Pair to Paired Single 209 ; cvt.s.pl - Floating Point Convert Pair Lower to Single Floating Point 217 ; cvt.s.pu - Floating Point Convert Pair Upper to Single Floating Point 225 ; alnv.ps - Floating Point Align Variable 237 ; addr.ps - Floating Point Reduction Add 268 ; mulr.ps - Floating Point Reduction Multiply 305 ; Floating Point Comparisons for Scalars 321 ; Floating Point Comparisons for Four Singles 384 ; Floating Point Comparisons for Paired Singles 437 ; Floating Point Branch Instructions. [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationPlanner.h | 70 VPBasicBlock::iterator Point; variable 78 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint() 84 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() 151 VPBasicBlock::iterator Point; variable 155 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard() 160 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-xray/ |
| H A D | xray-color-helper.cpp | 182 ColorHelper::getColorTuple(double Point) const { in getColorTuple() 186 if (Point < MinIn) in getColorTuple() 188 if (Point > MaxIn) in getColorTuple() 193 double OffsetP = Point - MinIn; in getColorTuple() 220 std::string ColorHelper::getColorString(double Point) const { in getColorString() 221 return getColorString(getColorTuple(Point)); in getColorString()
|
| H A D | xray-color-helper.h | 73 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const; 75 std::string getColorString(double Point) const;
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolutionExpander.h | 102 BasicBlock::iterator Point; variable 111 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard() 122 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard() 126 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() 127 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
|
| H A D | DependenceAnalysis.h | 382 enum ConstraintKind { Empty, Point, Distance, Line, Any } Kind; enumerator 394 bool isPoint() const { return Kind == Point; } in isPoint()
|
| /freebsd-12.1/contrib/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 30 "'F' (Single-Precision Floating-Point)">; 36 "'D' (Double-Precision Floating-Point)",
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/Refactoring/Rename/ |
| H A D | USRFinder.h | 36 const SourceLocation Point);
|
| /freebsd-12.1/contrib/llvm/lib/Target/X86/ |
| H A D | X86RegisterBanks.td | 16 /// Floating Point/Vector Registers
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleP9.td | 76 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 87 // Two DIV (Fixed Point Divide) units. 90 // Four DP (Floating Point) units in total. Two even, two Odd. 107 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
|
| /freebsd-12.1/contrib/llvm/lib/Target/AArch64/ |
| H A D | AArch64RegisterBanks.td | 16 /// Floating Point/Vector Registers: B, H, S, D, Q.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | armada-385-db-ap.dts | 3 * Device Tree file for Marvell Armada 385 Access Point Development board 17 model = "Marvell Armada 385 Access Point Development Board";
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | esri | 16 >32 lelong =1 type Point
|
| /freebsd-12.1/contrib/binutils/gas/doc/ |
| H A D | c-arc.texi | 22 * ARC Floating Point:: Floating Point 106 @node ARC Floating Point 107 @section Floating Point
|
| H A D | c-sh.texi | 13 * SH Floating Point:: Floating Point 171 @node SH Floating Point 172 @section Floating Point
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/GlobalISel/ |
| H A D | RegBankSelect.cpp | 766 RegBankSelect::InsertPoint &Point) { in addInsertPoint() argument 767 CanMaterialize &= Point.canMaterialize(); in addInsertPoint() 768 HasSplit |= Point.isSplit(); in addInsertPoint() 769 InsertPoints.emplace_back(&Point); in addInsertPoint()
|
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | Replace.cs | 115 #region Program Entry Point
|
| /freebsd-12.1/sys/arm/mv/ |
| H A D | files.mv | 13 # - Vector Floating Point (VFP) unit
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | README.platform | 57 MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | IOHandler.cpp | 642 type summary add -s "x=${var.x}, y=${var.y}" curses::Point 647 struct Point { struct 651 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() function 658 Point &operator+=(const Point &rhs) { in operator +=() argument 667 bool operator==(const Point &lhs, const Point &rhs) { in operator ==() 671 bool operator!=(const Point &lhs, const Point &rhs) { in operator !=() 697 Point origin; 918 return Rect(Point(), GetSize()); in GetFrame() 920 Point GetParentOrigin() { return Point(GetParentX(), GetParentY()); } in GetParentOrigin() 929 void MoveWindow(int x, int y) { MoveWindow(Point(x, y)); } in MoveWindow() [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | Scalarizer.cpp | 188 Scatterer scatter(Instruction *Point, Value *V); 322 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V) { in scatter() argument 339 return Scatterer(Point->getParent(), Point->getIterator(), V); in scatter()
|
| /freebsd-12.1/lib/libc/softfloat/ |
| H A D | README.txt | 11 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 15 // Floating Point Instructions 26 // Floating Point Compare and Branch 363 // Floating Point Instructions 563 /// Floating Point Memory Instructions 688 // Floating Point Branch Codes 705 /// Floating Point Compare 732 // Floating Point Pseudo-Instructions 893 // Floating Point Patterns
|