HomeSort by relevance Sort by last modified time
    Searched refs:scalar_type (Results 1 - 20 of 20) sorted by null

  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 97 if (arg.scalar_type() == "pointer") {
102 if (arg.scalar_type() == "char_pointer") {
104 } else if (arg.scalar_type() == "uchar_pointer") {
106 } else if (arg.scalar_type() == "bool_t") {
108 } else if (arg.scalar_type() == "int8_t" ||
109 arg.scalar_type() == "uint8_t" ||
110 arg.scalar_type() == "int16_t" ||
111 arg.scalar_type() == "uint16_t" ||
112 arg.scalar_type() == "int32_t" ||
113 arg.scalar_type() == "uint32_t" |
    [all...]
LibSharedCodeGen.cpp 64 if (arg.scalar_type() == "char_pointer" ||
65 arg.scalar_type() == "uchar_pointer") {
66 if (arg.scalar_type() == "char_pointer") {
91 << ").scalar_value().has_" << arg.scalar_type() << "()) ? ";
92 if (arg.scalar_type() == "void_pointer") {
96 << arg.scalar_type() << "()";
97 if (arg.scalar_type() == "void_pointer") {
HalHidlCodeGen.cpp 591 out << attribute.enum_value().scalar_type() << " choice = " << "("
592 << attribute.enum_value().scalar_type() << ") " << "rand() / "
594 if (attribute.enum_value().scalar_type().find("u") != 0) {
600 out << "(" << attribute.enum_value().scalar_type() << ") ";
601 if (attribute.enum_value().scalar_type() == "int8_t") {
603 } else if (attribute.enum_value().scalar_type() == "uint8_t") {
605 } else if (attribute.enum_value().scalar_type() == "int16_t") {
607 } else if (attribute.enum_value().scalar_type() == "uint16_t") {
609 } else if (attribute.enum_value().scalar_type() == "int32_t") {
611 } else if (attribute.enum_value().scalar_type() == "uint32_t")
1200 const string scalar_type = val.enum_value().scalar_type(); local
1201 out << result_msg << "->set_scalar_type(\\"" << scalar_type << "\\");\\n"; local
    [all...]
  /test/vts-testcase/fuzz/iface_fuzzer/
ProtoFuzzerMutateFns.cpp 71 string scalar_type = blueprint.scalar_type(); local
79 scalar_value = Mutate(scalar_value, scalar_type);
83 result.set_scalar_type(scalar_type);
95 RandomGen(var_spec.scalar_value(), var_spec.scalar_type());
102 Mutate(result.scalar_value(), result.scalar_type());
165 const string &scalar_type) {
168 if (scalar_type == "bool_t") {
170 } else if (scalar_type == "int8_t") {
172 } else if (scalar_type == "uint8_t")
191 cout << scalar_type << " not supported.\\n"; local
224 cout << scalar_type << " not supported.\\n"; local
    [all...]
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 147 << "error: unknown scalar_type " << scalar_type_string << endl;
168 result = GetCppVariableType(arg.scalar_type());
276 result = GetCppVariableType(arg.scalar_type());
415 if (arg.scalar_type() == "bool_t") {
417 } else if (arg.scalar_type() == "uint32_t") {
419 } else if (arg.scalar_type() == "int32_t") {
421 } else if (arg.scalar_type() == "uint64_t") {
423 } else if (arg.scalar_type() == "int64_t") {
425 } else if (arg.scalar_type() == "uint16_t") {
427 } else if (arg.scalar_type() == "int16_t")
    [all...]
  /test/vts/utils/python/mirror/
mirror_object_for_types.py 42 getattr(scalar_value, attribute.enum_value.scalar_type))
179 struct_value.name, struct_value.scalar_type)
184 logging.debug("match type=%s", struct_value.scalar_type)
186 if struct_value.scalar_type == "uint32_t":
188 elif struct_value.scalar_type == "int32_t":
192 "support %s" % struct_value.scalar_type)
194 scalar_type = struct_value.vector_value[0].scalar_type
198 vector_value.scalar_type = scalar_type
    [all...]
mirror_object.py 94 func_msg.return_type.scalar_type = "int32_t"
279 func_msg.return_type.scalar_type = attribute.scalar_type
293 func_msg.return_type.scalar_type = attribute.scalar_type
395 if not arg_msg.scalar_type:
396 arg_msg.scalar_type = "int32_t"
397 setattr(arg_msg.scalar_value, arg_msg.scalar_type, value_msg)
401 arg_msg.scalar_type = "float_t"
404 (arg_msg.scalar_type == "char_pointer" o
    [all...]
pb2py.py 32 return getattr(var.scalar_value, var.scalar_type)
44 return getattr(var.scalar_value, var.scalar_type)
py2pb.py 59 message.scalar_type = pb_spec.scalar_type
60 setattr(message.scalar_value, pb_spec.scalar_type, py_value)
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 53 typedef float scalar_type; typedef in struct:Eigen::internal::fftw_plan
70 void fwd(complex_type * dst,scalar_type * src,int nfft) {
75 void inv(scalar_type * dst,complex_type * src,int nfft) {
96 typedef double scalar_type; typedef in struct:Eigen::internal::fftw_plan
113 void fwd(complex_type * dst,scalar_type * src,int nfft) {
118 void inv(scalar_type * dst,complex_type * src,int nfft) {
137 typedef long double scalar_type; typedef in struct:Eigen::internal::fftw_plan
154 void fwd(complex_type * dst,scalar_type * src,int nfft) {
159 void inv(scalar_type * dst,complex_type * src,int nfft) {
  /external/opencv/cv/src/
cvkdtree.cpp 58 typedef __scalartype scalar_type; typedef in struct:CvFeatureTree::deref
65 scalar_type operator() (int i, int j) const {
66 return *((scalar_type*)(mat->data.ptr + i * mat->step) + j);
97 typename __treetype::scalar_type* dj = (typename __treetype::scalar_type*) dptr;
123 find_ortho_range((typename __treetype::scalar_type*)bounds_min->data.ptr,
124 (typename __treetype::scalar_type*)bounds_max->data.ptr,
_cvkdtree.hpp 64 typedef typename __deref::scalar_type scalar_type; typedef in class:CvKDTree
72 scalar_type boundary; // left if deref(value,dim)<=boundary, otherwise right
328 void pq_alternate(int alt_n, bbf_pqueue & pq, scalar_type dist) const {
429 void find_ortho_range(int i, scalar_type * bounds_min,
430 scalar_type * bounds_max,
448 int find_ortho_range(scalar_type * bounds_min,
449 scalar_type * bounds_max,
  /test/vts/compilation_tools/vtsc/code_gen/profiler/
HalHidlProfilerCodeGen.cpp 29 out << arg_name << "->mutable_scalar_value()->set_" << val.scalar_type()
55 const std::string scalar_type = val.enum_value().scalar_type(); local
56 out << arg_name << "->mutable_scalar_value()->set_" << scalar_type
57 << "(static_cast<" << scalar_type << ">(" << arg_value << "));\n";
58 out << arg_name << "->set_scalar_type(\"" << scalar_type << "\");\n"; local
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 183 scalar_type = getattr(var_spec_msg, "scalar_type", "")
184 if scalar_type:
186 var_spec_msg.scalar_value, scalar_type)
188 scalar_type = getattr(var_spec_msg, "scalar_type", "")
189 if scalar_type:
191 var_spec_msg.scalar_value, scalar_type)
302 result.return_type.scalar_type)
  /test/vts/drivers/hal/common/specification_parser/
SpecificationBuilder.cpp 366 if (!strcmp(func_msg->return_type().scalar_type().c_str(), "int32_t")) {
428 if (!strcmp(func_msg->return_type().scalar_type().c_str(), "int32_t")) {
553 if (!strcmp(func_msg->return_type().scalar_type().c_str(), "int32_t")) {
561 } else if (!strcmp(func_msg->return_type().scalar_type().c_str(), "uint32_t")) {
569 } else if (!strcmp(func_msg->return_type().scalar_type().c_str(), "int16_t")) {
577 } else if (!strcmp(func_msg->return_type().scalar_type().c_str(), "uint16_t")) {
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 621 LLVMTypeRef scalar_type; local
628 scalar_type = LLVMIntTypeInContext(bld->gallivm->context,
630 val = LLVMBuildBitCast(builder, val, scalar_type, "");
  /art/runtime/
jni_internal_test.cc     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp 1360 auto scalar_type = src->get_def(insn.word(2)); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
core_validation.cpp 1160 auto scalar_type = src->get_def(insn.word(2)); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
core_validation.cpp 1160 auto scalar_type = src->get_def(insn.word(2)); local
    [all...]

Completed in 1484 milliseconds