Searched refs:ComplexAPSInt (Results 1 – 2 of 2) sorted by relevance
71 struct ComplexAPSInt { struct73 ComplexAPSInt() : Real(1), Imag(1) {} in ComplexAPSInt() argument112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ?113 sizeof(ComplexAPSInt) : sizeof(ComplexAPFloat))212 return ((ComplexAPSInt*)(char*)Data)->Real; in getComplexIntReal()220 return ((ComplexAPSInt*)(char*)Data)->Imag; in getComplexIntImag()360 ((ComplexAPSInt*)(char*)Data)->Real = R; in setComplexInt()361 ((ComplexAPSInt*)(char*)Data)->Imag = I; in setComplexInt()415 new ((void*)(char*)Data) ComplexAPSInt(); in MakeComplexInt()
197 ((ComplexAPSInt*)(char*)Data)->~ComplexAPSInt(); in DestroyDataAndMakeUninit()