Home
last modified time | relevance | path

Searched refs:sdot (Results 1 – 25 of 30) sorted by relevance

12

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/assembly/opt/
DMatmulDpInt8.S108 sdot v16.4s, v2.16b, v0.4b[0]
109 sdot v18.4s, v2.16b, v0.4b[1]
110 sdot v20.4s, v2.16b, v0.4b[2]
111 sdot v22.4s, v2.16b, v0.4b[3]
114 sdot v24.4s, v2.16b, v1.4b[0]
115 sdot v26.4s, v2.16b, v1.4b[1]
116 sdot v28.4s, v2.16b, v1.4b[2]
117 sdot v30.4s, v2.16b, v1.4b[3]
120 sdot v17.4s, v3.16b, v0.4b[0]
121 sdot v19.4s, v3.16b, v0.4b[1]
[all …]
DMatmulOptR4Int8.S87 sdot v16.4s, v4.16b, v0.16b
88 sdot v17.4s, v5.16b, v0.16b
89 sdot v18.4s, v6.16b, v0.16b
90 sdot v19.4s, v7.16b, v0.16b
91 sdot v20.4s, v4.16b, v1.16b
92 sdot v21.4s, v5.16b, v1.16b
93 sdot v22.4s, v6.16b, v1.16b
94 sdot v23.4s, v7.16b, v1.16b
95 sdot v24.4s, v4.16b, v2.16b
96 sdot v25.4s, v5.16b, v2.16b
[all …]
DMatmulDpInt8Opt.S107 sdot v16.4s, v1.16b, v0.4b[0]
108 sdot v17.4s, v2.16b, v0.4b[0]
109 sdot v18.4s, v3.16b, v0.4b[0]
110 sdot v19.4s, v4.16b, v0.4b[0]
111 sdot v20.4s, v1.16b, v0.4b[1]
112 sdot v21.4s, v2.16b, v0.4b[1]
113 sdot v22.4s, v3.16b, v0.4b[1]
114 sdot v23.4s, v4.16b, v0.4b[1]
115 sdot v24.4s, v1.16b, v0.4b[2]
116 sdot v25.4s, v2.16b, v0.4b[2]
[all …]
/third_party/boost/libs/math/doc/distributions/
Darcsine.qbk55 [expression f(x; x_min, x_max) = 1 /([pi][sdot][sqrt]((x - x_min)[sdot](x_max - x_min))]
80 [expression F(x) = 2[sdot]arcsin([sqrt]((x-x_min)/(x_max - x))) / [pi]]
236 [[pdf] [f(x; a, b) = 1/([pi][sdot][sqrt](x - a)[sdot](b - x))]]
237 [[cdf] [F(x) = 2/[pi][sdot]sin[super-1]([sqrt](x - a) / (b - a) ) ]]
238 [[cdf of complement] [2/([pi][sdot]cos[super-1]([sqrt](x - a) / (b - a)))]]
239 [[quantile] [-a[sdot]sin[super 2]([frac12][pi][sdot]p) + a + b[sdot]sin[super 2]([frac12][pi][sdot]…
240 …[quantile from the complement] [-a[sdot]cos[super 2]([frac12][pi][sdot]p) + a + b[sdot]cos[super 2…
/third_party/flutter/skia/src/core/
DSkMatrix.cpp259 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
292 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy); in preTranslate()
293 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy); in preTranslate()
420 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px); in setSinCos()
424 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py); in setSinCos()
976 SkScalar x = sdot(sx, m.fMat[kMScaleX], sy, m.fMat[kMSkewX]) + m.fMat[kMTransX]; in Persp_pts()
977 SkScalar y = sdot(sx, m.fMat[kMSkewY], sy, m.fMat[kMScaleY]) + m.fMat[kMTransY]; in Persp_pts()
981 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2]; in Persp_pts()
1067 SkScalar x = sdot(sx, mat[M::kMScaleX], sy, mat[M::kMSkewX], sw, mat[M::kMTransX]); in MapHomogeneousPointsWithStride()
[all …]
/third_party/skia/src/core/
DSkMatrix.cpp255 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) { in sdot() function
259 static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d, in sdot() function
288 fMat[kMTransX] += sdot(fMat[kMScaleX], dx, fMat[kMSkewX], dy); in preTranslate()
289 fMat[kMTransY] += sdot(fMat[kMSkewY], dx, fMat[kMScaleY], dy); in preTranslate()
416 fMat[kMTransX] = sdot(sinV, py, oneMinusCosV, px); in setSinCos()
420 fMat[kMTransY] = sdot(-sinV, px, oneMinusCosV, py); in setSinCos()
973 SkScalar x = sdot(sx, m.fMat[kMScaleX], sy, m.fMat[kMSkewX]) + m.fMat[kMTransX]; in Persp_pts()
974 SkScalar y = sdot(sx, m.fMat[kMSkewY], sy, m.fMat[kMScaleY]) + m.fMat[kMTransY]; in Persp_pts()
978 SkScalar z = sdot(sx, m.fMat[kMPersp0], sy, m.fMat[kMPersp1]) + m.fMat[kMPersp2]; in Persp_pts()
1064 SkScalar x = sdot(sx, mat[M::kMScaleX], sy, mat[M::kMSkewX], sw, mat[M::kMTransX]); in MapHomogeneousPointsWithStride()
[all …]
/third_party/skia/modules/canvaskit/
Dmatrix.js11 function sdot() { // to be called with an even number of scalar args function
159 cosV, -sinV, sdot( sinV, py, 1 - cosV, px),
160 sinV, cosV, sdot(-sinV, px, 1 - cosV, py),
/third_party/boost/libs/math/doc/sf/
Dtest_html4_symbols.qbk122 [sdot],
Dpowers.qbk26 …rforms exact all-integer arithmetic argument reduction before computing the sine of ['[pi][sdot]x].
Dbessel_jy.qbk493 [expression f[sub 1](-[zeta]) = [frac12]x(-[zeta]) {h(-[zeta])}[sup2] [sdot] b[sub 0](-[zeta])]
501 [expression b[sub 0](-[zeta]) = -5/(48[zeta][sup2]) + 1/(-[zeta])[super [frac12]] [sdot] { 5/(24(x[…
/third_party/flutter/skia/modules/canvaskit/
Dinterface.js19 function sdot(a, b, c, d, e, f) { function
75 result[3*r + c] = sdot(m1[3*r + 0], m2[3*0 + c],
92 cosV, -sinV, sdot( sinV, py, 1 - cosV, px),
93 sinV, cosV, sdot(-sinV, px, 1 - cosV, py),
/third_party/boost/doc/test/
Dtest_HTML4_symbols.qbk123 [sdot],
DHTML4_symbols.qbk130 [template sdot[]'''⋅'''] [/ � dot operator]
/third_party/typescript/src/compiler/transformers/
Djsx.ts780 sdot: 0x22C5,
/third_party/boost/libs/sort/doc/
Dhtml4_symbols.qbk135 [template sdot[]'''⋅'''] [/ � dot operator]
Dspreadsort.qbk181 ['[bigo](N[sdot]log2(N))] comparisons and ['[bigo](N[sdot]log2(K/S + S))] operations where
/third_party/boost/libs/math/doc/
Dhtml4_symbols.qbk145 [template sdot[]'''⋅'''] [/ � dot operator]
/third_party/boost/libs/multiprecision/doc/
Dhtml4_symbols.qbk145 [template sdot[]'''⋅'''] [/ � dot operator]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SVEInstrInfo.td151 defm SDOT_ZZZ : sve_intx_dot<0b0, "sdot", int_aarch64_sve_sdot>;
154 defm SDOT_ZZZI : sve_intx_dot_by_indexed_elem<0b0, "sdot", int_aarch64_sve_sdot_lane>;
DAArch64InstrInfo.td741 defm SDOT : SIMDThreeSameVectorDot<0, "sdot", int_aarch64_neon_sdot>;
743 defm SDOTlane : SIMDThreeSameVectorDotIndex<0, "sdot", int_aarch64_neon_sdot>;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12559 "ivr\004sdot\003sel\006setf16\005setf8\006setffr\003sev\004sevl\005sha1c"
17226 …{ 4127 /* sdot */, AArch64::SDOT_ZZZ_S, Convert__SVEVectorSReg1_0__Tie0_1_1__SVEVectorBReg1_1__SVE…
17227 …{ 4127 /* sdot */, AArch64::SDOT_ZZZ_D, Convert__SVEVectorDReg1_0__Tie0_1_1__SVEVectorHReg1_1__SVE…
17228 …{ 4127 /* sdot */, AArch64::SDOT_ZZZI_S, Convert__SVEVectorSReg1_0__Tie0_1_1__SVEVectorBReg1_1__SV…
17229 …{ 4127 /* sdot */, AArch64::SDOT_ZZZI_D, Convert__SVEVectorDReg1_0__Tie0_1_1__SVEVectorHReg1_1__SV…
17230 …{ 4127 /* sdot */, AArch64::SDOTv16i8, Convert__VectorReg1281_0__Tie0_1_1__VectorReg1281_2__Vector…
17231 …{ 4127 /* sdot */, AArch64::SDOTv8i8, Convert__VectorReg641_0__Tie0_1_1__VectorReg641_2__VectorReg…
17232 …{ 4127 /* sdot */, AArch64::SDOTlanev16i8, Convert__VectorReg1281_0__Tie0_1_1__VectorReg1281_2__Ve…
17233 …{ 4127 /* sdot */, AArch64::SDOTlanev8i8, Convert__VectorReg641_0__Tie0_1_1__VectorReg641_2__Vecto…
24599 …{ 4127 /* sdot */, AArch64::SDOTv16i8, Convert__imm_95_0__Tie0_1_1__imm_95_0__imm_95_0, AMFBS_HasD…
[all …]
/third_party/mindspore/
DRELEASE.md2392 2. Enhanced performance on armv8.2 supported platform. For example, utilizing sdot instruction more…
2662 - Support CPU fp16 and sdot on ARM v8.2+.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/
DIntrinsicImpl.inc414 "llvm.aarch64.neon.sdot",
715 "llvm.aarch64.sve.sdot",
716 "llvm.aarch64.sve.sdot.lane",
1687 "llvm.arm.neon.sdot",
10547 1, // llvm.aarch64.neon.sdot
10848 1, // llvm.aarch64.sve.sdot
10849 1, // llvm.aarch64.sve.sdot.lane
11820 1, // llvm.arm.neon.sdot
/third_party/node/tools/
Dlint-md.mjs37086 sdot: '⋅', property
/third_party/typescript/lib/
Dtsc.js74534 sdot: 0x22C5, property

12