Searched refs:kFactor (Results 1 – 4 of 4) sorted by relevance
70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1; in verify_euler_ranged() local91 eabis2[2] *= kFactor; in verify_euler_ranged()
275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local276 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()277 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
252 const double kFactor = Page::kPageSize * 1.0 / Page::kAllocatableMemory; in MaxReserved() local254 (2 * max_semi_space_size_ + max_old_generation_size_) * kFactor); in MaxReserved()