Home
last modified time | relevance | path

Searched refs:VT1 (Results 101 – 125 of 7556) sorted by relevance

12345678910>>...303

/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWduplicate-decl-specifier.c7 typedef volatile int VT1; typedef
21 volatile VT1 y1; in foo()
23 VT1 volatile y3; in foo()
40 void v1(volatile VT1 t) { } in v1()
42 void v3(VT1 volatile t) { } in v3()
55 typedef volatile VT1 VVT1;
57 typedef VT1 volatile VT1V;
/dports/math/blaze/blaze-3.8/blaze/math/expressions/
H A DTDMatSVecMultExpr.h436 -> EnableIf_t< UseDefaultKernel_v<VT1,MT1,VT2> >
512 -> EnableIf_t< UseOptimizedKernel_v<VT1,MT1,VT2> >
854 -> EnableIf_t< UseDefaultKernel_v<VT1,MT1,VT2> >
908 -> EnableIf_t< UseOptimizedKernel_v<VT1,MT1,VT2> >
1136 -> EnableIf_t< UseDefaultKernel_v<VT1,MT1,VT2> >
1446 -> EnableIf_t< UseSMPAssign_v<VT1> >
1491 -> EnableIf_t< UseSMPAssign_v<VT1> >
1524 -> EnableIf_t< UseSMPAssign_v<VT1> >
1570 -> EnableIf_t< UseSMPAssign_v<VT1> >
1616 -> EnableIf_t< UseSMPAssign_v<VT1> >
[all …]
H A DSVecSVecEqualExpr.h73 , typename VT1 // Type of the left-hand side sparse vector
77 inline bool equal( const SparseVector<VT1,TF1>& lhs, const SparseVector<VT2,TF2>& rhs ) in equal() argument
79 using CT1 = CompositeType_t<VT1>; in equal()
137 template< typename VT1 // Type of the left-hand side sparse vector
141 inline bool operator==( const SparseVector<VT1,TF1>& lhs, const SparseVector<VT2,TF2>& rhs )
156 template< typename VT1 // Type of the left-hand side sparse vector
160 inline bool operator!=( const SparseVector<VT1,TF1>& lhs, const SparseVector<VT2,TF2>& rhs )
H A DTDMatDVecMultExpr.h988 using ET = ElementType_t<VT1>;
1597 using ET = ElementType_t<VT1>;
2183 using ET = ElementType_t<VT1>;
2287 -> EnableIf_t< UseSMPAssign_v<VT1> >
2332 -> EnableIf_t< UseSMPAssign_v<VT1> >
2365 -> EnableIf_t< UseSMPAssign_v<VT1> >
2410 -> EnableIf_t< UseSMPAssign_v<VT1> >
2455 -> EnableIf_t< UseSMPAssign_v<VT1> >
3399 using ET = ElementType_t<VT1>;
3986 using ET = ElementType_t<VT1>;
[all …]
H A DTDVecDMatMultExpr.h990 using ET = ElementType_t<VT1>;
1599 using ET = ElementType_t<VT1>;
2185 using ET = ElementType_t<VT1>;
2289 -> EnableIf_t< UseSMPAssign_v<VT1> >
2334 -> EnableIf_t< UseSMPAssign_v<VT1> >
2367 -> EnableIf_t< UseSMPAssign_v<VT1> >
2412 -> EnableIf_t< UseSMPAssign_v<VT1> >
2457 -> EnableIf_t< UseSMPAssign_v<VT1> >
3399 using ET = ElementType_t<VT1>;
3986 using ET = ElementType_t<VT1>;
[all …]
H A DVector.h252 template< typename VT1, bool TF1, typename VT2, bool TF2 >
761 template< typename VT1 // Type of the left-hand side vector
767 return ( IsSame_v<VT1,VT2> && in isSame()
788 template< typename VT1 // Type of the left-hand side vector
818 template< typename VT1 // Type of the left-hand side vector
848 template< typename VT1 // Type of the left-hand side vector
878 template< typename VT1 // Type of the left-hand side vector
908 template< typename VT1 // Type of the left-hand side vector
1503 template< typename VT1 // Type of the left-hand side vector
1535 template< typename VT1 // Type of the left-hand side vector
[all …]
H A DVecScalarMultExpr.h215 template< typename VT1 // Vector base type of the left-hand side expression
219 operator*( const VecScalarMultExpr<VT1>& lhs, const DenseVector<VT2,TF>& rhs ) in decltype()
243 template< typename VT1 // Type of the left-hand side dense vector
247 operator*( const DenseVector<VT1,TF>& lhs, const VecScalarMultExpr<VT2>& rhs ) in decltype()
271 template< typename VT1 // Vector base type of the left-hand side expression
275 operator*( const VecScalarMultExpr<VT1>& lhs, const SparseVector<VT2,TF>& rhs ) in decltype()
299 template< typename VT1 // Type of the left-hand side sparse vector
303 operator*( const SparseVector<VT1,TF>& lhs, const VecScalarMultExpr<VT2>& rhs ) in decltype()
327 template< typename VT1 // Vector base type of the left-hand side expression
330 operator*( const VecScalarMultExpr<VT1>& lhs, const VecScalarMultExpr<VT2>& rhs ) in decltype()
H A DSVecSVecOuterExpr.h87 template< typename VT1 // Type of the left-hand side sparse vector
119 using This = SVecSVecOuterExpr<VT1,VT2>;
136 using LeftOperand = If_t< IsExpression_v<VT1>, const VT1, const VT1& >;
142 using LT = If_t< IsComputation_v<VT1>, const RT1, CT1 >;
820 BLAZE_CONSTRAINT_MUST_BE_SPARSE_VECTOR_TYPE( VT1 );
821 BLAZE_CONSTRAINT_MUST_BE_COLUMN_VECTOR_TYPE( VT1 );
824 BLAZE_CONSTRAINT_MUST_NOT_BE_ZERO_TYPE ( VT1 );
826 BLAZE_CONSTRAINT_MUST_FORM_VALID_VECTVECMULTEXPR( VT1, VT2 );
854 template< typename VT1 // Type of the left-hand side sparse vector
857 inline const SVecSVecOuterExpr<VT1,VT2>
[all …]
H A DSVecDVecOuterExpr.h179 using This = SVecDVecOuterExpr<VT1,VT2>;
196 using LeftOperand = If_t< IsExpression_v<VT1>, const VT1, const VT1& >;
1410 , DisableIf_t< IsZero_v<VT1> >* = nullptr >
1411 inline const SVecDVecOuterExpr<VT1,VT2>
1416 return SVecDVecOuterExpr<VT1,VT2>( *lhs, *rhs ); in svecdvecouter()
1437 , EnableIf_t< IsZero_v<VT1> >* = nullptr >
1505 template< typename VT1, typename VT2 >
1506 struct Size< SVecDVecOuterExpr<VT1,VT2>, 0UL >
1507 : public Size<VT1,0UL>
1510 template< typename VT1, typename VT2 >
[all …]
H A DSVecSVecInnerExpr.h93 template< typename VT1 // Type of the left-hand side sparse vector
96 operator*( const SparseVector<VT1,true>& lhs, const SparseVector<VT2,false>& rhs ) in decltype()
100 …using CT1 = CompositeType_t<VT1>; // Composite type of the left-hand side sparse vector ex… in decltype()
108 BLAZE_CONSTRAINT_MUST_BE_SPARSE_VECTOR_TYPE( VT1 ); in decltype()
110 BLAZE_CONSTRAINT_MUST_BE_ROW_VECTOR_TYPE ( VT1 ); in decltype()
125 if( IsOpposedView_v<VT1> && IsOpposedView_v<VT2> ) in decltype()
134 else if( IsOpposedView_v<VT1> ) in decltype()
H A DDVecSVecInnerExpr.h97 template< typename VT1 // Type of the left-hand side dense vector
100 operator*( const DenseVector<VT1,true>& lhs, const SparseVector<VT2,false>& rhs ) in decltype()
104 …using CT1 = CompositeType_t<VT1>; // Composite type of the left-hand side dense vector exp… in decltype()
112 BLAZE_CONSTRAINT_MUST_BE_DENSE_VECTOR_TYPE ( VT1 ); in decltype()
114 BLAZE_CONSTRAINT_MUST_BE_ROW_VECTOR_TYPE ( VT1 ); in decltype()
H A DSVecDVecInnerExpr.h97 template< typename VT1 // Type of the left-hand side sparse vector
100 operator*( const SparseVector<VT1,true>& lhs, const DenseVector<VT2,false>& rhs ) in decltype()
104 …using CT1 = CompositeType_t<VT1>; // Composite type of the left-hand side sparse vector ex… in decltype()
112 BLAZE_CONSTRAINT_MUST_BE_SPARSE_VECTOR_TYPE( VT1 ); in decltype()
114 BLAZE_CONSTRAINT_MUST_BE_ROW_VECTOR_TYPE ( VT1 ); in decltype()
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/vigra_ext/
H A Dlut.h120 typedef typename vigra_ext::ValueTypeTraits<VTIn>::value_type VT1; typedef
149 lut_type applyLutInteger(VT1 v) const in applyLutInteger()
153 if (m_lut.size() == LUTTraits<VT1>::max()) { in applyLutInteger()
157 double m = LUTTraits<VT1>::max(); in applyLutInteger()
190 vigra::RGBValue<VT1> ret; in applyVector()
209 lut_type applyScalar(VT1 v, vigra::VigraFalseType) const in applyScalar()
215 lut_type applyScalar(VT1 v, vigra::VigraTrueType) const in applyScalar()
220 lut_type apply(VT1 v, vigra::VigraTrueType) const in apply()
222 typedef typename vigra::NumericTraits<VT1>::isIntegral isIntegral; in apply()
251 template <class VT1, class LUT>
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/vectors/vectorserializer/
H A DClassTest.h119 template< typename VT1, typename VT2 >
120 void runTest( const VT1& src, VT2& dst );
128 template< typename VT1, typename VT2 >
129 void compareVectors( const VT1& src, const VT2& dst );
359 template< typename VT1 // Type of the source vector
361 void ClassTest::runTest( const VT1& src, VT2& dst ) in runTest()
363 BLAZE_CONSTRAINT_MUST_BE_VECTOR_TYPE( VT1 ); in runTest()
461 template< typename VT1 // Type of the source vector
463 void ClassTest::compareVectors( const VT1& src, const VT2& dst ) in compareVectors()
465 BLAZE_CONSTRAINT_MUST_BE_VECTOR_TYPE( VT1 ); in compareVectors()
[all …]
/dports/math/blaze/blaze-3.8/blaze/math/dense/
H A DLSE.h324 VT1& x_( *x ); in solve2x2()
391 VT1& x_( *x ); in solve2x2()
457 VT1& x_( *x ); in solve2x2()
519 VT1& x_( *x ); in solve2x2()
577 VT1& x_( *x ); in solve2x2()
639 VT1& x_( *x ); in solve2x2()
696 VT1& x_( *x ); in solve2x2()
1160 VT1& x_( *x ); in solve3x3()
1236 VT1& x_( *x ); in solve3x3()
1311 VT1& x_( *x ); in solve3x3()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dvecdvecouter/
H A DOperationTest.h121 using DRE = blaze::MultTrait_t<VT1,TVT2>;
326 OperationTest<VT1,VT2>::OperationTest( const Creator<VT1>& creator1, const Creator<VT2>& creator2 ) in OperationTest()
402 void OperationTest<VT1,VT2>::testInitialStatus() in testInitialStatus()
474 void OperationTest<VT1,VT2>::testAssignment() in testAssignment()
534 void OperationTest<VT1,VT2>::testEvaluation() in testEvaluation()
2214 VT1 lhs( lhs_ ); in testDeclSymOperation()
2455 VT1 lhs( lhs_ ); in testDeclHermOperation()
2927 VT1 lhs( lhs_ ); in testDeclUppOperation()
3158 VT1 lhs( lhs_ ); in testDeclDiagOperation()
5394 void OperationTest<VT1,VT2>::checkResults() in checkResults()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/ctc_include/contrib/moderngpu/include/device/
H A Dloadstore.cuh88 for(int i = VT0; i < VT1; ++i) { in DeviceGlobalToReg2()
119 for(int i = VT0; i < VT1; ++i) { in DeviceGlobalToRegDefault2()
270 T reg[VT1]; in DeviceGlobalToShared2()
272 DeviceRegToShared<NT, VT1>(reg, tid, dest, sync); in DeviceGlobalToShared2()
289 T reg[VT1]; in DeviceGlobalToSharedDefault2()
482 template<int NT, int VT0, int VT1, typename T>
503 for(int i = VT0; i < VT1; ++i) { in DeviceLoad2ToReg()
510 template<int NT, int VT0, int VT1, typename T>
514 T reg[VT1]; in DeviceLoad2ToShared()
546 for(int i = VT0; i < VT1; ++i) { in DeviceLoad2ToReg()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/ctc_include/contrib/moderngpu/include/device/
H A Dloadstore.cuh88 for(int i = VT0; i < VT1; ++i) { in DeviceGlobalToReg2()
119 for(int i = VT0; i < VT1; ++i) { in DeviceGlobalToRegDefault2()
270 T reg[VT1]; in DeviceGlobalToShared2()
272 DeviceRegToShared<NT, VT1>(reg, tid, dest, sync); in DeviceGlobalToShared2()
289 T reg[VT1]; in DeviceGlobalToSharedDefault2()
482 template<int NT, int VT0, int VT1, typename T>
503 for(int i = VT0; i < VT1; ++i) { in DeviceLoad2ToReg()
510 template<int NT, int VT0, int VT1, typename T>
514 T reg[VT1]; in DeviceLoad2ToShared()
546 for(int i = VT0; i < VT1; ++i) { in DeviceLoad2ToReg()
[all …]
/dports/textproc/templates_parser/templates-parser-1d62939/regtests/tests/0001_tag_demo/
H A Dtag_demo.adb54 VT1 : Vector_Tag; variable
91 VT1 := VT1 & "first" & "1_1_1";
94 MT := +VT1 & VT2;
102 Assoc ("OTAG", VT1))));

12345678910>>...303