/external/eigen/Eigen/src/Eigen2Support/Geometry/ |
D | Scaling.h | 72 explicit inline Scaling(const VectorType& coeffs) : m_coeffs(coeffs) {} in Scaling() 74 const VectorType& coeffs() const { return m_coeffs; } in coeffs() function 75 VectorType& coeffs() { return m_coeffs; } in coeffs() function
|
D | Hyperplane.h | 155 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 160 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
/external/eigen/Eigen/src/Geometry/ |
D | Quaternion.h | 84 …inline const typename internal::traits<Derived>::Coefficients& coeffs() const { return derived().c… in coeffs() function 87 inline typename internal::traits<Derived>::Coefficients& coeffs() { return derived().coeffs(); } in coeffs() function
|
D | Hyperplane.h | 166 inline const Coefficients& coeffs() const { return m_coeffs; } in coeffs() function 171 inline Coefficients& coeffs() { return m_coeffs; } in coeffs() function
|
D | Scaling.h | 136 static inline const DiagonalWrapper<const Derived> Scaling(const MatrixBase<Derived>& coeffs) in Scaling()
|
/external/eigen/Eigen/src/Core/ |
D | BandMatrix.h | 60 inline const CoefficientsType& coeffs() const { return derived().coeffs(); } in coeffs() function 63 inline CoefficientsType& coeffs() { return derived().coeffs(); } in coeffs() function
|
/external/chromium_org/third_party/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local 164 uint16x4_t coeffs; in convolveHorizontally_neon() local 415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local 452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
|
/external/skia/src/opts/ |
D | SkBitmapProcState_arm_neon.cpp | 125 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local 164 uint16x4_t coeffs; in convolveHorizontally_neon() local 415 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local 452 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
|
/external/chromium_org/third_party/libwebp/enc/ |
D | cost.h | 30 const int16_t* coeffs; member
|
D | token.c | 112 const int16_t* const coeffs, in VP8RecordCoeffTokens()
|
D | cost.c | 561 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
|
/external/webp/src/enc/ |
D | cost.h | 30 const int16_t* coeffs; member
|
D | token.c | 112 const int16_t* const coeffs, in VP8RecordCoeffTokens()
|
D | cost.c | 561 static void SetResidualCoeffs(const int16_t* const coeffs, in SetResidualCoeffs()
|
/external/eigen/doc/special_examples/ |
D | Tutorial_sparse_example_details.cpp | 8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, in insertCoefficient()
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | CubicParameterization_TestUtility.cpp | 39 double coeffs[coeff_count]; in point_on_parameterized_curve() local
|
D | CubicParameterizationCode.cpp | 177 typedef std::vector<coeff> coeffs; typedef
|
/external/skia/experimental/Intersection/ |
D | CubicParameterization_TestUtility.cpp | 39 double coeffs[coeff_count]; in point_on_parameterized_curve() local
|
D | CubicParameterizationCode.cpp | 177 typedef std::vector<coeff> coeffs; typedef
|
/external/chromium_org/third_party/skia/tools/ |
D | generate_fir_coeff.py | 55 coeffs = [] variable
|
/external/skia/tools/ |
D | generate_fir_coeff.py | 55 coeffs = [] variable
|
/external/eigen/demos/opengl/ |
D | quaternion_demo.cpp | 154 const Vector3& coeffs() const { return m_angles; } in coeffs() function in EulerAngles 155 Vector3& coeffs() { return m_angles; } in coeffs() function in EulerAngles
|
/external/opencv/cvaux/src/ |
D | cveigenobjects.cpp | 964 CvSize size, float *coeffs ) in icvEigenDecomposite_8u32fR() 1056 int ioFlags, void *userData, float *coeffs, in icvEigenProjection_8u32fR() 1604 float* coeffs ) in cvEigenDecomposite() 1719 float* coeffs, in cvEigenProjection()
|
/external/webp/src/dec/ |
D | frame.c | 746 const int16_t* const coeffs = block->coeffs_; in ReconstructRow() local
|
/external/chromium_org/third_party/libwebp/dec/ |
D | frame.c | 746 const int16_t* const coeffs = block->coeffs_; in ReconstructRow() local
|