Searched refs:kDoublePrecisionCheckMax (Results 1 – 1 of 1) sorted by relevance
180 static const double kDoublePrecisionCheckMax = DBL_MAX / 1.000000000000001; variable197 if (std::abs(value) <= kDoublePrecisionCheckMax) { in DoubleToBuffer()