Searched refs:roundtrip_value (Results 1 – 1 of 1) sorted by relevance
2165 double roundtrip_value = static_cast<double>(static_cast<int32_t>(value)); in IsInteger32() local2166 return bit_cast<int64_t>(roundtrip_value) == bit_cast<int64_t>(value); in IsInteger32()