DerivedTypes.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 #ifndef _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
36 #define _BLAZE_MATH_INTRINSICS_DERIVEDTYPES_H_
37 
38 
39 //*************************************************************************************************
40 // Includes
41 //*************************************************************************************************
42 
45 
46 
47 namespace blaze {
48 
49 //=================================================================================================
50 //
51 // DERIVED INTRINSIC TYPES
52 //
53 //=================================================================================================
54 
55 //*************************************************************************************************
60 //*************************************************************************************************
61 
62 
63 //*************************************************************************************************
68 //*************************************************************************************************
69 
70 
71 //*************************************************************************************************
76 //*************************************************************************************************
77 
78 
79 //*************************************************************************************************
84 //*************************************************************************************************
85 
86 
87 //*************************************************************************************************
92 //*************************************************************************************************
93 
94 
95 //*************************************************************************************************
100 //*************************************************************************************************
101 
102 
103 //*************************************************************************************************
108 //*************************************************************************************************
109 
110 
111 //*************************************************************************************************
116 //*************************************************************************************************
117 
118 
119 //*************************************************************************************************
124 //*************************************************************************************************
125 
126 
127 //*************************************************************************************************
132 //*************************************************************************************************
133 
134 
135 //*************************************************************************************************
140 //*************************************************************************************************
141 
142 
143 //*************************************************************************************************
148 //*************************************************************************************************
149 
150 } // namespace blaze
151 
152 #endif
IntrinsicTrait< short >::Type simd_short_t
The intrinsic data type for 'short'.
Definition: DerivedTypes.h:59
IntrinsicTrait< complex< unsigned long > >::Type simd_culong_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:147
IntrinsicTrait< unsigned short >::Type simd_ushort_t
The intrinsic data type for 'unsigned short'.
Definition: DerivedTypes.h:67
Header file for the intrinsic trait.
IntrinsicTrait< complex< short > >::Type simd_cshort_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:107
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
IntrinsicTrait< complex< long > >::Type simd_clong_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:139
IntrinsicTrait< int >::Type simd_int_t
The intrinsic data type for 'int'.
Definition: DerivedTypes.h:75
IntrinsicTrait< long >::Type simd_long_t
The intrinsic data type for 'long int'.
Definition: DerivedTypes.h:91
IntrinsicTrait< unsigned long >::Type simd_ulong_t
The intrinsic data type for 'unsigned long int'.
Definition: DerivedTypes.h:99
IntrinsicTrait< unsigned int >::Type simd_uint_t
The intrinsic data type for 'unsigned int'.
Definition: DerivedTypes.h:83
IntrinsicTrait< complex< unsigned short > >::Type simd_cushort_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:115
Intrinsic characteristics of data types.The IntrinsicTrait class template provides the intrinsic char...
Definition: IntrinsicTrait.h:1232
IntrinsicTrait< complex< unsigned int > >::Type simd_cuint_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:131
System settings for the SSE mode.
IntrinsicTrait< complex< int > >::Type simd_cint_t
The intrinsic data type for 'complex'.
Definition: DerivedTypes.h:123