Lines Matching refs:Value1
37 using PairWeight<X1, X2>::Value1;
96 if (Value2() == X2::Zero() || Value1().Value() > 0.0) in Hash()
112 bool s1 = w1.Value1().Value() > 0.0; in Plus()
113 bool s2 = w2.Value1().Value() > 0.0; in Plus()
122 return SignedLogWeightTpl<T>(w1.Value1(), (f2 - log(2.0F))); in Plus()
128 w1.Value1(), (f2 - log(1.0F + exp(f2 - f1)))); in Plus()
131 w2.Value1(), (f2 - log(1.0F - exp(f2 - f1)))); in Plus()
136 w2.Value1(), (f1 - log(1.0F + exp(f1 - f2)))); in Plus()
139 w1.Value1(), (f1 - log(1.0F - exp(f1 - f2)))); in Plus()
147 SignedLogWeightTpl<T> minus_w2(-w2.Value1().Value(), w2.Value2()); in Minus()
156 bool s1 = w1.Value1().Value() > 0.0; in Times()
157 bool s2 = w2.Value1().Value() > 0.0; in Times()
172 bool s1 = w1.Value1().Value() > 0.0;
173 bool s2 = w2.Value1().Value() > 0.0;
192 bool s1 = w1.Value1().Value() > 0.0;
193 bool s2 = w2.Value1().Value() > 0.0;
205 bool s1 = w1.Value1().Value() > 0.0;
206 bool s2 = w2.Value1().Value() > 0.0;
226 if (w.Value1().Value() < 0.0) { in SignedLogConvertCheck()
322 TropicalWeight x1 = w.Value1();
359 TropicalWeight x1 = w.Value1();