Searched defs:DotProduct (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/ui/gfx/geometry/ |
D | vector2d_f.cc | 49 double DotProduct(const Vector2dF& lhs, const Vector2dF& rhs) { in DotProduct() function
|
D | vector3d_f.cc | 75 float DotProduct(const Vector3dF& lhs, const Vector3dF& rhs) { in DotProduct() function
|
D | vector3d_unittest.cc | 179 TEST(Vector3dTest, DotProduct) { in TEST() argument
|
/external/skia/include/core/ |
D | SkPoint.h | 145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function 435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkPoint.h | 145 static int32_t DotProduct(const SkIPoint& a, const SkIPoint& b) { in DotProduct() function 435 static SkScalar DotProduct(const SkPoint& a, const SkPoint& b) { in DotProduct() function
|
/external/pdfium/core/include/fxcrt/ |
D | fx_coordinates.h | 163 baseType DotProduct(baseType x, baseType y) const in DotProduct() function 167 baseType DotProduct(const FXT_VECTOR &v) const in DotProduct() function
|
/external/ceres-solver/include/ceres/ |
D | rotation.h | 577 T DotProduct(const T x[3], const T y[3]) { in DotProduct() function
|
/external/chromium_org/media/filters/ |
D | audio_renderer_algorithm_unittest.cc | 437 TEST_F(AudioRendererAlgorithmTest, DotProduct) { in TEST_F() argument
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 3268 CV_DEF_INIT_FUNC_TAB_2D( DotProduct, C1R ) in CV_DEF_INIT_FUNC_TAB_2D() argument
|