Searched refs:kThreshold (Results 1 – 15 of 15) sorted by relevance
317 const int kThreshold = 3; in similarBits() local343 if (error < kThreshold || x < 2) { in similarBits()346 if (base[x - 2] < kThreshold in similarBits()347 || base[width + x - 2] < kThreshold in similarBits()348 || base[width * 2 + x - 2] < kThreshold in similarBits()349 || base[x - 1] < kThreshold in similarBits()350 || base[width + x - 1] < kThreshold in similarBits()351 || base[width * 2 + x - 1] < kThreshold in similarBits()352 || base[x] < kThreshold in similarBits()353 || base[width + x] < kThreshold in similarBits()[all …]
261 const int kThreshold = 3; in similarBits() local287 if ((cOut[x] = error >= kThreshold) && x >= 2 in similarBits()
83 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local89 if (count < kThreshold) { in PrintBytesInObjectToImpl()
91 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local97 if (count < kThreshold) { in PrintBytesInObjectToImpl()
344 static const double kThreshold = 1e-12; in RotationMatrixToAngleAxis() local345 if ((sintheta > kThreshold) || (sintheta < -kThreshold)) { in RotationMatrixToAngleAxis()
616 const size_t kThreshold = 18; in UniversalPrintArray() local622 if (len <= kThreshold) { in UniversalPrintArray()
2364 const int kThreshold = IncrementalMarking::kAllocatedThreshold; in Allocate() local2375 } else if (bytes_left > kThreshold && in Allocate()2378 int linear_size = owner_->RoundSizeDownToObjectAlignment(kThreshold); in Allocate()
923 static const int kThreshold = 20; in ReserveSpace() local924 while (gc_performed && counter++ < kThreshold) { in ReserveSpace()
9094 const size_t kThreshold = 132; in PrintBytesInObjectToImpl() local9100 if (count < kThreshold) { in PrintBytesInObjectToImpl()
9807 const size_t kThreshold = 18;9813 if (len <= kThreshold) {