Searched refs:evals (Results 1 – 12 of 12) sorted by relevance
/external/eigen/bench/ |
D | eig33.cpp | 86 void eigen33(const Matrix& mat, Matrix& evecs, Vector& evals) in eigen33() argument 101 computeRoots(scaledMat,evals); in eigen33() 135 if((evals(2)-evals(0))<=Eigen::NumTraits<Scalar>::epsilon()) in eigen33() 143 tmp.diagonal ().array () -= evals (2); in eigen33() 147 tmp.diagonal ().array () -= evals (1); in eigen33() 161 evals *= scale; in eigen33() 162 evals.array()+=shift; in eigen33() 185 Vec evals; in main() local 186 BENCH(t, tries, rep, eigen33(A,evecs,evals)); in main()
|
/external/eigen/unsupported/doc/examples/ |
D | PolynomialSolver1.cpp | 34 Eigen::Matrix<float,6,1> evals; in main() local 35 …for( int i=0; i<6; ++i ){ evals[i] = std::abs( poly_eval( hardCase_polynomial, psolvef.roots()[i] … in main() 36 …cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl <… in main() 45 evals[i] = std::abs( poly_eval( hardCase_polynomial, castedRoot ) ); in main() 47 …cout << "Norms of the evaluations of the polynomial at the roots: " << evals.transpose() << endl <… in main()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | platform.hpp | 35 evals, std::vector<intrusive_ref<device>> &> {
|
D | platform.cpp | 27 platform::platform() : adaptor_range(evals(), devs) { in platform()
|
D | context.cpp | 50 return map(evals(), devs); in devices()
|
D | context.hpp | 34 evals, const std::vector<intrusive_ref<device>> &
|
D | program.hpp | 38 evals, const std::vector<intrusive_ref<device>> &> device_range;
|
D | program.cpp | 98 return map(evals(), _devices); in devices()
|
/external/harfbuzz_ng/src/ |
D | gen-use-table.py | 299 evals = [(k, v(U,UISC,UGC)) for k,v in items] 300 values = [k for k,v in evals if v]
|
/external/mesa3d/src/gallium/state_trackers/clover/util/ |
D | functional.hpp | 205 struct evals { struct
|
/external/doclava/res/assets/templates/ |
D | macros.cs | 79 if the "condition" parameter evals to true then the link is displayed
|
/external/v8/ |
D | ChangeLog | 24860 Allow evals for debugger even if they are prohibited in the debugee 29507 Allowed aliased eval invocations by treating them as evals in the
|