GDAL
|
Public Member Functions | |
XMMReg4Double (const XMMReg4Double &other) | |
const XMMReg4Double & | operator= (const XMMReg4Double &other) |
const XMMReg4Double & | operator+= (const XMMReg4Double &other) |
XMMReg4Double | operator+ (const XMMReg4Double &other) |
XMMReg4Double | operator- (const XMMReg4Double &other) |
XMMReg4Double | operator* (const XMMReg4Double &other) |
const XMMReg4Double & | operator*= (const XMMReg4Double &other) |
void | AddLowAndHigh () |
XMMReg2Double & | GetLow () |
Static Public Member Functions | |
static XMMReg4Double | Zero () |
static XMMReg4Double | Load4Val (const unsigned char *ptr) |
static XMMReg4Double | Load4Val (const short *ptr) |
static XMMReg4Double | Load4Val (const unsigned short *ptr) |
static XMMReg4Double | Load4Val (const double *ptr) |
static XMMReg4Double | Load4ValAligned (const double *ptr) |
static XMMReg4Double | Load4Val (const float *ptr) |
Public Attributes | |
XMMReg2Double | low |
XMMReg2Double | high |