Home
last modified time | relevance | path

Searched defs:real_value (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/trace_processor/types/
Dvariadic.h126 double real_value; member
/external/tensorflow/tensorflow/lite/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
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc451 ElementsAttr QuantizeLegacy(Attribute real_value, Type tensor_type) { in QuantizeLegacy()
538 ElementsAttr Quantize(Attribute real_value, Type tensor_type) { in Quantize()
/external/python/cpython2/Lib/
DCookie.py586 def __set(self, key, real_value, coded_value): argument
/external/python/cpython3/Lib/http/
Dcookies.py485 def __set(self, key, real_value, coded_value): argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc310 bool IsExactlyRepresentable(double real_value, ArrayDataType data_type, in IsExactlyRepresentable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp855 uint64_t real_value = Value - 4; in adjustFixupValue() local
/external/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp862 uint64_t real_value = Value - 4; in adjustFixupValue() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp1396 bool VerifyCommandOptionValue(const std::string &option, int &real_value) { in VerifyCommandOptionValue()
/external/googletest/googlemock/test/
Dgmock-matchers_test.cc2243 float real_value = 1.0f; in TEST() local
2265 double real_value = 1.0; in TEST() local
2287 long double real_value = 1.0; in TEST() local