Searched refs:FAddendCoef (Results 1 – 2 of 2) sorted by relevance
34 class FAddendCoef { class42 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} in FAddendCoef() function in __anon34d4ec880111::FAddendCoef43 ~FAddendCoef();59 void operator=(const FAddendCoef &A);60 void operator+=(const FAddendCoef &A);61 void operator*=(const FAddendCoef &S);120 const FAddendCoef &getCoef() const { return Coeff; } in getCoef()154 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()158 FAddendCoef Coeff;211 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()[all …]
49 class FAddendCoef { class56 FAddendCoef() = default;57 ~FAddendCoef();61 void operator=(const FAddendCoef &A);62 void operator+=(const FAddendCoef &A);63 void operator*=(const FAddendCoef &S);139 const FAddendCoef &getCoef() const { return Coeff; } in getCoef()168 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()172 FAddendCoef Coeff;227 FAddendCoef::~FAddendCoef() { in ~FAddendCoef()[all …]