/external/eigen/Eigen/src/UmfPackSupport/ |
D | UmfPackSupport.h | 57 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/ |
D | sparse_setter.cpp | 304 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/epid-sdk/epid/member/src/ |
D | decompress_privkey.c | 60 FfElement* Ax = 0; in EpidDecompressPrivKey() local 109 result = NewFfElement(Fq, &Ax); in EpidDecompressPrivKey() 148 sizeof(compressed_privkey->ax), Ax); in EpidDecompressPrivKey() 150 result = EcMakePoint(G1, Ax, priv_key_.A); in EpidDecompressPrivKey() 206 DeleteFfElement(&Ax); in EpidDecompressPrivKey()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objcopy/ |
D | strip-sections-only-keep.test | 3 # RUN: od -Ax -t x1 %t2 | FileCheck %s 4 # RUN: od -Ax -t c %t2 | FileCheck %s -check-prefix=TEXT
|
D | strip-sections-keep.test | 3 # RUN: od -Ax -t c %t2 | FileCheck %s
|
D | binary-first-seg-offset-zero.test | 3 # RUN: od -Ax -t x1 %t2 | FileCheck %s
|
D | binary-remove-middle.test | 3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
|
D | binary-remove-all-but-one.test | 3 # RUN: od -Ax -t x1 %t2 | FileCheck %s
|
D | binary-remove-end.test | 3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
|
D | two-seg-remove-first.test | 3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
|
D | two-seg-remove-end.test | 3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
|
D | two-seg-remove-third-sec.test | 3 # RUN: od -Ax -v -t x1 %t2 | FileCheck %s
|
D | parent-loop-check.test | 13 # RUN: od -Ax -t x1 %t2 | FileCheck %s
|
/external/eigen/doc/ |
D | LeastSquares.dox | 6 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/test/Transforms/InstSimplify/ |
D | compare.ll | 1209 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/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 147fdd1e4afbb2aef6799a7120a805ed.00000ff4.honggfuzz.cov | 19 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 21 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 23 C�~�Z�?�����nKpm�vƵo�@;hk��m|X�:PmN��0A��g[��;�!�jn:#7!6�U�ފ��Ӷ6���?�V"���Ax���Y�c…
|
D | 7f8a2b21a37728a33f32f9c9fe755eba.00000e8f.honggfuzz.cov | 17 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 19 C�~�Z�?�����nKpm�vƵo�@;hk��m|X�:PmN��0A��g[��;�!�jn:#7!6�U�ފ��Ӷ6���?�V"���Ax���Y�c…
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 147fdd1e4afbb2aef6799a7120a805ed.00000ff4.honggfuzz.cov | 19 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 21 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 23 C�~�Z�?�����nKpm�vƵo�@;hk��m|X�:PmN��0A��g[��;�!�jn:#7!6�U�ފ��Ӷ6���?�V"���Ax���Y�c…
|
D | 7f8a2b21a37728a33f32f9c9fe755eba.00000e8f.honggfuzz.cov | 17 …�!�GҐ�C�e���wh;��VX "��j��� iWt�ύ���m��g���ssJMU��ԉy$���RY��Ax�ƨnbP+CwP���-��X�ꈐ�… 19 C�~�Z�?�����nKpm�vƵo�@;hk��m|X�:PmN��0A��g[��;�!�jn:#7!6�U�ފ��Ӷ6���?�V"���Ax���Y�c…
|
D | fc68e979859bdafd76ead71c42e39334.0000284b.honggfuzz.cov | 8 …Tu�\�!/����5���{��F������=�F�sř s{D�����5J��ߓb)X�����,�u��7wja����Ax��`����K����8K��U�ϫ�
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | compare.ll | 1210 define void @icmp_slt_sge_or(i32 %Ax, i32 %Bx) { 1216 %Aneg = or i32 %Ax, 2147483648 1217 %Apos = and i32 %Ax, 2147483647 1237 %Cxp = or i32 %Ax, %Bpos 1238 %Dxp = icmp slt i32 %Cxp, %Ax 1239 %Exp = icmp sge i32 %Cxp, %Ax 1240 %Fxp = icmp sgt i32 %Ax, %Cxp 1241 %Gxp = icmp sle i32 %Ax, %Cxp 1242 %Cxx = or i32 %Ax, %Bx 1243 %Dxx = icmp slt i32 %Cxx, %Ax [all …]
|
/external/skqp/src/core/ |
D | SkGeometry.cpp | 259 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/skia/src/core/ |
D | SkGeometry.cpp | 259 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/skia/src/pathops/ |
D | SkPathOpsCubic.cpp | 516 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/skqp/src/pathops/ |
D | SkPathOpsCubic.cpp | 516 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()
|