| /freebsd-11-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| HD | USRFinder.cpp | 36 explicit NamedDeclOccurrenceFindingVisitor(const SourceLocation Point, in NamedDeclOccurrenceFindingVisitor() argument 40 Point(Point), Context(Context) {} in NamedDeclOccurrenceFindingVisitor() 63 return Point == Start || Point == End || in isPointWithin() 65 Point) && in isPointWithin() 66 Context.getSourceManager().isBeforeInTranslationUnit(Point, End)); in isPointWithin() 70 const SourceLocation Point; // The location to find the NamedDecl. member in clang::tooling::__anone0d90eb80111::NamedDeclOccurrenceFindingVisitor 77 const SourceLocation Point) { in getNamedDeclAt() argument 79 NamedDeclOccurrenceFindingVisitor Visitor(Point, Context); in getNamedDeclAt() 88 SM.isBeforeInTranslationUnit(StartLoc, Point) != in getNamedDeclAt() 89 SM.isBeforeInTranslationUnit(EndLoc, Point)) in getNamedDeclAt()
|
| HD | USRFindingAction.cpp | 215 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local 218 ? getNamedDeclAt(Context, Point) in FindSymbol() 223 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol() 227 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
|
| /freebsd-11-stable/contrib/gcc/config/mips/ |
| HD | 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 248 ; cvt.pw.ps - Floating Point Convert Paired Single to Paired Word 258 ; cvt.ps.pw - Floating Point Convert Paired Word to Paired Single 268 ; mulr.ps - Floating Point Reduction Multiply 305 ; Floating Point Comparisons for Scalars 321 ; Floating Point Comparisons for Four Singles [all …]
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| HD | LoopVectorizationPlanner.h | 69 VPBasicBlock::iterator Point; variable 77 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint() 83 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() 150 VPBasicBlock::iterator Point; variable 154 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard() 159 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| /freebsd-11-stable/contrib/file/magic/Magdir/ |
| HD | forth | 27 >>40 lelong x Entry Point: 0x%08X, 39 >>20 lelong x Entry Point: 0x%08X, 49 >20 belong x Entry Point: 0x%08X, 58 >20 lelong x Entry Point: 0x%08X, 72 #>12 short x Entry Point: 0x%08X 80 >24 long x Entry Point: 0x%08X
|
| HD | esri | 16 >32 lelong =1 type Point
|
| /freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-xray/ |
| HD | xray-color-helper.cpp | 181 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()
|
| HD | xray-color-helper.h | 72 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const; 74 std::string getColorString(double Point) const;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| HD | RISCV.td | 31 "'F' (Single-Precision Floating-Point)">; 34 "'F' (Single-Precision Floating-Point)">; 38 "'D' (Double-Precision Floating-Point)", 42 "'D' (Double-Precision Floating-Point)">;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarEvolutionExpander.h | 105 BasicBlock::iterator Point; variable 114 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard() 125 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard() 129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() 130 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
| HD | USRFinder.h | 35 const SourceLocation Point);
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| HD | X86RegisterBanks.td | 15 /// Floating Point/Vector Registers
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| HD | Scalarizer.cpp | 202 Scatterer scatter(Instruction *Point, Value *V); 345 Scatterer ScalarizerVisitor::scatter(Instruction *Point, Value *V) { in scatter() argument 361 return Scatterer(Point->getParent(), Point->getIterator(), in scatter() 371 return Scatterer(Point->getParent(), Point->getIterator(), V); in scatter()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64RegisterBanks.td | 15 /// Floating Point/Vector Registers: B, H, S, D, Q.
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| HD | PPCScheduleP9.td | 88 // Four ALU (Fixed Point Arithmetic) units in total. Two even, two Odd. 99 // Two DIV (Fixed Point Divide) units. 102 // Four DP (Floating Point) units in total. Two even, two Odd. 119 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
|
| /freebsd-11-stable/contrib/binutils/gas/doc/ |
| HD | c-arc.texi | 22 * ARC Floating Point:: Floating Point 106 @node ARC Floating Point 107 @section Floating Point
|
| HD | c-sh.texi | 13 * SH Floating Point:: Floating Point 171 @node SH Floating Point 172 @section Floating Point
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | IOHandlerCursesGUI.cpp | 96 type summary add -s "x=${var.x}, y=${var.y}" curses::Point 101 struct Point { struct 105 Point(int _x = 0, int _y = 0) : x(_x), y(_y) {} in Point() argument 112 Point &operator+=(const Point &rhs) { in operator +=() argument 121 bool operator==(const Point &lhs, const Point &rhs) { in operator ==() 125 bool operator!=(const Point &lhs, const Point &rhs) { in operator !=() 151 Point origin; 156 Rect(const Point &p, const Size &s) : origin(p), size(s) {} in Rect() 372 return Rect(Point(), GetSize()); in GetFrame() 374 Point GetParentOrigin() { return Point(GetParentX(), GetParentY()); } in GetParentOrigin() [all …]
|
| /freebsd-11-stable/contrib/sqlite3/ |
| HD | Replace.cs | 115 #region Program Entry Point
|
| /freebsd-11-stable/sys/arm/mv/ |
| HD | files.mv | 13 # - Vector Floating Point (VFP) unit
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| HD | RegBankSelect.cpp | 833 RegBankSelect::InsertPoint &Point) { in addInsertPoint() argument 834 CanMaterialize &= Point.canMaterialize(); in addInsertPoint() 835 HasSplit |= Point.isSplit(); in addInsertPoint() 836 InsertPoints.emplace_back(&Point); in addInsertPoint()
|
| /freebsd-11-stable/sys/gnu/dts/arm/ |
| HD | armada-385-db-ap.dts | 2 * Device Tree file for Marvell Armada 385 Access Point Development board 48 model = "Marvell Armada 385 Access Point Development Board";
|
| /freebsd-11-stable/crypto/openssh/ |
| HD | README.platform | 57 MacOS X 10.4 in Point-to-Point (Layer 3) and Ethernet (Layer 2) mode
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsInstrFPU.td | 14 // Floating Point Instructions 25 // Floating Point Compare and Branch 364 // Floating Point Instructions 564 /// Floating Point Memory Instructions 689 // Floating Point Branch Codes 706 /// Floating Point Compare 733 // Floating Point Pseudo-Instructions 902 // Floating Point Patterns
|
| /freebsd-11-stable/lib/libc/softfloat/ |
| HD | README.txt | 11 the IEC/IEEE Standard for Binary Floating-Point Arithmetic. SoftFloat is
|