Home
last modified time | relevance | path

Searched defs:real_ (Results 1 – 18 of 18) sorted by relevance

/external/executorch/runtime/core/portable_type/
Dcomplex.h23 T real_ = T(0); member
/external/pytorch/c10/util/
Dcomplex.h149 T real_ = T(0); member
154 : real_(re), imag_(im) {} in real_() function
/external/jsoncpp/include/json/
Dvalue.h621 double real_; member
/external/pytorch/aten/src/ATen/cpu/vec/vec256/
Dvec256_complex_double.h152 __m256d real_() const { in real_() function
Dvec256_complex_float.h187 __m256 real_() const { in real_() function
/external/pytorch/aten/src/ATen/cpu/vec/vec512/
Dvec512_complex_double.h210 __m512d real_() const { in real_() function
Dvec512_complex_float.h715 __m512 real_() const { in real_() function
/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
Dvec256_complex_double_vsx.h259 Vectorized<ComplexDbl> real_() const { in real_() function
Dvec256_complex_float_vsx.h289 Vectorized<ComplexFlt> real_() const { in real_() function
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h924 double real_; member
/external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h924 double real_; member
/external/angle/third_party/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/json/
Djson.h924 double real_; member
/external/protobuf/conformance/third_party/jsoncpp/
Djson.h974 double real_; member
/external/cronet/tot/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h974 double real_; member
/external/cronet/stable/third_party/protobuf/conformance/third_party/jsoncpp/
Djson.h974 double real_; member
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/
Djson.h924 double real_; member
/external/pytorch/torch/csrc/autograd/
Dpython_variable.cpp1594 auto real_ = valueToTensor(self_real.options(), real, self_real.device()); in THPVariable_set_real() local
/external/jsoncpp/src/test_lib_json/
Dmain.cpp75 Json::Value real_{1234.56789}; member