HomeSort by relevance Sort by last modified time
    Searched refs:scalar_type (Results 1 - 4 of 4) 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/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,
  /external/skia/bench/
bench_graph_svg.py 115 scalar_type = file_name_match.group(2)
124 default_settings['scalar'] = scalar_type
    [all...]

Completed in 558 milliseconds