Searched refs:to_weight_ (Results 1 – 2 of 2) sorted by relevance
118 return to_weight_(f2 - LogPosExp(f1 - f2)); in LogPlus()120 return to_weight_(f1 - LogPosExp(f2 - f1)); in LogPlus()124 WeightConvert<Log64Weight, Weight> to_weight_; variable298 return to_weight_(f2 - LogPosExp(f1 - f2)); in LogPlus()300 return to_weight_(f1 - LogPosExp(f2 - f1)); in LogPlus()321 return to_weight_(f1); in LogMinus()323 return to_weight_(f1 - LogMinusExp(f2 - f1)); in LogMinus()327 WeightConvert<Log64Weight, Weight> to_weight_; variable553 return to_weight_(f2 - LogPosExp(f1 - f2)); in LogPlus()555 return to_weight_(f1 - LogPosExp(f2 - f1)); in LogPlus()[all …]
463 Weight weight = weighted_ ? to_weight_(-log(prob)) : Weight::One(); in Expand()473 to_weight_(-log(prob)) : to_weight_(-log(prob * npath_)); in Expand()499 WeightConvert<Log64Weight, Weight> to_weight_; variable