Home
last modified time | relevance | path

Searched refs:Alignment (Results 1 – 25 of 9774) sorted by relevance

12345678910>>...391

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/delibs/decpp/
H A DdePoolArray.hpp38 template<typename T, deUint32 Alignment>
41 template<typename T, deUint32 Alignment>
114 template<typename T, deUint32 Alignment>
127 template<typename T, deUint32 Alignment>
158 PoolArrayConstIterator<T, Alignment>& operator= (const PoolArrayIterator<T, Alignment>& iter);
164 template<typename T, deUint32 Alignment>
194 PoolArray<T, Alignment>* m_array;
225 template<typename T, deUint32 Alignment>
233 DE_ASSERT(deIsPowerOfTwo32(Alignment)); in PoolArray()
489 inline PoolArrayIterator<T, Alignment>::PoolArrayIterator (PoolArray<T, Alignment>* array, deIntptr… in PoolArrayIterator()
[all …]
H A DdeArrayBuffer.hpp76 template <typename T, size_t Alignment, size_t Stride>
83 template <typename T, size_t Alignment, size_t Stride>
102 template <typename T, size_t Alignment, size_t Stride>
110 ArrayBuffer<T,Alignment,Stride> tmp(numElements); in ArrayBuffer()
129 template <typename T, size_t Alignment, size_t Stride>
130 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other) in ArrayBuffer() argument
146 template <typename T, size_t Alignment, size_t Stride>
152 template <typename T, size_t Alignment, size_t Stride>
153 ArrayBuffer<T,Alignment,Stride>& ArrayBuffer<T,Alignment,Stride>::operator= (const ArrayBuffer& oth… in operator =()
160 template <typename T, size_t Alignment, size_t Stride>
[all …]
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DAlignment.cpp37 Alignment::CigarOperation::Operation Alignment::CigarOperation::getOperation() const { in getOperation()
51 Alignment::Alignment() in Alignment() function in U2::BAM::Alignment
63 int Alignment::getReferenceId() const { in getReferenceId()
67 int Alignment::getPosition() const { in getPosition()
71 int Alignment::getBin() const { in getBin()
75 int Alignment::getMapQuality() const { in getMapQuality()
79 qint64 Alignment::getFlags() const { in getFlags()
91 int Alignment::getNextPosition() const { in getNextPosition()
103 const QList<Alignment::CigarOperation> &Alignment::getCigar() const { in getCigar()
127 void Alignment::setBin(int bin) { in setBin()
[all …]
H A DCigarValidator.cpp35 const static Alignment::CigarOperation::Operation CIGAR_H = Alignment::CigarOperation::HardClip; in validate()
36 const static Alignment::CigarOperation::Operation CIGAR_S = Alignment::CigarOperation::SoftClip; in validate()
106 case Alignment::CigarOperation::SoftClip: in validate()
124 Alignment::CigarOperation::SoftClip == op; in isClippingOperation()
130 case Alignment::CigarOperation::AlignmentMatch:
131 case Alignment::CigarOperation::SequenceMatch:
133 case Alignment::CigarOperation::Insertion:
134 case Alignment::CigarOperation::Deletion:
135 case Alignment::CigarOperation::Skipped:
144 Alignment::CigarOperation::Deletion == op;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dassume_aligned.h23 template <std::size_t Alignment, class T>
31 template <std::size_t Alignment, class T>
39 template <std::size_t Alignment>
42 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memcpy_aligned()
47 template <std::size_t Alignment>
50 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memmove_aligned()
55 template <std::size_t Alignment>
58 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memcmp_aligned()
60 return std::memcmp(my_assume_aligned<Alignment>(s1), in memcmp_aligned()
63 template <std::size_t Alignment>
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dassume_aligned.h23 template <std::size_t Alignment, class T>
31 template <std::size_t Alignment, class T>
39 template <std::size_t Alignment>
42 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memcpy_aligned()
47 template <std::size_t Alignment>
50 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memmove_aligned()
55 template <std::size_t Alignment>
58 static_assert(Alignment && !(Alignment & (Alignment - 1)), "power of 2"); in memcmp_aligned()
60 return std::memcmp(my_assume_aligned<Alignment>(s1), in memcmp_aligned()
63 template <std::size_t Alignment>
[all …]
/dports/x11-toolkits/gtkmm30/gtkmm-3.24.2/gtk/gtkmm/
H A Dalignment.cc97 return manage(new Alignment((GtkAlignment*)(o))); in wrap_new()
104 Alignment::Alignment(const Glib::ConstructParams& construct_params) in Alignment() function in Gtk::Alignment
110 Alignment::Alignment(GtkAlignment* castitem) in Alignment() function in Gtk::Alignment
117 Alignment::Alignment(Alignment&& src) noexcept in Alignment() function in Gtk::Alignment
121 Alignment& Alignment::operator=(Alignment&& src) noexcept in operator =()
127 Alignment::~Alignment() noexcept in ~Alignment()
132 Alignment::CppClassType Alignment::alignment_class_; // initialize static member
134 GType Alignment::get_type() in get_type()
140 GType Alignment::get_base_type() in get_base_type()
146 Alignment::Alignment(float xalign, float yalign, float xscale, float yscale) in Alignment() function in Gtk::Alignment
[all …]
/dports/biology/jalview/jalview/src/jalview/xml/binding/sifts/
H A DObjectFactory.java51 public Alignment createAlignment() { in createAlignment()
52 return new Alignment(); in createAlignment()
59 public Alignment.Geo3D createAlignmentGeo3D() { in createAlignmentGeo3D()
60 return new Alignment.Geo3D(); in createAlignmentGeo3D()
68 return new Alignment.Geo3D.Matrix(); in createAlignmentGeo3DMatrix()
75 public Alignment.Block createAlignmentBlock() { in createAlignmentBlock()
76 return new Alignment.Block(); in createAlignmentBlock()
84 return new Alignment.AlignObject(); in createAlignmentAlignObject()
164 return new Alignment.Score(); in createAlignmentScore()
172 return new Alignment.Geo3D.Vector(); in createAlignmentGeo3DVector()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/doc/programs/master/emboss/apps/inc/
H A Dneedleall.output7 Alignment score (21.5) is less than minimum score(40.0) for sequences Illumina_Genomici_DNA_Adapter…
8 Alignment score (24.5) is less than minimum score(40.0) for sequences Illumina_Genomic_DNA_Adapters…
9 Alignment score (31.0) is less than minimum score(40.0) for sequences Illumina_Genomic_DNA_PCR_Prim…
10 Alignment score (25.5) is less than minimum score(40.0) for sequences Illumina_Genomic_DNA_PCR_Prim…
18 Alignment score (14.5) is less than minimum score(40.0) for sequences Illumina_DpnII_Gex_Adapters1_…
19 Alignment score (24.5) is less than minimum score(40.0) for sequences Illumina_DpnII_Gex_Adapters1_…
20 Alignment score (12.0) is less than minimum score(40.0) for sequences Illumina_DpnII_Gex_Adapters2_…
21 Alignment score (12.0) is less than minimum score(40.0) for sequences Illumina_DpnII_Gex_Adapters2_…
30 Alignment score (12.0) is less than minimum score(40.0) for sequences Illumina_Small_RNA_RT_Primer …
31 Alignment score (23.5) is less than minimum score(40.0) for sequences Illumina_Small_RNA_5p_Adapter…
[all …]
/dports/x11-toolkits/gtkmm24/gtkmm-2.24.5/gtk/gtkmm/
H A Dalignment.cc49 Gtk::Alignment* wrap(GtkAlignment* object, bool take_copy) in wrap()
95 return manage(new Alignment((GtkAlignment*)(o))); in wrap_new()
102 Alignment::Alignment(const Glib::ConstructParams& construct_params) in Alignment() function in Gtk::Alignment
108 Alignment::Alignment(GtkAlignment* castitem) in Alignment() function in Gtk::Alignment
114 Alignment::~Alignment() in ~Alignment()
119 Alignment::CppClassType Alignment::alignment_class_; // initialize static member
121 GType Alignment::get_type() in get_type()
127 GType Alignment::get_base_type() in get_base_type()
133 Alignment::Alignment(float xalign, float yalign, float xscale, float yscale) in Alignment() function in Gtk::Alignment
143 Alignment::Alignment(AlignmentEnum xalign, AlignmentEnum yalign, float xscale, float yscale) in Alignment() function in Gtk::Alignment
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXAlignmentInfo.h53 class Alignment {
63 Alignment() { setUncomputed(); } in Alignment() function
68 Alignment(unsigned C);
70 Alignment(Constant *C);
72 Alignment(const Alignment& Rhs) { in Alignment() function
78 Alignment& operator=(const Alignment &Rhs) {
86 static Alignment getUnknown() { return Alignment(0, 0); } in getUnknown()
88 Alignment merge(Alignment Other) const;
90 Alignment add(Alignment Other) const;
92 Alignment mul(Alignment Other) const;
[all …]
H A DGenXAlignmentInfo.cpp52 return Alignment(C); in get()
281 Alignment::Alignment(unsigned C) in Alignment() function in Alignment
288 Alignment Alignment::getAlignmentForConstant(Constant *C) { in getAlignmentForConstant()
290 Alignment A; in getAlignmentForConstant()
314 Alignment::Alignment(Constant *C) in Alignment() function in Alignment
334 Alignment Alignment::merge(Alignment Other) const in merge()
356 Alignment Alignment::add(Alignment Other) const in add()
375 Alignment Alignment::mul(Alignment Other) const in mul()
401 Alignment Alignment::logicalOp(ConstantInt *CI, SelectFunction F) const { in logicalOp()
419 Alignment Alignment::logicalAnd(ConstantInt *CI) const { in logicalAnd()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ngs/ngs-sdk/ngs/inl/
H A DAlignment.hpp51 StringRef Alignment :: getAlignmentId () const in getAlignmentId()
56 String Alignment :: getReferenceSpec () const in getReferenceSpec()
61 int Alignment :: getMappingQuality () const in getMappingQuality()
66 StringRef Alignment :: getReferenceBases () const in getReferenceBases()
71 String Alignment :: getReadGroup () const in getReadGroup()
76 StringRef Alignment :: getReadId () const in getReadId()
96 Alignment :: AlignmentCategory Alignment :: getAlignmentCategory () const in getAlignmentCategory()
126 uint64_t Alignment :: getTemplateLength () const in getTemplateLength()
141 char Alignment :: getRNAOrientation () const in getRNAOrientation()
146 bool Alignment :: hasMate () const in hasMate()
[all …]
/dports/biology/ncbi-vdb/ngs-2.11.0/ngs-sdk/ngs/inl/
H A DAlignment.hpp51 StringRef Alignment :: getAlignmentId () const in getAlignmentId()
56 String Alignment :: getReferenceSpec () const in getReferenceSpec()
61 int Alignment :: getMappingQuality () const in getMappingQuality()
66 StringRef Alignment :: getReferenceBases () const in getReferenceBases()
71 String Alignment :: getReadGroup () const in getReadGroup()
76 StringRef Alignment :: getReadId () const in getReadId()
96 Alignment :: AlignmentCategory Alignment :: getAlignmentCategory () const in getAlignmentCategory()
126 uint64_t Alignment :: getTemplateLength () const in getTemplateLength()
141 char Alignment :: getRNAOrientation () const in getRNAOrientation()
146 bool Alignment :: hasMate () const in hasMate()
[all …]
/dports/biology/ngs-sdk/ngs-2.11.1/ngs-sdk/ngs/inl/
H A DAlignment.hpp51 StringRef Alignment :: getAlignmentId () const in getAlignmentId()
56 String Alignment :: getReferenceSpec () const in getReferenceSpec()
61 int Alignment :: getMappingQuality () const in getMappingQuality()
66 StringRef Alignment :: getReferenceBases () const in getReferenceBases()
71 String Alignment :: getReadGroup () const in getReadGroup()
76 StringRef Alignment :: getReadId () const in getReadId()
96 Alignment :: AlignmentCategory Alignment :: getAlignmentCategory () const in getAlignmentCategory()
126 uint64_t Alignment :: getTemplateLength () const in getTemplateLength()
141 char Alignment :: getRNAOrientation () const in getRNAOrientation()
146 bool Alignment :: hasMate () const in hasMate()
[all …]
/dports/math/blaze/blaze-3.8/blaze/util/
H A DAlignedArray.h262 , size_t Alignment > // Array alignment
280 , size_t Alignment > // Array alignment
301 , size_t Alignment > // Array alignment
322 , size_t Alignment > // Array alignment
343 , size_t Alignment > // Array alignment
367 , size_t Alignment > // Array alignment
382 , size_t Alignment > // Array alignment
408 , size_t Alignment > // Array alignment
638 constexpr AlignedArray<Type,N,Alignment>&
668 constexpr AlignedArray<Type,N,Alignment>&
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/align/test/
H A Daligned_allocator_test.cpp13 template<std::size_t Alignment>
17 boost::alignment::aligned_allocator<int, Alignment> a; in test_allocate()
31 template<std::size_t Alignment>
34 boost::alignment::aligned_allocator<int, Alignment> a; in test_construct()
42 template<std::size_t Alignment>
62 template<std::size_t Alignment>
85 template<std::size_t Alignment>
88 test_allocate<Alignment>(); in test()
89 test_construct<Alignment>(); in test()
90 test_constructor<Alignment>(); in test()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/align/test/
H A Daligned_allocator_test.cpp13 template<std::size_t Alignment>
17 boost::alignment::aligned_allocator<int, Alignment> a; in test_allocate()
31 template<std::size_t Alignment>
34 boost::alignment::aligned_allocator<int, Alignment> a; in test_construct()
42 template<std::size_t Alignment>
62 template<std::size_t Alignment>
85 template<std::size_t Alignment>
88 test_allocate<Alignment>(); in test()
89 test_construct<Alignment>(); in test()
90 test_constructor<Alignment>(); in test()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/align/test/
H A Daligned_allocator_test.cpp13 template<std::size_t Alignment>
17 boost::alignment::aligned_allocator<int, Alignment> a; in test_allocate()
31 template<std::size_t Alignment>
34 boost::alignment::aligned_allocator<int, Alignment> a; in test_construct()
42 template<std::size_t Alignment>
62 template<std::size_t Alignment>
85 template<std::size_t Alignment>
88 test_allocate<Alignment>(); in test()
89 test_construct<Alignment>(); in test()
90 test_constructor<Alignment>(); in test()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/align/test/
H A Daligned_allocator_test.cpp13 template<std::size_t Alignment>
17 boost::alignment::aligned_allocator<int, Alignment> a; in test_allocate()
31 template<std::size_t Alignment>
34 boost::alignment::aligned_allocator<int, Alignment> a; in test_construct()
42 template<std::size_t Alignment>
62 template<std::size_t Alignment>
85 template<std::size_t Alignment>
88 test_allocate<Alignment>(); in test()
89 test_construct<Alignment>(); in test()
90 test_constructor<Alignment>(); in test()
[all …]
/dports/graphics/scantailor/scantailor-advanced-1.0.16/filters/page_layout/
H A DAlignment.cpp23 Alignment::Alignment() : m_vertical(VCENTER), m_horizontal(HCENTER), m_isNull(false) {} in Alignment() function in page_layout::Alignment
25 Alignment::Alignment(Vertical vertical, Horizontal horizontal) in Alignment() function in page_layout::Alignment
28 Alignment::Alignment(const QDomElement& el) { in Alignment() function in page_layout::Alignment
105 bool Alignment::operator==(const Alignment& other) const { in operator ==()
109 bool Alignment::operator!=(const Alignment& other) const { in operator !=()
113 Alignment::Vertical Alignment::vertical() const { in vertical()
117 void Alignment::setVertical(Alignment::Vertical vertical) { in setVertical()
121 Alignment::Horizontal Alignment::horizontal() const { in horizontal()
125 void Alignment::setHorizontal(Alignment::Horizontal horizontal) { in setHorizontal()
129 bool Alignment::isNull() const { in isNull()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dncoffsets.h9 typedef struct Alignment { struct
12 } Alignment; argument
36 Alignment charalign; /* char*/
38 Alignment shortalign; /* short*/
40 Alignment intalign; /* int*/
42 Alignment longalign; /* long*/
46 Alignment floatalign; /* float*/
47 Alignment doublealign; /* double*/
48 Alignment ptralign; /* void**/
49 Alignment ncvlenalign; /* nc_vlen_t*/
[all …]
/dports/cad/librepcb/librepcb-0.1.6/tests/unittests/common/
H A Dalignmenttest.cpp63 EXPECT_EQ(Alignment(data.hAlign, data.vAlign), in TEST_P()
77 EXPECT_EQ(Alignment(data.hAlign, data.vAlign), in TEST_P()
89 Alignment alignment(data.hAlign, data.vAlign); in TEST_P()
98 Alignment alignment = Alignment(data.hAlign, data.vAlign); in TEST_P()
106 Alignment alignment = Alignment(data.hAlign, data.vAlign); in TEST_P()
114 Alignment alignment = Alignment(data.hAlign, data.vAlign); in TEST_P()
122 Alignment alignment = Alignment(data.hAlign, data.vAlign); in TEST_P()
123 Alignment alignmentMirrored = alignment.mirrored(); in TEST_P()
131 Alignment alignment = Alignment(data.hAlign, data.vAlign); in TEST_P()
132 Alignment alignmentMirroredH = alignment.mirroredH(); in TEST_P()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c181 ASSERT ((Alignment & (Alignment - 1)) == 0); in InternalAllocateAlignedPages()
194 if (Alignment == 0) { in InternalAllocateAlignedPages()
222 IN UINTN Alignment in AllocateAlignedPages() argument
248 IN UINTN Alignment in AllocateAlignedRuntimePages() argument
274 IN UINTN Alignment in AllocateAlignedReservedPages() argument
682 ASSERT ((Alignment & (Alignment - 1)) == 0); in InternalAllocateAlignedPool()
721 IN UINTN Alignment in AllocateAlignedPool() argument
731 ASSERT ((Alignment & (Alignment - 1)) == 0); in AllocateAlignedPool()
771 IN UINTN Alignment in AllocateAlignedRuntimePool() argument
797 IN UINTN Alignment in AllocateAlignedReservedPool() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DMachineFrameInfo.cpp35 if (MaxAlignment < Alignment) in ensureMaxAlignment()
36 MaxAlignment = Alignment; in ensureMaxAlignment()
43 return Alignment; in clampStackAlignment()
56 Alignment = clampStackAlignment(!StackRealignable, Alignment, StackAlignment); in CreateStackObject()
67 Alignment = clampStackAlignment(!StackRealignable, Alignment, StackAlignment); in CreateSpillStackObject()
70 ensureMaxAlignment(Alignment); in CreateSpillStackObject()
77 Alignment = clampStackAlignment(!StackRealignable, Alignment, StackAlignment); in CreateVariableSizedObject()
92 Align Alignment = in CreateFixedObject() local
94 Alignment = clampStackAlignment(!StackRealignable, Alignment, StackAlignment); in CreateFixedObject()
105 Align Alignment = in CreateFixedSpillStackObject() local
[all …]

12345678910>>...391