Searched refs:FAddendCoef (Results 1 – 1 of 1) sorted by relevance
49 class FAddendCoef { class56 FAddendCoef() = default;57 ~FAddendCoef();61 void operator=(const FAddendCoef &A);62 void operator+=(const FAddendCoef &A);172 FAddendCoef Coeff;224 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()266 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =()273 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=()294 void FAddendCoef::operator*=(const FAddendCoef &That) { in operator *=()[all …]