Home
last modified time | relevance | path

Searched refs:sqrtA (Results 1 – 10 of 10) sorted by relevance

/external/eigen/doc/snippets/
DSelfAdjointEigenSolver_operatorSqrt.cpp6 MatrixXd sqrtA = es.operatorSqrt(); variable
7 cout << "The square root of A is: " << endl << sqrtA << endl;
8 cout << "If we square this, we get: " << endl << sqrtA*sqrtA << endl;
/external/eigen/unsupported/test/
Dmatrix_square_root.cpp17 MatrixType sqrtA = A.sqrt(); in testMatrixSqrt() local
18 VERIFY_IS_APPROX(sqrtA * sqrtA, A); in testMatrixSqrt()
/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp298 const double sqrtA = p0y - (2.0 * p1y) + p2y; in init() local
299 const double a = sqrtA * sqrtA; in init()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp298 const double sqrtA = p0y - (2.0 * p1y) + p2y; in init() local
299 const double a = sqrtA * sqrtA; in init()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx-arith.ll166 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
167 ; CHECK-LABEL: sqrtA:
Davx512-arith.ll503 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
504 ; CHECK-LABEL: sqrtA:
Davx512-schedule.ll553 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
554 ; GENERIC-LABEL: sqrtA:
559 ; SKX-LABEL: sqrtA:
/external/llvm/test/CodeGen/X86/
Davx-arith.ll118 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
Davx512-arith.ll527 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
528 ; CHECK-LABEL: sqrtA:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Davx-arith.ll118 define float @sqrtA(float %a) nounwind uwtable readnone ssp {