1 |
5.47357 |
_MM_EXP_ADJ_ENUM::_MM_EXPADJ_8 |
Int32 |
3 |
0x00000003 |
3 |
|
|
System.Int32 |
_MM_EXPADJ_8, /* 2**8 (24.8) */
_MM_EXPADJ_8, /* 2**8 (24.8) */
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(132,0) |
|
2 |
1.955254 |
_MM_EXP_ADJ_ENUM |
Enum |
|
|
|
|
|
|
typedef enum {
_MM_EXPADJ_NONE, /* 2**0 (32.0 - no exp adjustment) */
_MM_EXPADJ_NONE, /* 2**0 (32.0 - no exp adjustment) */
_MM_EXPADJ_4, /* 2**4 (28.4) */
_MM_EXPADJ_4, /* 2**4 (28.4) */
_MM_EXPADJ_5, /* 2**5 (27.5) */
_MM_EXPADJ_5, /* 2**5 (27.5) */
_MM_EXPADJ_8, /* 2**8 (24.8) */
_MM_EXPADJ_8, /* 2**8 (24.8) */
_MM_EXPADJ_16, /* 2**16 (16.16) */
_MM_EXPADJ_16, /* 2**16 (16.16) */
_MM_EXPADJ_24, /* 2**24 (8.24) */
_MM_EXPADJ_24, /* 2**24 (8.24) */
_MM_EXPADJ_31, /* 2**31 (1.31) */
_MM_EXPADJ_31, /* 2**31 (1.31) */
_MM_EXPADJ_32 /* 2**32 (0.32) */
_MM_EXPADJ_32 /* 2**32 (0.32) */
} _MM_EXP_ADJ_ENUM;
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(128,0) |
|