Home
last modified time | relevance | path

Searched refs:Ax (Results 1 – 25 of 61) sorted by relevance

123

/external/eigen/Eigen/src/UmfPackSupport/
DUmfPackSupport.h57 const int Ap[], const int Ai[], const double Ax[], void **Symbolic, in umfpack_symbolic() argument
60 return umfpack_di_symbolic(n_row,n_col,Ap,Ai,Ax,Symbolic,Control,Info); in umfpack_symbolic()
64 … const int Ap[], const int Ai[], const std::complex<double> Ax[], void **Symbolic, in umfpack_symbolic() argument
67 return umfpack_zi_symbolic(n_row,n_col,Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Control,Info); in umfpack_symbolic()
70 inline int umfpack_numeric( const int Ap[], const int Ai[], const double Ax[], in umfpack_numeric() argument
74 return umfpack_di_numeric(Ap,Ai,Ax,Symbolic,Numeric,Control,Info); in umfpack_numeric()
77 inline int umfpack_numeric( const int Ap[], const int Ai[], const std::complex<double> Ax[], in umfpack_numeric() argument
81 return umfpack_zi_numeric(Ap,Ai,&numext::real_ref(Ax[0]),0,Symbolic,Numeric,Control,Info); in umfpack_numeric()
84 inline int umfpack_solve( int sys, const int Ap[], const int Ai[], const double Ax[], in umfpack_solve() argument
88 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Info); in umfpack_solve()
[all …]
/external/eigen/bench/
Dsparse_setter.cpp304 const Values Ax, in coo_tocsr() argument
330 Bx[dest] = Ax[n]; in coo_tocsr()
354 T Ax[]) in csr_sort_indices() argument
365 temp.push_back(std::make_pair(Aj[jj],Ax[jj])); in csr_sort_indices()
372 Ax[jj] = temp[n].second; in csr_sort_indices()
382 T Ax[]) in csr_sum_duplicates() argument
391 T x = Ax[jj]; in csr_sum_duplicates()
394 x += Ax[jj]; in csr_sum_duplicates()
398 Ax[nnz] = x; in csr_sum_duplicates()
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/
Dstrip-sections-only-section.test3 # RUN: od -Ax -t x1 %t2 | FileCheck %s
4 # RUN: od -Ax -t c %t2 | FileCheck %s --check-prefix=TEXT
Dstrip-sections-keep.test3 # RUN: od -Ax -t c %t2 | FileCheck %s
Dbinary-first-seg-offset-zero.test3 # RUN: od -Ax -t x1 %t2 | FileCheck %s
Dbinary-remove-end.test3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
Dbinary-remove-middle.test3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
Dbinary-remove-all-but-one.test3 # RUN: od -Ax -t x1 %t2 | FileCheck %s
Dtwo-seg-remove-end.test3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
Dtwo-seg-remove-first.test3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
Dtwo-seg-remove-third-sec.test3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
Dparent-loop-check.test13 # RUN: od -Ax -t x1 %t2 | FileCheck %s
/external/eigen/doc/
DLeastSquares.dox6 of equations, say \a Ax = \a b, has no solutions. In this case, it makes sense to search for the
7 vector \a x which is closest to being a solution, in the sense that the difference \a Ax - \a b is
53 Finding the least squares solution of \a Ax = \a b is equivalent to solving the normal equation
54 <i>A</i><sup>T</sup><i>Ax</i> = <i>A</i><sup>T</sup><i>b</i>. This leads to the following code
/external/llvm-project/lld/test/ELF/
Dfill-trap-ppc.s6 # RUN: od -Ax -t x1 -N16 -j0x10ff0 %t.ppc64le | FileCheck %s -check-prefix=LE
11 # RUN: od -Ax -t x1 -N16 -j0x10ff0 %t.ppc64 | FileCheck %s -check-prefix=BE
Dfill-trap.s13 # RUN: od -Ax -x -N16 -j0x1ff0 %t | FileCheck %s --check-prefix=FILL
18 # RUN: od -Ax -x -N16 -j0x1ff0 %t | FileCheck %s --check-prefix=FILL
Doformat-binary.s22 # RUN: od -Ax -t x1 %talign | FileCheck %s --check-prefix=ALIGN --ignore-case
41 # RUN: od -Ax -t x1 %tlma | FileCheck %s --check-prefix=ALIGN --ignore-case
/external/llvm/test/Transforms/InstSimplify/
Dcompare.ll1209 define void @icmp_slt_sge_or(i32 %Ax, i32 %Bx) {
1215 %Aneg = or i32 %Ax, 2147483648
1216 %Apos = and i32 %Ax, 2147483647
1236 %Cxp = or i32 %Ax, %Bpos
1237 %Dxp = icmp slt i32 %Cxp, %Ax
1238 %Exp = icmp sge i32 %Cxp, %Ax
1239 %Fxp = icmp sgt i32 %Ax, %Cxp
1240 %Gxp = icmp sle i32 %Ax, %Cxp
1241 %Cxx = or i32 %Ax, %Bx
1242 %Dxx = icmp slt i32 %Cxx, %Ax
[all …]
/external/python/httplib2/tests/tls/
Dclient.key16 YZRL9idgwgU4LMOqaPkU99de4wzYF44joZrp3Eme3dC9sdHrDtDy6OpiQu4zP+Ax
Dclient.pem36 YZRL9idgwgU4LMOqaPkU99de4wzYF44joZrp3Eme3dC9sdHrDtDy6OpiQu4zP+Ax
Dclient_chain.pem56 YZRL9idgwgU4LMOqaPkU99de4wzYF44joZrp3Eme3dC9sdHrDtDy6OpiQu4zP+Ax
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dcompare.ll1742 define void @icmp_slt_sge_or(i32 %Ax, i32 %Bx) {
1804 %Aneg = or i32 %Ax, 2147483648
1805 %Apos = and i32 %Ax, 2147483647
1825 %Cxp = or i32 %Ax, %Bpos
1826 %Dxp = icmp slt i32 %Cxp, %Ax
1827 %Exp = icmp sge i32 %Cxp, %Ax
1828 %Fxp = icmp sgt i32 %Ax, %Cxp
1829 %Gxp = icmp sle i32 %Ax, %Cxp
1830 %Cxx = or i32 %Ax, %Bx
1831 %Dxx = icmp slt i32 %Cxx, %Ax
[all …]
/external/skqp/src/core/
DSkGeometry.cpp259 SkScalar Ax = src[1].fX - src[0].fX; in SkFindQuadMaxCurvature() local
264 SkScalar numer = -(Ax * Bx + Ay * By); in SkFindQuadMaxCurvature()
529 SkScalar Ax = src[1].fX - src[0].fX; in SkFindCubicInflections() local
537 Ax*Cy - Ay*Cx, in SkFindCubicInflections()
538 Ax*By - Ay*Bx, in SkFindCubicInflections()
/external/skqp/src/pathops/
DSkPathOpsCubic.cpp516 double Ax = fPts[1].fX - fPts[0].fX; in findInflections() local
522 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues); in findInflections()
/external/skia/src/pathops/
DSkPathOpsCubic.cpp518 double Ax = fPts[1].fX - fPts[0].fX; in findInflections() local
524 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues); in findInflections()
/external/skia/src/core/
DSkGeometry.cpp325 SkScalar Ax = src[1].fX - src[0].fX; in SkFindQuadMaxCurvature() local
330 SkScalar numer = -(Ax * Bx + Ay * By); in SkFindQuadMaxCurvature()
732 SkScalar Ax = src[1].fX - src[0].fX; in SkFindCubicInflections() local
740 Ax*Cy - Ay*Cx, in SkFindCubicInflections()
741 Ax*By - Ay*Bx, in SkFindCubicInflections()

123