Searched refs:sdot (Results 1 – 6 of 6) sorted by relevance
/external/skia/src/core/ |
D | SkMatrix.cpp | 259 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { in sdot() function 263 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, in sdot() function 297 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy); in preTranslate() 298 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy); in preTranslate() 431 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px); in setSinCos() 435 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py); in setSinCos() 950 SkScalar x = sdot(sx, m.fMat[kMScaleX], sy, m.fMat[kMSkewX]) + m.fMat[kMTransX]; in Persp_pts() 951 SkScalar y = sdot(sx, m.fMat[kMSkewY], sy, m.fMat[kMScaleY]) + m.fMat[kMTransY]; in Persp_pts() 955 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2]; in Persp_pts() 1028 SkScalar x = sdot(sx, fMat[kMScaleX], sy, fMat[kMSkewX], sw, fMat[kMTransX]); in mapHomogeneousPoints() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | HTMLEntities.properties | 255 sdot=8901 key
|
/external/clang/include/clang/AST/ |
D | CommentHTMLNamedCharacterReferences.td | 154 def : NCR<"sdot", 0x022C5>;
|
/external/eigen/Eigen/src/misc/ |
D | blas.h | 21 float BLASFUNC(sdot) (int *, float *, int *, float *, int *);
|
/external/eigen/bench/btl/libs/BLAS/ |
D | blas.h | 16 float BLASFUNC(sdot) (int *, float *, int *, float *, int *);
|
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/data/tokenization/ |
D | namedEntities.test | 37082 "input": "&sdot", 37083 "description": "Bad named entity: sdot without a semi-colon", 37088 "&sdot" 37093 "input": "⋅", 37094 "description": "Named entity: sdot; with a semi-colon",
|