/external/ComputeLibrary/src/core/NEON/wrapper/intrinsics/ |
D | getlane.h | 33 #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
|
D | add.h | 33 #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
|
D | setlane.h | 33 #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
|
D | exp.h | 34 #define VEXPQ_IMPL(vtype, postfix) \ argument 40 #define VEXPQ_IMPL_INT(vtype, postfix) \ argument
|
D | round.h | 34 #define VROUNDQ_IMPL(vtype, postfix) \ argument 40 #define VROUNDQ_IMPL_INT(vtype, postfix) \ argument
|
D | load.h | 33 #define VLOAD_IMPL(stype, vtype, postfix) \ argument 52 #define VLOADQ_IMPL(stype, vtype, postfix) \ argument
|
D | log.h | 34 #define VLOG_IMPL(vtype, prefix, postfix) \ argument 40 #define VLOG_IMPL_INT(vtype, prefix, postfix) \ argument
|
D | sin.h | 34 #define VSIN_IMPL(vtype, prefix, postfix) \ argument 40 #define VSIN_IMPL_INT(vtype, prefix, postfix) \ argument
|
D | inv.h | 34 #define VINV_IMPL(vtype, prefix, postfix) \ argument 40 #define VINV_IMPL_INT(vtype, prefix, postfix) \ argument
|
D | invsqrt.h | 34 #define VINVSQRT_IMPL(stype, vtype, prefix, postfix) \ argument 40 #define VINVSQRT_IMPL_INT(stype, vtype, prefix, postfix) \ argument
|
D | sub.h | 33 #define VSUB_IMPL(stype, vtype, prefix, postfix) \ argument 68 #define VQSUB_IMPL(stype, vtype, prefix, postfix) \ argument
|
D | abs.h | 33 #define VABS_IMPL(stype, vtype, prefix, postfix) \ argument 39 #define VQABS_IMPL(stype, vtype, prefix, postfix) \ argument
|
D | movn.h | 33 #define VMOVN_IMPL(dtype, vtype, prefix, postfix) \ argument 46 #define VQMOVN_IMPL(dtype, vtype, prefix, postfix) \ argument
|
D | mla.h | 33 #define VMLA_IMPL(stype, vtype, prefix, postfix) \ argument 39 #define VMLA_IMPL2(stype, vtype, prefix1, prefix2, postfix) \ argument
|
D | tanh.h | 34 #define VTANH_IMPL(vtype, prefix, postfix) \ argument
|
D | sqrt.h | 35 #define VSQRT_IMPL(type, prefix, postfix) \ argument
|
D | neg.h | 33 #define VNEG_IMPL(vtype, prefix, postfix) \ argument
|
D | eor.h | 33 #define VEOR_IMPL(vtype, prefix, postfix) \ argument
|
D | getlow.h | 33 #define VGETLOW_IMPL(half_vtype, vtype, postfix) \ argument
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_sparse.h | 44 #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/ |
D | data_type.cc | 78 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/ |
D | SeparatedItemStringBuilder.java | 10 private final String postfix; field in SeparatedItemStringBuilder 14 public SeparatedItemStringBuilder(String prefix, String separator, String postfix) { in SeparatedItemStringBuilder()
|
/external/icu/icu4c/source/tools/toolutil/ |
D | writesrc.cpp | 142 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/ |
D | ranges.h | 41 Char postfix; member 51 Char postfix; member
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | arguments.cc | 58 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()
|