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

  /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/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_logic.c 490 LLVMTypeRef scalar_type; local
497 scalar_type = LLVMIntTypeInContext(bld->gallivm->context,
499 val = LLVMBuildBitCast(builder, val, scalar_type, "");
  /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
159 out << arg_name << "->set_scalar_type(\"" << val.scalar_type() << "\");\n";
160 out << arg_name << "->mutable_scalar_value()->set_" << val.scalar_type()
  /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);
94 result.set_scalar_type(var_spec.scalar_type());
96 RandomGen(result.scalar_value(), result.scalar_type());
103 Mutate(result.scalar_value(), result.scalar_type());
218 const string &scalar_type) {
221 if (scalar_type == "bool_t") {
223 } else if (scalar_type == "int8_t")
244 cout << scalar_type << " not supported.\\n"; local
277 cout << scalar_type << " not supported.\\n"; local
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalHidlCodeGen.cpp 106 << GetCppVariableType(return_val.scalar_type()) << ">(0);\n";
257 (arg.scalar_type() == "pointer" ||
258 arg.scalar_type() == "void_pointer" ||
259 arg.scalar_type() == "function_pointer"))) {
669 out << attribute.enum_value().scalar_type() << " "
683 out << attribute.enum_value().scalar_type() << " Random" << attribute_name
686 out << attribute.enum_value().scalar_type() << " choice = " << "("
687 << attribute.enum_value().scalar_type() << ") " << "rand() / "
689 if (attribute.enum_value().scalar_type().find("u") != 0) {
695 out << "(" << attribute.enum_value().scalar_type() << ") ";
1485 const string scalar_type = val.enum_value().scalar_type(); local
1486 out << result_msg << "->set_scalar_type(\\"" << scalar_type << "\\");\\n"; local
    [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 538 milliseconds