All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 } // namespace blaze
103 
104 #endif
IntrinsicTrait< int >::Type sse_int_t
The intrinsic data type for 'int'.
Definition: DerivedTypes.h:75
Header file for the intrinsic trait.
IntrinsicTrait< unsigned int >::Type sse_uint_t
The intrinsic data type for 'unsigned int'.
Definition: DerivedTypes.h:83
IntrinsicTrait< short >::Type sse_short_t
The intrinsic data type for 'short'.
Definition: DerivedTypes.h:59
Intrinsic characteristics of data types.The IntrinsicTrait class template provides the intrinsic char...
Definition: IntrinsicTrait.h:749
IntrinsicTrait< long >::Type sse_long_t
The intrinsic data type for 'long int'.
Definition: DerivedTypes.h:91
IntrinsicTrait< unsigned long >::Type sse_ulong_t
The intrinsic data type for 'unsigned long int'.
Definition: DerivedTypes.h:99
System settings for the SSE mode.
IntrinsicTrait< unsigned short >::Type sse_ushort_t
The intrinsic data type for 'unsigned short'.
Definition: DerivedTypes.h:67