Searched refs:line_u (Results 1 – 3 of 3) sorted by relevance
/external/eigen/test/eigen2/ |
D | eigen2_hyperplane.cpp | 96 HLine line_u = HLine::Through(center + u, center + a*u); in lines() local 100 VERIFY_IS_APPROX(line_u.normal().norm(), Scalar(1)); in lines() 103 Vector result = line_u.intersection(line_v); in lines() 109 PLine pl(line_u); // gcc 3.3 will commit suicide if we don't name this variable in lines() 111 converted_coeffs *= line_u.coeffs()(0)/converted_coeffs(0); in lines() 112 VERIFY(line_u.coeffs().isApprox(converted_coeffs)); in lines()
|
/external/eigen/test/ |
D | geo_hyperplane.cpp | 97 HLine line_u = HLine::Through(center + u, center + a*u); in lines() local 101 VERIFY_IS_APPROX(line_u.normal().norm(), Scalar(1)); in lines() 104 Vector result = line_u.intersection(line_v); in lines() 110 PLine pl(line_u); // gcc 3.3 will commit suicide if we don't name this variable in lines() 112 converted_coeffs *= (line_u.coeffs()[0])/(converted_coeffs[0]); in lines() 113 VERIFY(line_u.coeffs().isApprox(converted_coeffs)); in lines()
|
/external/curl/packages/vms/ |
D | generate_vax_transfer.com | 93 $ line_u = f$edit(line, "UPCASE") 94 $ key = f$element(0, "=", line_u) 98 $ symbol_type = f$element(2, "=", line_u) - ")" 146 $ line_u = f$edit(line, "UPCASE") 147 $ key = f$element(0, "=", line_u) 151 $ symbol_type = f$element(2, "=", line_u) - ")"
|