HomeSort by relevance Sort by last modified time
    Searched full:sdot (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/cblas/src/
cblas_sdot.c 4 * The program is a C interface to sdot.
5 * It calls the fortran wrapper before calling sdot.
  /external/skia/src/core/
SkMatrix.cpp 46 // sdot and scross are indended to capture these compound operations into a
262 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { function
266 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, function
302 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy);
303 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy);
433 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px);
437 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py);
980 SkScalar x = sdot(sx, m.fMat[kMScaleX], sy, m.fMat[kMSkewX]) + m.fMat[kMTransX];
981 SkScalar y = sdot(sx, m.fMat[kMSkewY], sy, m.fMat[kMScaleY]) + m.fMat[kMTransY];
985 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2]
    [all...]
  /external/skqp/src/core/
SkMatrix.cpp 45 // sdot and scross are indended to capture these compound operations into a
261 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { function
265 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, function
301 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy);
302 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy);
432 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px);
436 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py);
979 SkScalar x = sdot(sx, m.fMat[kMScaleX], sy, m.fMat[kMSkewX]) + m.fMat[kMTransX];
980 SkScalar y = sdot(sx, m.fMat[kMSkewY], sy, m.fMat[kMScaleY]) + m.fMat[kMTransY];
984 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2]
    [all...]
  /toolchain/binutils/binutils-2.27/ld/emultempl/
sunos.em 599 const char *sdot, *ldot;
618 sdot = strstr (sname, ".so.");
619 if (sdot == NULL)
622 if (sdot - sname != ldot - lname
623 || strncmp (lname, sname, sdot - sname) != 0)
629 sscanf (sdot, ".so.%d.%d", &smaj, &smin);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
HTMLEntities.properties 255 sdot=8901
  /external/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 154 def : NCR<"sdot", 0x022C5>;
  /external/libmojo/third_party/markupsafe/
_constants.py 225 'sdot': 8901,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 154 def : NCR<"sdot", 0x022C5>;
CommentHTMLNamedCharacterReferences.inc 299 return "\xe2\x8b\x85"; // "sdot"
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentHTMLNamedCharacterReferences.td 154 def : NCR<"sdot", 0x022C5>;
  /external/syslinux/core/fs/pxe/
http_readdir.c 311 { 8901, "sdot" },
  /external/eigen/blas/testing/
sblat1.f 107 DATA L(1)/' SDOT '/
361 REAL SDOT, SDSDOT
362 EXTERNAL SDOT, SDSDOT
617 * .. SDOT ..
618 CALL STEST1(SDOT(N,SX,INCX,SY,INCY),DT7(KN,KI),SSIZE1(KN)
    [all...]
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/
xhtml-symbol.ent 208 <!ENTITY sdot "&#8901;"> <!-- dot operator, U+22C5 ISOamsb -->
  /external/libxml2/test/valid/dtds/
xhtml-symbol.ent 213 <!ENTITY sdot "&#8901;"> <!-- dot operator, U+22C5 ISOamsb -->
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /external/eigen/Eigen/src/misc/
blas.h 21 float BLASFUNC(sdot) (int *, float *, int *, float *, int *);
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlEntities.java 453 .put("sdot", Integer.valueOf('\u22c5'))
  /external/python/cpython2/Lib/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /prebuilts/gdb/darwin-x86/lib/python2.7/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /prebuilts/gdb/linux-x86/lib/python2.7/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
htmlentitydefs.py 215 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
  /external/python/cpython3/Lib/html/
entities.py 218 'sdot': 0x22c5, # dot operator, U+22C5 ISOamsb
    [all...]
  /external/eigen/bench/btl/libs/BLAS/
blas.h 16 float BLASFUNC(sdot) (int *, float *, int *, float *, int *);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/utility/
TextUtilities.java 268 ESCAPE_STRINGS.put("&sdot", '\u22C5');
    [all...]

Completed in 2021 milliseconds

1 2 3 4