Home
last modified time | relevance | path

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

/external/libchrome/base/trace_event/
Dtrace_event_argument.cc291 for (const auto& base_value : *list_value) in SetBaseValueWithCopiedName()
292 AppendBaseValue(*base_value); in SetBaseValueWithCopiedName()
345 for (const auto& base_value : *list_value) in AppendBaseValue()
346 AppendBaseValue(*base_value); in AppendBaseValue()
/external/autotest/frontend/tko/
Dgraphing_utils.py416 for data, error, base_value, base_error in zip(
419 errors.append(sqrt(error**2 * (100 / base_value)**2
420 + base_error**2 * (100 * data / base_value**2)**2
421 + error * base_error * (100 / base_value**2)**2))
/external/webp/src/enc/
Dpicture_csp_enc.c122 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument
123 const int y = Interpolate(base_value << shift); // final uplifted value in LinearToGamma()
131 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument
132 return (int)(base_value << shift); in LinearToGamma()
/external/toolchain-utils/cros_utils/
Dtabulator.py320 base_value = len(_StripNone(baseline_values))
321 if cell.value == base_value:
327 tmp_cell.value = 1.0 + (float(cell.value - base_value) /