Home
last modified time | relevance | path

Searched defs:postfix (Results 1 – 25 of 98) sorted by relevance

1234

/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/
Dgetlane.h33 #define VGETLANE_IMPL_8(stype, vtype, postfix) \ argument
59 #define VGETLANE_IMPL_4(stype, vtype, postfix) \ argument
77 #define VGETLANE_IMPL_2(stype, vtype, postfix) \ argument
102 #define VGETQLANE_IMPL_16(stype, vtype, postfix) \ argument
144 #define VGETQLANE_IMPL_8(stype, vtype, postfix) \ argument
170 #define VGETQLANE_IMPL_4(stype, vtype, postfix) \ argument
188 #define VGETQLANE_IMPL_2(stype, vtype, postfix) \ argument
Dadd.h33 #define VADD_IMPL(stype, vtype, prefix, postfix) \ argument
67 #define VQADD_IMPL(stype, vtype, prefix, postfix) \ argument
101 #define VADDW_IMPL(wtype, vtype, prefix, postfix) \ argument
116 #define VADDL_IMPL(wtype, vtype, prefix, postfix) \ argument
132 #define VADDV_IMPL(stype, vtype, prefix, postfix) \ argument
159 #define VPADDL_IMPL(ltype, vtype, prefix, postfix) \ argument
181 #define VPADD_IMPL(stype, vtype, prefix, postfix) \ argument
Dsetlane.h33 #define VSETLANE_IMPL_8(stype, atype, vtype, postfix) \ argument
59 #define VSETLANE_IMPL_4(stype, atype, vtype, postfix) \ argument
77 #define VSETLANE_IMPL_2(stype, atype, vtype, postfix) \ argument
102 #define VSETQLANE_IMPL_16(stype, atype, vtype, postfix) \ argument
144 #define VSETQLANE_IMPL_8(stype, atype, vtype, postfix) \ argument
170 #define VSETQLANE_IMPL_4(stype, atype, vtype, postfix) \ argument
Dexp.h34 #define VEXPQ_IMPL(vtype, postfix) \ argument
40 #define VEXPQ_IMPL_INT(vtype, postfix) \ argument
Dround.h34 #define VROUNDQ_IMPL(vtype, postfix) \ argument
40 #define VROUNDQ_IMPL_INT(vtype, postfix) \ argument
Dload.h33 #define VLOAD_IMPL(stype, vtype, postfix) \ argument
52 #define VLOADQ_IMPL(stype, vtype, postfix) \ argument
Dlog.h34 #define VLOG_IMPL(vtype, prefix, postfix) \ argument
40 #define VLOG_IMPL_INT(vtype, prefix, postfix) \ argument
Dsin.h34 #define VSIN_IMPL(vtype, prefix, postfix) \ argument
40 #define VSIN_IMPL_INT(vtype, prefix, postfix) \ argument
Dinv.h34 #define VINV_IMPL(vtype, prefix, postfix) \ argument
40 #define VINV_IMPL_INT(vtype, prefix, postfix) \ argument
Dinvsqrt.h34 #define VINVSQRT_IMPL(stype, vtype, prefix, postfix) \ argument
40 #define VINVSQRT_IMPL_INT(stype, vtype, prefix, postfix) \ argument
Dsub.h33 #define VSUB_IMPL(stype, vtype, prefix, postfix) \ argument
68 #define VQSUB_IMPL(stype, vtype, prefix, postfix) \ argument
Dabs.h33 #define VABS_IMPL(stype, vtype, prefix, postfix) \ argument
39 #define VQABS_IMPL(stype, vtype, prefix, postfix) \ argument
Dmovn.h33 #define VMOVN_IMPL(dtype, vtype, prefix, postfix) \ argument
46 #define VQMOVN_IMPL(dtype, vtype, prefix, postfix) \ argument
Dmla.h33 #define VMLA_IMPL(stype, vtype, prefix, postfix) \ argument
39 #define VMLA_IMPL2(stype, vtype, prefix1, prefix2, postfix) \ argument
Dtanh.h34 #define VTANH_IMPL(vtype, prefix, postfix) \ argument
Dsqrt.h35 #define VSQRT_IMPL(type, prefix, postfix) \ argument
Dneg.h33 #define VNEG_IMPL(vtype, prefix, postfix) \ argument
Deor.h33 #define VEOR_IMPL(vtype, prefix, postfix) \ argument
Dgetlow.h33 #define VGETLOW_IMPL(half_vtype, vtype, postfix) \ argument
/external/tensorflow/tensorflow/core/util/
Dcuda_sparse.h44 #define GPUSPARSE(postfix) CUSPARSE_##postfix argument
45 #define gpusparse(postfix) cusparse##postfix argument
62 #define GPUSPARSE(postfix) HIPSPARSE_##postfix argument
63 #define gpusparse(postfix) hipsparse##postfix argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Ddata_type.cc78 const std::string postfix = vec_size == 1 ? "" : std::to_string(vec_size); in ToCLDataType() local
109 const std::string postfix = vec_size == 1 ? "" : std::to_string(vec_size); in ToMetalDataType() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DSeparatedItemStringBuilder.java10 private final String postfix; field in SeparatedItemStringBuilder
14 public SeparatedItemStringBuilder(String prefix, String separator, String postfix) { in SeparatedItemStringBuilder()
/external/icu/icu4c/source/tools/toolutil/
Dwritesrc.cpp142 const char *postfix) { in usrc_writeArray()
204 const char *postfix) { in usrc_writeUTrie2Arrays()
220 const char *postfix) { in usrc_writeUTrie2Struct()
268 const char *postfix, in usrc_writeUCPTrieArrays()
284 const char *postfix, in usrc_writeUCPTrieStruct()
437 const char *postfix) { in usrc_writeArrayOfMostlyInvChars()
/external/fmtlib/include/fmt/
Dranges.h41 Char postfix; member
51 Char postfix; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Darguments.cc58 const std::string& postfix, const std::string& arg_name) { in RenameArg()
95 void Arguments::RenameArgs(const std::string& postfix, in RenameArgs()
107 absl::Status Arguments::Merge(Arguments&& args, const std::string& postfix, in Merge()

1234