Searched refs:sqrtA (Results 1 – 6 of 6) sorted by relevance
6 MatrixXd sqrtA = es.operatorSqrt(); variable7 cout << "The square root of A is: " << endl << sqrtA << endl;8 cout << "If we square this, we get: " << endl << sqrtA*sqrtA << endl;
17 MatrixType sqrtA = A.sqrt(); in testMatrixSqrt() local18 VERIFY_IS_APPROX(sqrtA * sqrtA, A); in testMatrixSqrt()
297 const double sqrtA = p0y - (2.0 * p1y) + p2y; in init() local298 const double a = sqrtA * sqrtA; in init()
118 define float @sqrtA(float %a) nounwind uwtable readnone ssp {
527 define float @sqrtA(float %a) nounwind uwtable readnone ssp {528 ; CHECK-LABEL: sqrtA: