1 |
5.47357 |
_MM_ROUND_MODE_ENUM::_MM_ROUND_MODE_UP |
Int32 |
2 |
0x00000002 |
2 |
|
|
System.Int32 |
_MM_ROUND_MODE_UP, /* round toward positive infinity */
_MM_ROUND_MODE_UP, /* round toward positive infinity */
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(121,0) |
|
2 |
2.234576 |
_MM_ROUND_MODE_ENUM |
Enum |
|
|
|
|
|
|
typedef enum {
_MM_ROUND_MODE_NEAREST, /* round to nearest (even) */
_MM_ROUND_MODE_NEAREST, /* round to nearest (even) */
_MM_ROUND_MODE_DOWN, /* round toward negative infinity */
_MM_ROUND_MODE_DOWN, /* round toward negative infinity */
_MM_ROUND_MODE_UP, /* round toward positive infinity */
_MM_ROUND_MODE_UP, /* round toward positive infinity */
_MM_ROUND_MODE_TOWARD_ZERO, /* round toward zero */
_MM_ROUND_MODE_TOWARD_ZERO, /* round toward zero */
_MM_ROUND_MODE_DEFAULT, /* round mode from MXCSR */
_MM_ROUND_MODE_DEFAULT, /* round mode from MXCSR */
_MM_ROUND_MODE_NO_EXC = 8, /* suppress all exceptions */
_MM_ROUND_MODE_NO_EXC = 8, /* suppress all exceptions */
} _MM_ROUND_MODE_ENUM;
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\zmmintrin.h(118,0) |
|