Searched refs:kFactor (Results 1 – 6 of 6) sorted by relevance
144 constexpr int kFactor = 2; in TEST_F() local145 constexpr int kPacketsPerBurst = kMaxPacketsPerTimeslice / kFactor; in TEST_F()146 static_assert(kMaxPacketsPerTimeslice % kFactor == 0, "wanted exactly half"); in TEST_F()177 kFactor * kReceivedBytesPerSecond * CHAR_BIT; in TEST_F()
43 constexpr int kFactor = 100; variable44 constexpr float kMinReorderingSquareDistance = 1.0f / kFactor / kFactor;51 (kMaxUplinkBandwidthBps - kMinUplinkBandwidthBps) / kFactor;
70 const int kFactor = EulerSystem::IsGammaOpposite ? -1 : 1; in verify_euler_ranged() local91 eabis2[2] *= kFactor; in verify_euler_ranged()
283 static constexpr int kFactor = int_pow(10, kFloatColorDecimalCount); in ColorToDecimalF() local284 int x = sk_float_round2int(value * kFactor); in ColorToDecimalF()285 if (x >= kFactor || x <= 0) { // clamp to 0-1 in ColorToDecimalF()
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()
2563 const double kFactor = 2.0; in TEST_P() local2564 field_trials_.SetMaxPaddingFactor(kFactor); in TEST_P()2588 (kPayloadPacketSize + kRtxHeaderSize) / kFactor; in TEST_P()