Home
last modified time | relevance | path

Searched refs:real_value (Results 1 – 22 of 22) sorted by relevance

/external/perfetto/src/trace_processor/
Dargs_table.cc83 sqlite_utils::ReportSqliteResult(ctx, value.real_value); in ReportResult()
119 return arg.type == type_ ? predicate(arg.real_value) : op_is_null; in Filter()
154 return sqlite_utils::CompareValuesAsc(arg_f.real_value, in CompareRefsAsc()
155 arg_s.real_value); in CompareRefsAsc()
Dtrace_storage.h131 static Variadic Real(double real_value) { in Real()
134 variadic.real_value = real_value; in Real()
142 double real_value; member
168 hash.Update(arg.value.real_value); in operator()
Draw_table.cc94 writer->AppendDouble(value.real_value); in FormatSystraceArgs()
/external/llvm/test/CodeGen/X86/
D2010-02-15-ImplicitDefBug.ll10 %"struct real_value" = type { i32, [5 x i32] }
12 %"union u" = type { %"struct real_value" }
D2006-09-01-CycleInDAG.ll50 %struct.real_value = type opaque
80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
D2007-10-15-CoalescerCrash.ll42 %struct.real_value = type opaque
68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2010-02-15-ImplicitDefBug.ll10 %"struct real_value" = type { i32, [5 x i32] }
12 %"union u" = type { %"struct real_value" }
D2006-09-01-CycleInDAG.ll50 %struct.real_value = type opaque
80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
D2007-10-15-CoalescerCrash.ll42 %struct.real_value = type opaque
68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2010-02-15-ImplicitDefBug.ll10 %"struct real_value" = type { i32, [5 x i32] }
12 %"union u" = type { %"struct real_value" }
D2006-09-01-CycleInDAG.ll50 %struct.real_value = type opaque
80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
D2007-10-15-CoalescerCrash.ll42 %struct.real_value = type opaque
68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/fixed_point/
Dsimple_features_generator.cc111 const float real_value = (0.5 - 0.5 * cos((2 * M_PI * i) / window_length)); in CalculatePeriodicHann() local
112 int tmp = static_cast<int32_t>(roundf(real_value * (1 << 15))); in CalculatePeriodicHann()
/external/perfetto/test/trace_processor/
Dmemory_counters_smoke_args.out1 "id","flat_key","key","int_value","string_value","real_value"
/external/gemmlowp/doc/
Dquantization.md40 real_value = A * quantized_value + B (1)
46 real_value = C * (quantized_value + D) (2)
80 In equation (1), plugging `real_value = 0` and `quantized_value = zero_point`,
97 Now let us look at equation (2). Plugging `real_value = 0` and
116 real_value = scale * (quantized_value - zero_point) (3)
124 possible `quantized_value`'s, and equation (3) maps it to a `real_value` of
/external/python/cpython2/Lib/
DCookie.py586 def __set(self, key, real_value, coded_value): argument
589 M.set(key, real_value, coded_value)
/external/python/cpython3/Lib/http/
Dcookies.py482 def __set(self, key, real_value, coded_value): argument
485 M.set(key, real_value, coded_value)
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py990 real_value = self._history_map.get(value.name)
991 if real_value is None:
1005 real_value = self._grad_context.AddValue(cur_value)
1012 real_value = constant_op.constant(
1022 if real_value is None:
1024 real_value = cur_grad_state.AddBackpropAccumulatedValue(
1027 real_value = self._grad_context.AddValue(real_value)
1028 self._history_map[value.name] = real_value
1029 return real_value
/external/tensorflow/tensorflow/lite/toco/
Dmodel_flags.proto41 // real_value = (raw_input_value - mean_value) / std_value
44 // real_value = raw_input_value. Often, non-default values are used in image
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc262 bool IsExactlyRepresentable(double real_value, ArrayDataType data_type, in IsExactlyRepresentable() argument
265 quantization_params.zero_point + real_value / quantization_params.scale; in IsExactlyRepresentable()
/external/tensorflow/tensorflow/lite/g3doc/convert/
Dcmdline_reference.md76 * `real_value = (quantized_input_value - mean_value) / std_dev_value`.
/external/perfetto/docs/
Dtrace-processor.md254 `int_value`, `real_value`, `string_value`