Searched defs:scalar_type (Results 1 - 8 of 8) sorted by relevance

/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h53 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/
H A Dlp_bld_logic.c490 LLVMTypeRef scalar_type; local
497 scalar_type = LLVMIntTypeInContext(bld->gallivm->context,
499 val = LLVMBuildBitCast(builder, val, scalar_type, "");
/external/opencv/cv/src/
H A Dcvkdtree.cpp58 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,
H A D_cvkdtree.hpp64 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,
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dvector_support_library.h141 return BroadcastScalar(GetConstantFloat(scalar_type(), d));
220 llvm::Type* scalar_type() const { return scalar_type_; } function in class:xla::cpu::VectorSupportLibrary
237 // Checks that each value in `values` is either of type scalar_type() or
309 : LlvmVariable(vector_support->scalar_type(),
H A Ddot_op_emitter.cc144 ColumnMajorMatrixVectorProductEmitter(PrimitiveType scalar_type, argument
150 : scalar_type_(scalar_type),
369 RowMajorMatrixVectorProductEmitter(PrimitiveType scalar_type, int64 tile_rows, argument
374 : scalar_type_(scalar_type),
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp371 auto scalar_type = src->get_def(insn.word(2)); local
373 (scalar_type.opcode() == spv::OpTypeInt || scalar_type.opcode() == spv::OpTypeFloat) ? scalar_type.word(2) : 32;
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.cpp13932 const Utils::_variable_type scalar_type = Utils::getDoubleVariableType(1, 1); local
13963 variable_type /* arg1_type */, scalar_type /* arg2_type */,
13964 scalar_type /* arg3_type */);
14284 scalar_type /* arg2_type */);
14302 scalar_type /* arg2_type */);
14328 scalar_type /* arg2_type */);
14517 variable_type /* res_type */, scalar_type /* arg1_type */,
14518 scalar_type /* arg2_type */, variable_type /* arg3_type */);
14542 function, "step", Math::step, variable_type /* res_type */, scalar_type /* arg1_type */,

Completed in 479 milliseconds