/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,
|
/libcore/luni/src/main/native/ |
libcore_io_Memory.cpp | 172 #define PEEKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ 181 const SCALAR_TYPE* src = cast<const SCALAR_TYPE*>(srcAddress); \ 225 #define POKER(SCALAR_TYPE, JNI_NAME, SWAP_TYPE, SWAP_FN) { \ 234 env->Get ## JNI_NAME ## ArrayRegion(src, srcOffset, count, cast<SCALAR_TYPE*>(dstAddress)); \
|
/art/runtime/ |
jni_internal_test.cc | [all...] |
/external/chromium_org/third_party/mesa/src/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, "");
|
/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, "");
|
/external/skia/bench/ |
bench_graph_svg.py | 124 scalar_type = file_name_match.group(2) 133 default_settings['scalar'] = scalar_type [all...] |