Searched refs:intvalue (Results 1 – 1 of 1) sorted by relevance
115 int32_t intvalue = base::NumberHelper::DoubleToInt(doubleValue, base::INT32_BITS); in WithinInt32() local116 return doubleValue == static_cast<double>(intvalue); in WithinInt32()