#include "fst/float-weight.h"
Go to the source code of this file.
 | 
| template<class T >  | 
| ArcticWeightTpl< T >  | Plus (const ArcticWeightTpl< T > &w1, const ArcticWeightTpl< T > &w2) | 
|   | 
| ArcticWeightTpl< float >  | Plus (const ArcticWeightTpl< float > &w1, const ArcticWeightTpl< float > &w2) | 
|   | 
| ArcticWeightTpl< double >  | Plus (const ArcticWeightTpl< double > &w1, const ArcticWeightTpl< double > &w2) | 
|   | 
| template<class T >  | 
| ArcticWeightTpl< T >  | Times (const ArcticWeightTpl< T > &w1, const ArcticWeightTpl< T > &w2) | 
|   | 
| ArcticWeightTpl< float >  | Times (const ArcticWeightTpl< float > &w1, const ArcticWeightTpl< float > &w2) | 
|   | 
| ArcticWeightTpl< double >  | Times (const ArcticWeightTpl< double > &w1, const ArcticWeightTpl< double > &w2) | 
|   | 
| template<class T >  | 
| ArcticWeightTpl< T >  | Divide (const ArcticWeightTpl< T > &w1, const ArcticWeightTpl< T > &w2, DivideType typ=DIVIDE_ANY) | 
|   | 
| ArcticWeightTpl< float >  | Divide (const ArcticWeightTpl< float > &w1, const ArcticWeightTpl< float > &w2, DivideType typ=DIVIDE_ANY) | 
|   | 
| ArcticWeightTpl< double >  | Divide (const ArcticWeightTpl< double > &w1, const ArcticWeightTpl< double > &w2, DivideType typ=DIVIDE_ANY) | 
|   |