HomeSort by relevance Sort by last modified time
    Searched refs:Ax (Results 1 - 25 of 28) sorted by null

1 2

  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 57 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[],
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[],
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[],
88 return umfpack_di_solve(sys,Ap,Ai,Ax,X,B,Numeric,Control,Info)
    [all...]
  /external/skia/src/utils/
SkCurveMeasure.cpp 110 float Ax = pts[0].x();
118 Sk8f(2*(Ax - 2*Bx + Cx)).store(&xCoeff[0]);
119 Sk8f(2*(Bx - Ax)).store(&xCoeff[1]);
127 float Ax = pts[0].x();
137 Sk8f(3*(-Ax + 3*(Bx - Cx) + Dx)).store(&xCoeff[0]);
138 Sk8f(6*(Ax - 2*Bx + Cx)).store(&xCoeff[1]);
139 Sk8f(3*(-Ax + Bx)).store(&xCoeff[2]);
  /external/eigen/bench/
sparse_setter.cpp 304 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[nnz] = x
    [all...]
  /frameworks/base/core/java/android/hardware/
SensorManager.java     [all...]
  /prebuilts/go/darwin-x86/src/encoding/pem/
example_test.go 23 6qU2a/fPvWzceVTEgZ47QjFMTCTmCwNt29cvi7zZeQzjtwQgn4ipN9NibRH/Ax/q
  /prebuilts/go/linux-x86/src/encoding/pem/
example_test.go 23 6qU2a/fPvWzceVTEgZ47QjFMTCTmCwNt29cvi7zZeQzjtwQgn4ipN9NibRH/Ax/q
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
LegacyBiosPlatform.h 52 UINT16 Ax;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
Pxe.h 65 // Result codes returned in AX by a PXENV API service.
223 IN OUT UINT16 Ax;
288 IN UINT16 Ax; ///< In: These register fields must be
Misc.c 95 DEBUG ((DEBUG_NET, "\t_AX_= 0x%X\n\r", DisplayPointer->Ax));
623 // UndiLoaderTable->_AX is AX value when UNDI ROM is initialized by BIOS, it is the PCI bus device
626 // UndiLoaderTable->Ax = 0x0;
636 UndiLoaderTable->Ax = (UINT16) ((Bus << 0x8) | (Device << 0x3) | (Function));
664 InOutRegs.X.AX = 0;
743 InOutRegs.X.AX)
746 if ((UndiLoaderTable->Status != 0) || (InOutRegs.X.AX != PXENV_EXIT_SUCCESS)) {
947 // For PXE UNDI call, AX contains the return status.
950 if (InOutRegs.X.AX == PXENV_EXIT_SUCCESS) {
BiosSnp16.c 44 @param Ax PCI address of Undi device.
52 UINT16 Ax
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
example_test.go 106 6qU2a/fPvWzceVTEgZ47QjFMTCTmCwNt29cvi7zZeQzjtwQgn4ipN9NibRH/Ax/q
  /prebuilts/go/linux-x86/src/crypto/x509/
example_test.go 106 6qU2a/fPvWzceVTEgZ47QjFMTCTmCwNt29cvi7zZeQzjtwQgn4ipN9NibRH/Ax/q
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 519 double Ax = fPts[1].fX - fPts[0].fX;
525 return SkDQuad::RootsValidT(Bx * Cy - By * Cx, Ax * Cy - Ay * Cx, Ax * By - Ay * Bx, tValues);
665 double ax = dst[0].fX = interp_cubic_coords(&fPts[0].fX, t1);
673 double mx = ex * 27 - ax * 8 - dx;
675 double nx = fx * 27 - ax - dx * 8;
  /external/skia/src/core/
SkGeometry.cpp 246 // t = - (Ax Bx + Ay By) / (Bx ^ 2 + By ^ 2)
249 SkScalar Ax = src[1].fX - src[0].fX;
255 (void)valid_unit_divide(-(Ax * Bx + Ay * By), Bx * Bx + By * By, &t);
507 SkScalar Ax = src[1].fX - src[0].fX;
515 Ax*Cy - Ay*Cx,
516 Ax*By - Ay*Bx,
    [all...]
  /external/vboot_reference/utility/
dev_debug_vboot 369 loghead od -Ax -tx1 "${kfile}"
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c     [all...]
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 455 // ACxx plus 11Ax to LVT
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/norm/
composition.go 455 // ACxx plus 11Ax to LVT
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 199 ???iN??)?????j3?KO?????b???w{??????L?w????r?cO?@????1)???@?0??9?><\|???H/?~V8?:????%???j??????U? ???C??? ?RFKX -n?5????IN???l???u?U??-???7?:???Uw????? ???^@?>`I???>u[?n???vv?6?e??1??g??k???RU?LW| [??9?J;?????.?[??U?[??'??O?????o.??s_?>z?v"??WU???????l?W????>?Y?t??????????$TO{L??K?^?H[?0.???????????E??}?,9??????>???????g????_?,???y3????1,??\7?Nf,????s}|???HR?>???`???dP???Q?^???wx??Q?F\??Ax%????7?s(?Q???yK??|+q?{??;??P{????7???O(???????e?h?Owu?m?`8?X??/???s?_??V,????v??:{?U????p6?? \1?vD` ??hW???~?????{?B???@L?>???,?A?????;m????????????_
310 9??@??????H??Y,T?_?(??_??b?1t?????<?XU*?2r??t??1??0??X?c%b??'??f??f.???wr8>????.?? ?%????;1?? ??@p????????? ?|-? ?)aAb??A?gC???p0n??n??_??"tL??@#??c??,??4?d??u?"?`?t$? ???-???z??C?_????cT ?x?8"??.?0pT??s???K~P?<Å-?'????Q??-?NMtD?H??Y????#Ea??????SAg?a?Fy? ?????Xx*\??E*hB?P?????yO?tV ???M?????RR??CIa??P????wD?~???M?4??? x?:???????Yg/uNaØ8?t?;???z?9z?M'?o"?2b?zW????9?P?4K ;-0+?a ?Z#I??????????/?U??n?`?#? ?f?S?%8?c??\ r9"h???g??0.?O?????J[ m???3 7??L??v?;??oU????????-???#?:+?{? ???1???'?1(??s??]??Vd|aXF?d?3^??7????????(G? V?S{??Dq???Y?/?~? ??(???R??@iZ?e?QX}$????@NS??? w|?i??????&?j?$??X}A@?N????G?YG?o???&???u&M ?;?*?`??w+H?????6??y???????k??\0?b?????-??C?9?V?6?v<?v?%?'~???G?Ed<?A?????>8?? A????,5b$?m??_.????%?+2?iw?D??'x???O???j~1?#???|?A???????rP?C??8???!F? \[??8??
    [all...]
  /external/syslinux/bios/dos/
syslinux.com     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729.rtp     [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
stereo_pcm16wb.rtp     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]

Completed in 2846 milliseconds

1 2