Searched refs:FloatWeight (Results 1 – 4 of 4) sorted by relevance
33 class FloatWeight {35 FloatWeight() {} in FloatWeight() function37 FloatWeight(float f) : value_(f) {} in FloatWeight() function39 FloatWeight(const FloatWeight &w) : value_(w.value_) {} in FloatWeight() function41 FloatWeight &operator=(const FloatWeight &w) {68 inline bool operator==(const FloatWeight &w1, const FloatWeight &w2) {76 inline bool operator!=(const FloatWeight &w1, const FloatWeight &w2) {80 inline bool ApproxEqual(const FloatWeight &w1, const FloatWeight &w2,85 inline ostream &operator<<(ostream &strm, const FloatWeight &w) {96 inline istream &operator>>(istream &strm, FloatWeight &w) {[all …]
37 typedef FloatWeightTpl<float> FloatWeight; typedef
110 typedef FloatWeightTpl<float> FloatWeight; typedef
57 - hashing bug in FloatWeight