Home
last modified time | relevance | path

Searched defs:Store3 (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/include/private/
DSkNx.h97 AI static void Store3(void* vptr, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
DSkNx_neon.h56 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
DSkNx_sse.h62 AI static void Store3(void* dst, const SkNx& a, const SkNx& b, const SkNx& c) { in Store3() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dconv_common_fp32.c335 #define Store3 \ in CommonConv6x16Kernel() macro