Searched defs:Ax (Results 1 - 9 of 9) sorted by relevance

/external/eigen/bench/
H A Dsparse_setter.cpp304 const Values Ax,
324 //write Aj,Ax into Bj,Bx
330 Bx[dest] = Ax[n];
354 T Ax[])
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj]));
372 Ax[jj] = temp[n].second;
382 T Ax[])
391 T x = Ax[jj];
394 x += Ax[jj];
398 Ax[nn
300 coo_tocsr(const int n_row, const int n_col, const int nnz, const Coordinates Aij, const Values Ax, int Bp[], int Bj[], T Bx[]) argument
351 csr_sort_indices(const I n_row, const I Ap[], I Aj[], T Ax[]) argument
378 csr_sum_duplicates(const I n_row, const I n_col, I Ap[], I Aj[], T Ax[]) argument
[all...]
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h57 const int Ap[], const int Ai[], const double Ax[], void **Symbolic,
60 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info);
64 const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic,
67 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info);
70 inline int umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], argument
74 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info);
77 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], argument
81 return umfpack_zi_numeric(Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info);
84 inline int umfpack_solve( int sys, const int Ap[], const int Ai[], const double Ax[], argument
88 return umfpack_di_solve(sys,Ap,Ai,Ax,
56 umfpack_symbolic(int n_row,int n_col, const int Ap[], const int Ai[], const double Ax[], void **Symbolic, const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO]) argument
63 umfpack_symbolic(int n_row,int n_col, const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic, const double Control [UMFPACK_CONTROL], double Info [UMFPACK_INFO]) argument
91 umfpack_solve( int sys, const int Ap[], const int Ai[], const std::complex<double> Ax[], std::complex<double> X[], const std::complex<double> B[], void *Numeric, const double Control[UMFPACK_CONTROL], double Info[UMFPACK_INFO]) argument
[all...]
/external/freetype/src/raster/
H A Dftraster.c1013 Long Ix, Rx, Ax; local
1095 Ax = -Dy;
1103 Ax += Rx;
1104 if ( Ax >= 0 )
1106 Ax -= Dy;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 209 milliseconds