Home
last modified time | relevance | path

Searched refs:lo_int (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dduration.cc259 double lo_int = 0; in ScaleDouble() local
260 double lo_frac = std::modf(lo_doub, &lo_int); in ScaleDouble()
266 if (!SafeAddRepHi(hi_int, lo_int, &ans)) return ans; in ScaleDouble()