Searched defs:Lx (Results 1 - 11 of 11) sorted by relevance

/external/eigen/Eigen/src/SparseCholesky/
H A DSimplicialCholesky_impl.h113 Scalar* Lx = m_matrix.valuePtr(); local
161 yi = l_ki = yi / Lx[Lp[i]];
166 y[Li[p]] -= numext::conj(Lx[p]) * yi;
169 Lx[p] = l_ki;
189 Lx[p] = sqrt(d) ;
/external/eigen/Eigen/src/UmfPackSupport/
H A DUmfPackSupport.h108 inline int umfpack_get_numeric(int Lp[], int Lj[], double Lx[], int Up[], int Ui[], double Ux[], argument
111 return umfpack_di_get_numeric(Lp,Lj,Lx,Up,Ui,Ux,P,Q,Dx,do_recip,Rs,Numeric);
114 inline int umfpack_get_numeric(int Lp[], int Lj[], std::complex<double> Lx[], int Up[], int Ui[], std::complex<double> Ux[], argument
117 double& lx0_real = numext::real_ref(Lx[0]);
120 return umfpack_zi_get_numeric(Lp,Lj,Lx?&lx0_real:0,0,Up,Ui,Ux?&ux0_real:0,0,P,Q,
/external/skia/src/gpu/ccpr/
H A DGrCCGeometry.cpp178 Sk2f Lx = CIT[0] * Clx + CIT[3] * Cly; local
182 Sk2f bloat = padRadius * (Lx.abs() + Ly.abs());
214 Sk2f Lx = Cl * CIT[3] + CIT[0]; local
217 Sk2f bloat = Sk2f(+.5f * padRadius, -.5f * padRadius) * (Lx.abs() + Ly.abs());
/external/skqp/src/gpu/ccpr/
H A DGrCCGeometry.cpp178 Sk2f Lx = CIT[0] * Clx + CIT[3] * Cly; local
182 Sk2f bloat = padRadius * (Lx.abs() + Ly.abs());
214 Sk2f Lx = Cl * CIT[3] + CIT[0]; local
217 Sk2f bloat = Sk2f(+.5f * padRadius, -.5f * padRadius) * (Lx.abs() + Ly.abs());
/external/wpa_supplicant_8/hostapd/src/common/
H A Ddpp.h162 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; member in struct:dpp_authentication
H A Ddpp.c1307 addr[num_elem] = auth->Lx;
1548 os_memset(auth->Lx, 0, sizeof(auth->Lx));
1776 os_memset(auth->Lx, 0, offset);
1777 BN_bn2bin(lx, auth->Lx + offset);
1778 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
1846 os_memset(auth->Lx, 0, offset);
1847 BN_bn2bin(lx, auth->Lx + offset);
1848 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
5627 u8 Lx[DPP_MAX_SHARED_SECRET_LE local
5870 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; local
[all...]
/external/wpa_supplicant_8/src/common/
H A Ddpp.h162 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; member in struct:dpp_authentication
H A Ddpp.c1307 addr[num_elem] = auth->Lx;
1548 os_memset(auth->Lx, 0, sizeof(auth->Lx));
1776 os_memset(auth->Lx, 0, offset);
1777 BN_bn2bin(lx, auth->Lx + offset);
1778 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
1846 os_memset(auth->Lx, 0, offset);
1847 BN_bn2bin(lx, auth->Lx + offset);
1848 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
5627 u8 Lx[DPP_MAX_SHARED_SECRET_LE local
5870 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Ddpp.h162 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; member in struct:dpp_authentication
H A Ddpp.c1307 addr[num_elem] = auth->Lx;
1548 os_memset(auth->Lx, 0, sizeof(auth->Lx));
1776 os_memset(auth->Lx, 0, offset);
1777 BN_bn2bin(lx, auth->Lx + offset);
1778 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
1846 os_memset(auth->Lx, 0, offset);
1847 BN_bn2bin(lx, auth->Lx + offset);
1848 wpa_hexdump_key(MSG_DEBUG, "DPP: L.x", auth->Lx, auth->secret_len);
5627 u8 Lx[DPP_MAX_SHARED_SECRET_LE local
5870 u8 Lx[DPP_MAX_SHARED_SECRET_LEN]; local
[all...]
/external/opencv/cv/src/
H A Dcvfundam.cpp488 double Lx[] = { X, Y, 1, 0, 0, 0, -x*X, -x*Y, -x }; local
493 LtL[j][k] += Lx[j]*Lx[k] + Ly[j]*Ly[k];

Completed in 561 milliseconds