Home
last modified time | relevance | path

Searched refs:Pieces (Results 51 – 75 of 2077) sorted by relevance

12345678910>>...84

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp70 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
71 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
72 if (Pieces.empty()) { in deserializeMCInst()
77 for (StringRef Piece : Pieces) { in deserializeMCInst()
263 SmallVector<StringRef, 2> Pieces; in input() local
264 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp70 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
71 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
72 if (Pieces.empty()) { in deserializeMCInst()
77 for (StringRef Piece : Pieces) { in deserializeMCInst()
263 SmallVector<StringRef, 2> Pieces; in input() local
264 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp70 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
71 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
72 if (Pieces.empty()) { in deserializeMCInst()
77 for (StringRef Piece : Pieces) { in deserializeMCInst()
263 SmallVector<StringRef, 2> Pieces; in input() local
264 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp70 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
71 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
72 if (Pieces.empty()) { in deserializeMCInst()
77 for (StringRef Piece : Pieces) { in deserializeMCInst()
263 SmallVector<StringRef, 2> Pieces; in input() local
264 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp70 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
71 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
72 if (Pieces.empty()) { in deserializeMCInst()
77 for (StringRef Piece : Pieces) { in deserializeMCInst()
263 SmallVector<StringRef, 2> Pieces; in input() local
264 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
268 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
270 const unsigned BitsNeeded = APInt::getBitsNeeded(Pieces[1], kRadix); in input()
271 RV.Value = APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dsimdarrayhelper.h136 static constexpr std::size_t Pieces = Pieces_; member
141 type_decayed::Size / Pieces>;
163 static constexpr size_t Pieces = Pieces_;
168 type_decayed::Size / Pieces> *;
346 template <typename V, std::size_t Pieces, std::size_t Index>
347 static Vc_INTRINSIC Segment<V, 2 * Pieces, 2 * Index> loImpl(
348 const Segment<V, Pieces, Index> &x)
352 template <typename V, std::size_t Pieces, std::size_t Index>
354 const Segment<V, Pieces, Index> &x)
468 template <typename Op, typename T, size_t Pieces, size_t Index>
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx33 static vtkImageData* Pieces[NUMBER_OF_PIECES]; variable
64 Pieces[i] = piece; in operator ()()
89 mbds->SetBlock(i, Pieces[i]); in TestSMPPipelineContour()
90 Pieces[i]->Delete(); in TestSMPPipelineContour()
/dports/math/vtk9/VTK-9.1.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx33 static vtkImageData* Pieces[NUMBER_OF_PIECES]; variable
59 Pieces[i] = piece; in operator ()()
82 mbds->SetBlock(i, Pieces[i]); in TestSMPPipelineContour()
83 Pieces[i]->Delete(); in TestSMPPipelineContour()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/Testing/Cxx/
H A DTestSMPPipelineContour.cxx33 static vtkImageData* Pieces[NUMBER_OF_PIECES]; variable
66 Pieces[i] = piece; in operator ()()
91 mbds->SetBlock(i, Pieces[i]); in TestSMPPipelineContour()
92 Pieces[i]->Delete(); in TestSMPPipelineContour()
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp69 llvm::SmallVector<llvm::StringRef, 16> Pieces; in deserializeMCInst() local
70 String.split(Pieces, " ", /* MaxSplit */ -1, /* KeepEmpty */ false); in deserializeMCInst()
71 if (Pieces.empty()) { in deserializeMCInst()
76 for (llvm::StringRef Piece : Pieces) { in deserializeMCInst()
264 llvm::SmallVector<llvm::StringRef, 2> Pieces; in input() local
265 String.split(Pieces, "=0x", /* MaxSplit */ -1, in input()
269 if (Pieces.size() == 2 && (RegNo = Context.getRegNo(Pieces[0]))) { in input()
271 const unsigned BitsNeeded = llvm::APInt::getBitsNeeded(Pieces[1], kRadix); in input()
272 RV.Value = llvm::APInt(BitsNeeded, Pieces[1], kRadix); in input()
/dports/net/storj/storj-1.45.3/satellite/metabase/
H A Dupdate_test.go254 NewPieces: metabase.Pieces{
283 Pieces: metabase.Pieces{{Number: 0, StorageNode: storj.NodeID{2}}},
300 expectedPieces := metabase.Pieces{
315 OldPieces: segment.Pieces,
322 expectedSegment.Pieces = expectedPieces
355 expectedPieces := metabase.Pieces{
371 OldPieces: segment.Pieces,
379 expectedSegment.Pieces = expectedPieces
/dports/net/storj/storj-1.45.3/satellite/repair/repairer/
H A Dsegments.go77 OnTestingPiecesReportHook func(pieces audit.Pieces)
166 pieces := segment.Pieces
223 var healthyPieces, unhealthyPieces metabase.Pieces
254 var newHealthyPieces metabase.Pieces
378 var repairedPieces metabase.Pieces
421 var toRemove metabase.Pieces
439 newPieces, err := segment.Pieces.Update(repairedPieces, toRemove)
448 OldPieces: segment.Pieces,
501 if !oldSegment.Pieces.Equal(newSegment.Pieces) {
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.D2k/Traits/
H A DSpiceBloom.cs45 public readonly int[] Pieces = { 2, 12 }; field in OpenRA.Mods.D2k.Traits.SpiceBloomInfo
121 var pieces = self.World.SharedRandom.Next(info.Pieces[0], info.Pieces[1]) * ticks / growTicks; in SeedResources()
122 if (pieces < info.Pieces[0]) in SeedResources()
123 pieces = info.Pieces[0]; in SeedResources()
/dports/devel/boost-docs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp139 template<typename Pieces>
140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
181 typename Pieces,
187 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/devel/boost-python-libs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp139 template<typename Pieces>
140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
181 typename Pieces,
187 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/percona57-server/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/xtrabackup/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp139 template<typename Pieces>
140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
181 typename Pieces,
187 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/percona57-client/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/devel/boost-libs/boost_1_72_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp139 template<typename Pieces>
140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
181 typename Pieces,
187 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp139 template<typename Pieces>
140 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
181 typename Pieces,
187 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/geometry/algorithms/detail/
H A Doccupation_info.hpp128 template<typename Pieces>
129 inline void move_index(Pieces const& pieces, signed_size_type& index, signed_size_type& piece_index… in move_index()
170 typename Pieces,
176 Pieces const& pieces, // using rescaled offsets of it in add_incoming_and_outgoing_angles()

12345678910>>...84