Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
DEulerAngles.cpp70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1; in verify_euler_ranged() local
91 eabis2[2] *= kFactor; in verify_euler_ranged()
/external/skia/src/pdf/
DSkPDFUtils.cpp275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local
276 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()
277 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
/external/skqp/src/pdf/
DSkPDFUtils.cpp275 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local
276 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()
277 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
/external/v8/src/heap/
Dheap.cc252 const double kFactor = Page::kPageSize * 1.0 / Page::kAllocatableMemory; in MaxReserved() local
254 (2 * max_semi_space_size_ + max_old_generation_size_) * kFactor); in MaxReserved()