Home | History | Annotate | Download | only in fuzz

Lines Matching refs:kLimit

95     constexpr float kLimit = 1.0e35f;  // FLT_MAX?
96 *f = (v == v && v <= kLimit && v >= -kLimit) ? v : 0.0f;