Searched refs:FAddendCoef (Results 1 – 1 of 1) sorted by relevance
33 class FAddendCoef { class41 FAddendCoef() : IsFp(false), BufHasFpVal(false), IntVal(0) {} in FAddendCoef() function in __anon34d4ec880111::FAddendCoef42 ~FAddendCoef();58 void operator=(const FAddendCoef &A);59 void operator+=(const FAddendCoef &A);60 void operator-=(const FAddendCoef &A);61 void operator*=(const FAddendCoef &S);120 const FAddendCoef &getCoef(void) const { return Coeff; } in getCoef()147 void Scale(const FAddendCoef& ScaleAmt) { Coeff *= ScaleAmt; } in Scale()151 FAddendCoef Coeff;[all …]