/external/chromium_org/tools/perf/benchmarks/ |
media.py | 10 from telemetry.value import scalar namespace 27 results.AddValue(scalar.ScalarValue(
|
spaceport.py | 15 from telemetry.value import scalar namespace 85 results.AddValue(scalar.ScalarValue(
|
/external/chromium_org/tools/perf/metrics/ |
cpu.py | 6 from telemetry.value import scalar namespace 38 results.AddValue(scalar.ScalarValue(
|
/external/clang/test/SemaCXX/ |
cxx0x-initializer-references.cpp | 106 B b3 { { { 0 } } }; // expected-warning {{braces around scalar init}} 113 D d4 { { { { 0 } } } }; // expected-warning {{braces around scalar init}}
|
/external/deqp/framework/randomshaders/ |
rsgShader.hpp | 76 std::vector<Scalar> m_min; 77 std::vector<Scalar> m_max;
|
/external/eigen/Eigen/src/Core/ |
ForceAlignedAccess.h | 54 inline Scalar& coeffRef(Index row, Index col) 64 inline Scalar& coeffRef(Index index)
|
/external/eigen/Eigen/src/Eigen2Support/ |
Minor.h | 74 inline Scalar& coeffRef(Index row, Index col) 79 inline const Scalar coeff(Index row, Index col) const
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexSchur_MKL.h | 48 typedef MatrixType::Scalar Scalar; \
|
HessenbergDecomposition.h | 72 /** \brief Scalar type for matrices of type #MatrixType. */ 73 typedef typename MatrixType::Scalar Scalar; 78 * This is column vector with entries of type #Scalar. The length of the 82 typedef Matrix<Scalar, SizeMinusOne, 1, Options & ~RowMajor, MaxSizeMinusOne, 1> CoeffVectorType; 268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType; 269 typedef typename NumTraits<Scalar>::Real RealScalar; 302 Scalar h;
|
RealSchur_MKL.h | 48 typedef MatrixType::Scalar Scalar; \
|
/external/eigen/Eigen/src/QR/ |
ColPivHouseholderQR_MKL.h | 52 typedef MatrixType::Scalar Scalar; \
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_relax_snode.h | 46 template <typename Scalar, typename Index> 47 void SparseLUImpl<Scalar,Index>::relax_snode (const Index n, IndexVector& et, const Index relax_columns, IndexVector& descendants, IndexVector& relax_end)
|
/external/eigen/doc/ |
TutorialMatrixClass.dox | 19 Matrix<typename Scalar, int RowsAtCompileTime, int ColsAtCompileTime> 21 \li \c Scalar is the scalar type, i.e. the type of the coefficients. 23 See \ref TopicScalarTypes "Scalar types" for a list of all supported 24 scalar types and for how to extend support to new types. 227 Matrix<typename Scalar, 259 defined for these five types doesn't mean that they are the only supported scalar types. For example, 260 all standard integer types are supported, see \ref TopicScalarTypes "Scalar types".
|
/external/eigen/lapack/ |
clacgv.f | 23 * .. Scalar Arguments .. 82 * .. Scalar Arguments ..
|
cladiv.f | 23 * .. Scalar Arguments .. 72 * .. Scalar Arguments ..
|
dlapy2.f | 23 * .. Scalar Arguments .. 71 * .. Scalar Arguments ..
|
dlapy3.f | 23 * .. Scalar Arguments .. 76 * .. Scalar Arguments ..
|
slapy2.f | 23 * .. Scalar Arguments .. 71 * .. Scalar Arguments ..
|
slapy3.f | 23 * .. Scalar Arguments .. 76 * .. Scalar Arguments ..
|
zlacgv.f | 23 * .. Scalar Arguments .. 82 * .. Scalar Arguments ..
|
zladiv.f | 23 * .. Scalar Arguments .. 72 * .. Scalar Arguments ..
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
MatrixExponential.h | 133 typedef typename internal::traits<MatrixType>::Scalar Scalar; 134 typedef typename NumTraits<Scalar>::Real RealScalar; 296 MatrixType A = m_M / pow(Scalar(2), m_squarings); 318 MatrixType A = m_M / pow(Scalar(2), m_squarings); 343 MatrixType A = m_M / pow(Scalar(2), m_squarings); 361 MatrixType A = m_M / pow(Scalar(2), m_squarings); 379 MatrixType A = m_M / pow(Scalar(2), m_squarings);
|
MatrixPower.h | 48 typedef typename MatrixType::Scalar Scalar; 52 typedef Array<Scalar, RowsAtCompileTime, 1, ColMajor, MaxRowsAtCompileTime> ArrayType; 284 typedef typename MatrixType::Scalar Scalar; 303 * \param[in] p exponent, a real scalar. 313 * \param[in] p exponent, a real scalar. 467 * \param[in] p scalar, the exponent of the matrix power.
|
/external/lldb/source/Plugins/Process/POSIX/ |
RegisterContext_i386.h | 53 ReadRegisterValue(uint32_t reg, lldb_private::Scalar &value); 66 WriteRegisterValue(uint32_t reg, const lldb_private::Scalar &value);
|