Lines Matching full:coefficient
28 /// Class representing coefficient of floating-point addend.
37 // most addends which have coefficient either 1 or -1. So, the constructor
46 assert(!insaneIntVal(C) && "Insane coefficient");
87 // If the coefficient is represented by an integer, promote it to a
102 // The integer coefficient of an individual addend is either 1 or -1,
113 /// constant coefficient. A constant addend is represented as <C, 0>.
125 void set(short Coefficient, Value *V) {
126 Coeff.set(Coefficient);
129 void set(const APFloat &Coefficient, Value *V) {
130 Coeff.set(Coefficient);
133 void set(const ConstantFP *Coefficient, Value *V) {
134 Coeff.set(Coefficient->getValueAPF());
815 // <+/-1, V> V coefficient is -1
816 // <2/-2, V> "fadd V, V" coefficient is -2