Home | History | Annotate | Download | only in script

Lines Matching defs:zero

79   WeightClass() : element_type_(ZERO), impl_(0) { }
103 case ZERO:
104 return "ZERO";
119 static const WeightClass &Zero() {
120 static WeightClass w(ZERO);
140 enum ElementType { ZERO, ONE, OTHER };
152 // We need to store zero and one as statics, because the weight type
155 static const W zero = W::Zero();
158 if (element_type_ == ZERO) {
159 return &zero;