/external/perfetto/src/trace_processor/types/ |
D | variadic.h | 66 static Variadic Real(double real_value) { in Real() 69 variadic.real_value = real_value; in Real() 109 return std::equal_to<double>()(real_value, other.real_value); 126 double real_value; member
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_vs_real_test.py | 181 real_err, real_value = self._get_real_value(method_name, path, real) 191 method_call, real_value, _error_class(fake_err)) 206 if (real_value and fake_value 207 and real_value.startswith(self.real_base) 209 real_value = real_value[len(self.real_base):] 211 if real_value != fake_value: 213 method_call, real_value, fake_value) 232 real_value = None 240 real_value = str(real_method(*args)) 243 return real_err, real_value
|
/external/tensorflow/tensorflow/python/ops/ |
D | control_flow_state.py | 452 real_value = self._history_map.get(value.name) 453 if real_value is None: 467 real_value = self._grad_context.AddValue(cur_value) 474 real_value = constant_op.constant( 484 if real_value is None: 486 real_value = cur_grad_state.AddBackpropAccumulatedValue( 489 real_value = self._grad_context.AddValue(real_value) 490 self._history_map[value.name] = real_value 491 return real_value
|
D | while_v2.py | 1129 real_value = constant_op.constant( 1131 self._indirect_captures[ops.tensor_id(tensor)] = real_value 1132 return real_value
|
/external/perfetto/src/trace_processor/importers/common/ |
D | global_args_tracker.h | 65 hash.Update(arg.value.real_value); in operator() 142 row.real_value = arg.value.real_value; in AddArgSet()
|
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/simple_features/fixed_point/ |
D | simple_features_generator.cc | 111 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/llvm/test/CodeGen/X86/ |
D | 2010-02-15-ImplicitDefBug.ll | 10 %"struct real_value" = type { i32, [5 x i32] } 12 %"union u" = type { %"struct real_value" }
|
D | 2006-09-01-CycleInDAG.ll | 50 %struct.real_value = type opaque 80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | 2010-02-15-ImplicitDefBug.ll | 10 %"struct real_value" = type { i32, [5 x i32] } 12 %"union u" = type { %"struct real_value" }
|
D | 2006-09-01-CycleInDAG.ll | 50 %struct.real_value = type opaque 80 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
|
D | 2007-10-15-CoalescerCrash.ll | 42 %struct.real_value = type opaque 68 %struct.tree_real_cst = type { %struct.tree_common, %struct.real_value* }
|
/external/gemmlowp/doc/ |
D | quantization.md | 40 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/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.cc | 451 ElementsAttr QuantizeLegacy(Attribute real_value, Type tensor_type) { in QuantizeLegacy() argument 452 if (!real_value.isa<DenseFPElementsAttr>() || in QuantizeLegacy() 456 auto real_values_attr = real_value.cast<DenseFPElementsAttr>(); in QuantizeLegacy() 538 ElementsAttr Quantize(Attribute real_value, Type tensor_type) { in Quantize() argument 542 return quant::quantizeAttr(real_value, q_type, converted_type) in Quantize()
|
D | quantization_utils.h | 522 ElementsAttr Quantize(Attribute real_value, Type tensor_type); 526 ElementsAttr QuantizeLegacy(Attribute real_value, Type tensor_type);
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectProcess.cpp | 1396 bool VerifyCommandOptionValue(const std::string &option, int &real_value) { in VerifyCommandOptionValue() argument 1402 real_value = 1; in VerifyCommandOptionValue() 1404 real_value = 0; in VerifyCommandOptionValue() 1407 if (!llvm::to_integer(option, real_value)) in VerifyCommandOptionValue() 1408 real_value = 3; in VerifyCommandOptionValue() 1409 if (real_value != 0 && real_value != 1) in VerifyCommandOptionValue()
|
/external/python/cpython2/Lib/ |
D | Cookie.py | 586 def __set(self, key, real_value, coded_value): argument 589 M.set(key, real_value, coded_value)
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 855 uint64_t real_value = Value - 4; in adjustFixupValue() local 858 real_value = -real_value; in adjustFixupValue() 859 out |= ((real_value >> 1) & 0x1) << 11; in adjustFixupValue() 860 out |= ((real_value >> 1) & 0x7fe); in adjustFixupValue()
|
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAsmBackend.cpp | 862 uint64_t real_value = Value - 4; in adjustFixupValue() local 865 real_value = -real_value; in adjustFixupValue() 866 out |= ((real_value >> 1) & 0x1) << 11; in adjustFixupValue() 867 out |= ((real_value >> 1) & 0x7fe); in adjustFixupValue()
|
/external/python/cpython3/Lib/http/ |
D | cookies.py | 485 def __set(self, key, real_value, coded_value): argument 488 M.set(key, real_value, coded_value)
|
/external/python/cpython3/Doc/library/ |
D | http.cookies.rst | 80 Return a tuple ``(real_value, coded_value)`` from a string representation. 81 ``real_value`` can be any type. This method does no decoding in 87 Return a tuple ``(real_value, coded_value)``. *val* can be any type, but
|
/external/perfetto/src/trace_processor/tables/ |
D | metadata_tables.h | 46 C(base::Optional<double>, real_value) \
|
/external/perfetto/src/trace_processor/ |
D | export_json.cc | 549 if (std::isnan(variadic.real_value)) { in VariadicToJson() 551 } else if (std::isinf(variadic.real_value) && in VariadicToJson() 552 variadic.real_value > 0) { in VariadicToJson() 554 } else if (std::isinf(variadic.real_value) && in VariadicToJson() 555 variadic.real_value < 0) { in VariadicToJson() 558 return variadic.real_value; in VariadicToJson()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | model_flags.proto | 48 // real_value = (raw_input_value - mean_value) / std_value 51 // real_value = raw_input_value. Often, non-default values are used in image
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | quantize.cc | 310 bool IsExactlyRepresentable(double real_value, ArrayDataType data_type, in IsExactlyRepresentable() argument 313 quantization_params.zero_point + real_value / quantization_params.scale; in IsExactlyRepresentable()
|
/external/perfetto/src/trace_processor/storage/ |
D | trace_storage.h | 684 v.real_value = *arg_table_.real_value()[row]; in GetArgValue()
|