Lines Matching refs:cached
256 // Given normalized diyfp w, Grisu needs to find a (normalized) cached
322 For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached
367 // range [-307,324]. One does not need to store a cached power for each
368 // k in this range. For each such k it suffices to find a cached power
481 const cached_power cached = kCachedPowers[static_cast<std::size_t>(index)];
482 JSON_ASSERT(kAlpha <= cached.e + e + 64);
483 JSON_ASSERT(kGamma >= cached.e + e + 64);
485 return cached;
843 const cached_power cached = get_cached_power_for_binary_exponent(m_plus.e);
845 const diyfp c_minus_k(cached.f, cached.e); // = c ~= 10^-k
876 decimal_exponent = -cached.k; // = -(-k) = k