| /src/contrib/llvm-project/llvm/include/llvm/ADT/ ! |
| H A D | IntervalTree.h | 221 bool left(const PointType &Point) const { return left() <= Point; } in left() argument 225 bool right(const PointType &Point) const { return Point <= right(); } in right() argument 229 bool contains(const PointType &Point) const { in contains() argument 230 return left(Point) && right(Point); in contains() 279 IntervalNode(PointType Point, unsigned Start) in IntervalNode() argument 280 : MiddlePoint(Point), BucketIntervalsStart(Start) {} in IntervalNode() 465 PointType Point = {}; variable 476 if (Point == Node->middle()) { in initNode() 484 if (Point < Node->middle()) { in initNode() 488 if (Node->size() && (*AscendingBuckets)[Node->start()]->left(Point)) { in initNode() [all …]
|
| /src/contrib/llvm-project/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::__anon056afb360111::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 | 251 const SourceLocation Point = SourceMgr.getLocForStartOfFile(MainFileID) in FindSymbol() local 254 ? getNamedDeclAt(Context, Point) in FindSymbol() 259 FullSourceLoc FullLoc(Point, SourceMgr); in FindSymbol() 263 Engine.Report(Point, CouldNotFindSymbolAt) << SymbolOffset; in FindSymbol()
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ ! |
| H A D | RangedConstraintManager.h | 35 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() 142 RangeSet add(RangeSet Original, const llvm::APSInt &Point); 160 RangeSet unite(RangeSet Original, llvm::APSInt Point); 205 RangeSet intersect(RangeSet What, llvm::APSInt Point); 211 RangeSet deletePoint(RangeSet From, const llvm::APSInt &Point); 318 RangeSet(Factory &F, const llvm::APSInt &Point) in RangeSet() argument 319 : RangeSet(F.getRangeSet(Point)) {} in RangeSet() 353 bool contains(llvm::APSInt Point) const { return containsImpl(Point); } in contains() argument [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ ! |
| H A D | RISCVScheduleV.td | 402 // 12. Vector Fixed-Point Arithmetic Instructions 417 // 12.5. Vector Narrowing Fixed-Point Clip Instructions 422 // 13. Vector Floating-Point Instructions 423 // 13.2. Vector Single-Width Floating-Point Add/Subtract Instructions 426 // 13.3. Vector Widening Floating-Point Add/Subtract Instructions 429 // 13.4. Vector Single-Width Floating-Point Multiply/Divide Instructions 434 // 13.5. Vector Widening Floating-Point Multiply 437 // 13.6. Vector Single-Width Floating-Point Fused Multiply-Add Instructions 440 // 13.7. Vector Widening Floating-Point Fused Multiply-Add Instructions 443 // 13.8. Vector Floating-Point Square-Root Instruction [all …]
|
| H A D | RISCVFeatures.td | 280 // Floating Point Extensions 284 "'F' (Single-Precision Floating-Point)", 289 "'F' (Single-Precision Floating-Point)">; 293 "'D' (Double-Precision Floating-Point)", 298 "'D' (Double-Precision Floating-Point)">; 302 "'Zfhmin' (Half-Precision Floating-Point Minimal)", 307 "'Zfh' (Half-Precision Floating-Point) or " 308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">; 312 "'Zfh' (Half-Precision Floating-Point)", 317 "'Zfh' (Half-Precision Floating-Point)">; [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/PowerPC/ ! |
| H A D | P10InstrResources.td | 13 // 22 Cycles Binary Floating Point operations, 2 input operands 21 // 22 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 27 // 24 Cycles Binary Floating Point operations, 2 input operands 33 // 26 Cycles Binary Floating Point operations, 1 input operands 41 // 26 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands 47 // 27 Cycles Binary Floating Point operations, 1 input operands 53 // 27 Cycles Binary Floating Point operations, 2 input operands 62 // 27 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 2 input operands 68 // 36 Cycles Binary Floating Point operations, 1 input operands 77 // 36 Cycles Binary Floating Point operations, and 3 Cycles ALU operations, 1 input operands [all …]
|
| /src/release/packages/ucl/ ! |
| H A D | ppp-all.ucl | 19 comment = "Point-to-Point Protocol (PPP) utilities" 22 ppp(8) is a userland implementations of the Point to Point Protocol for serial
|
| H A D | hostapd-all.ucl | 19 comment = "IEEE Std 802.11 Access Point authentication daemon" 23 IEEE Std 802.11 wireless network interface configured in Access Point (AP)
|
| /src/contrib/file/magic/Magdir/ ! |
| H A D | forth | 29 >>>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
|
| /src/contrib/llvm-project/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 | 71 std::tuple<uint8_t, uint8_t, uint8_t> getColorTuple(double Point) const; 73 std::string getColorString(double Point) const;
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ ! |
| H A D | LoopVectorizationPlanner.h | 93 VPBasicBlock::iterator Point; variable 101 : Block(InsertBlock), Point(InsertPoint) {} in VPInsertPoint() 107 VPBasicBlock::iterator getPoint() const { return Point; } in getPoint() 214 VPBasicBlock::iterator Point; variable 218 : Builder(B), Block(B.getInsertBlock()), Point(B.getInsertPoint()) {} in InsertPointGuard() 223 ~InsertPointGuard() { Builder.restoreIP(VPInsertPoint(Block, Point)); } in ~InsertPointGuard()
|
| /src/sys/contrib/device-tree/Bindings/soc/qcom/ ! |
| H A D | qcom,smp2p.txt | 1 Qualcomm Shared Memory Point 2 Point binding 3 The Shared Memory Point to Point (SMP2P) protocol facilitates communication of
|
| /src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ ! |
| H A D | ScalarEvolutionExpander.h | 138 BasicBlock::iterator Point; variable 147 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard() 158 Builder.restoreIP(IRBuilderBase::InsertPoint(Block, Point)); in ~SCEVInsertPointGuard() 162 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() 163 void SetInsertPoint(BasicBlock::iterator I) { Point = I; } in SetInsertPoint()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ ! |
| H A D | riscv_vector.td | 1387 // 12. Vector Fixed-Point Arithmetic Instructions 1491 // 12.5. Vector Narrowing Fixed-Point Clip Instructions 1497 // 13. Vector Floating-Point Instructions 1556 // 13.2. Vector Single-Width Floating-Point Add/Subtract Instructions 1561 // 13.3. Vector Widening Floating-Point Add/Subtract Instructions 1566 // 13.4. Vector Single-Width Floating-Point Multiply/Divide Instructions 1571 // 13.2. Vector Single-Width Floating-Point Add/Subtract Instructions 1576 // 13.3. Vector Widening Floating-Point Add/Subtract Instructions 1581 // 13.4. Vector Single-Width Floating-Point Multiply/Divide Instructions 1633 // 13.3. Vector Widening Floating-Point Add/Subtract Instructions [all …]
|
| H A D | FPOptions.def | 1 //===--- FPOptions.def - Floating Point Options database --------*- C++ -*-===// 9 // This file defines the Floating Point language options. Users of this file
|
| /src/crypto/libecc/scripts/ ! |
| H A D | expand_libecc.py | 194 class Point(object): class 222 return Point(self.curve, self.x, self.y) 230 return Point(self.curve, None, None) 240 return Point(self.curve, resx, resy) 244 return Point(self.curve, None, None) 246 return Point(self.curve, self.x, -self.y) 254 Q = Point(P.curve, None, None) 298 G = Point(curve, gx, gy) 309 G = Point(curve, gx, gy) 498 G = Point(privkey.curve, gx, gy) [all …]
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ ! |
| H A D | RangeConstraintManager.cpp | 134 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add() argument 135 return add(Original, Range(Point)); in add() 150 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt Point) { in unite() argument 151 return unite(Original, Range(ValueFactory.getValue(Point))); in unite() 372 bool RangeSet::containsImpl(llvm::APSInt &Point) const { in containsImpl() 373 if (isEmpty() || !pin(Point)) in containsImpl() 376 Range Dummy(Point); in containsImpl() 381 return std::prev(It)->Includes(Point); in containsImpl() 384 bool RangeSet::pin(llvm::APSInt &Point) const { in pin() 386 if (Type.testInRange(Point, true) != APSIntType::RTR_Within) in pin() [all …]
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ ! |
| H A D | M68kRegisterInfo.td | 71 // Floating Point Registers 119 // Floating Point Data Registers 128 // Float Point System Control Registers
|
| /src/contrib/llvm-project/llvm/include/llvm/Analysis/ ! |
| H A D | MemorySSAUpdater.h | 193 MemorySSA::InsertionPlace Point); 197 MemorySSA::InsertionPlace Point,
|
| /src/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ ! |
| H A D | USRFinder.h | 35 const SourceLocation Point);
|
| /src/sys/contrib/device-tree/src/powerpc/fsl/ ! |
| H A D | e500mc_power_isa.dtsi | 51 power-isa-fp; // Floating Point 52 power-isa-fp.r; // Floating Point.Record
|
| H A D | e5500_power_isa.dtsi | 51 power-isa-fp; // Floating Point 52 power-isa-fp.r; // Floating Point.Record
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ ! |
| H A D | RISCVRegisterBanks.td | 15 /// Floating Point Registers: F.
|