| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
| D | ranges_includes.pass.cpp | 107 constexpr void testIncludesImpl(std::array<int, N1> in1, std::array<int, N2> in2, bool expected) { in testIncludesImpl() 132 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 139 std::array in2{0, 2, 8}; in testImpl() local 147 std::array in2{0, 2, 8, 15, 17, 19}; in testImpl() local 155 std::array in2{0, 1, 2}; in testImpl() local 163 std::array in2{8, 10}; in testImpl() local 171 std::array in2{0, 1, 1, 2, 5}; in testImpl() local 179 std::array in2{8, 12, 12}; in testImpl() local 187 std::array in2{8, 10, 10}; in testImpl() local 195 std::array in2{3, 4, 5}; in testImpl() local [all …]
|
| /external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve/ |
| D | integer.cpp | 32 void sve_s32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window … in sve_s32_elementwise_binary() 46 void sve_s16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window … in sve_s16_elementwise_binary() 60 void sve_u8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, con… in sve_u8_comparison_elementwise_binary() 72 void sve_s16_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in sve_s16_comparison_elementwise_binary() 84 void sve_s32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in sve_s32_comparison_elementwise_binary()
|
| D | fp16.cpp | 34 void sve_fp16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window… in sve_fp16_elementwise_binary() 49 void sve_fp16_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in sve_fp16_comparison_elementwise_binary()
|
| D | fp32.cpp | 32 void sve_fp32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window… in sve_fp32_elementwise_binary() 47 void sve_fp32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in sve_fp32_comparison_elementwise_binary()
|
| /external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/ |
| D | integer.cpp | 31 void neon_s32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window… in neon_s32_elementwise_binary() 46 void neon_s16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Window… in neon_s16_elementwise_binary() 60 void neon_u8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, co… in neon_u8_comparison_elementwise_binary() 72 void neon_s16_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in neon_s16_comparison_elementwise_binary() 84 void neon_s32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in neon_s32_comparison_elementwise_binary()
|
| D | qasymm8.cpp | 31 void neon_qasymm8_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Wi… in neon_qasymm8_elementwise_binary() 46 void neon_qasymm8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *ou… in neon_qasymm8_comparison_elementwise_binary()
|
| D | fp32.cpp | 32 void neon_fp32_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Windo… in neon_fp32_elementwise_binary() 47 void neon_fp32_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, … in neon_fp32_comparison_elementwise_binary()
|
| D | fp16.cpp | 33 void neon_fp16_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Windo… in neon_fp16_elementwise_binary() 48 void neon_fp16_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, … in neon_fp16_comparison_elementwise_binary()
|
| D | qasymm8_signed.cpp | 32 void neon_qasymm8_signed_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in neon_qasymm8_signed_elementwise_binary() 47 void neon_qasymm8_signed_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITen… in neon_qasymm8_signed_comparison_elementwise_binary()
|
| /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
| D | vktSpvAsmTrinaryMinMaxTests.cpp | 196 static inline void runOpFunc (F f, void* out, const void* in1, const void* in2, const void* in3) in runOpFunc() 202 …static void minInt8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in minInt8() 203 …static void maxInt8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in maxInt8() 204 …static void midInt8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in midInt8() 205 …static void minUint8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in minUint8() 206 …static void maxUint8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in maxUint8() 207 …static void midUint8 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in midUint8() 208 …static void minInt16 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in minInt16() 209 …static void maxInt16 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in maxInt16() 210 …static void midInt16 (void* out, const void* in1, const void* in2, const void* in3) { runOpFunc<de… in midInt16() [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.union/ |
| D | ranges_set_union.pass.cpp | 103 constexpr void testSetUnionImpl(std::array<int, N1> in1, std::array<int, N2> in2, std::array<int, N… in testSetUnionImpl() 147 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 154 std::array in2{0, 2, 8}; in testImpl() local 162 std::array in2{0, 2, 8, 15, 17, 19}; in testImpl() local 170 std::array in2{0, 1, 2}; in testImpl() local 178 std::array in2{8, 10}; in testImpl() local 186 std::array in2{0, 1, 1, 2, 5}; in testImpl() local 194 std::array in2{1, 5, 5, 8, 10}; in testImpl() local 202 std::array in2{7, 7, 7, 13}; in testImpl() local 210 std::array in2{3, 4, 5}; in testImpl() local [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.symmetric.difference/ |
| D | ranges_set_symmetric_difference.pass.cpp | 101 testSetSymmetricDifferenceImpl(std::array<int, N1> in1, std::array<int, N2> in2, std::array<int, N3… in testSetSymmetricDifferenceImpl() 146 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 154 std::array in2{0, 2, 8}; in testImpl() local 162 std::array in2{0, 2, 8, 15, 17, 19}; in testImpl() local 170 std::array in2{0, 1, 2}; in testImpl() local 178 std::array in2{8, 10}; in testImpl() local 186 std::array in2{0, 1, 1, 2, 5}; in testImpl() local 194 std::array in2{1, 5, 5, 8, 10}; in testImpl() local 202 std::array in2{7, 7, 7, 13}; in testImpl() local 210 std::array in2{3, 4, 5}; in testImpl() local [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.intersection/ |
| D | ranges_set_intersection.pass.cpp | 97 constexpr void testSetIntersectionImpl(std::array<int, N1> in1, std::array<int, N2> in2, std::array… in testSetIntersectionImpl() 141 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 149 std::array in2{0, 2, 8}; in testImpl() local 157 std::array in2{0, 2, 8, 15, 17, 19}; in testImpl() local 165 std::array in2{0, 1, 2}; in testImpl() local 173 std::array in2{8, 10}; in testImpl() local 181 std::array in2{0, 1, 1, 2, 5}; in testImpl() local 189 std::array in2{1, 5, 5, 8, 10}; in testImpl() local 197 std::array in2{7, 7, 7, 13}; in testImpl() local 205 std::array in2{3, 4, 5}; in testImpl() local [all …]
|
| /external/cronet/ipc/ |
| D | ipc_sync_message_unittest.cc | 57 void On_2_1(int in1, bool in2, bool* out1) { in On_2_1() 63 void On_2_2(bool in1, int in2, bool* out1, int* out2) { in On_2_2() 70 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) { in On_2_3() 78 void On_3_1(int in1, bool in2, const std::string& in3, bool* out1) { in On_3_1() 86 bool in2, in On_3_2() 98 const std::string& in2, in On_3_3() 112 int in2, in On_3_4()
|
| /external/libchrome/ipc/ |
| D | ipc_sync_message_unittest.cc | 57 void On_2_1(int in1, bool in2, bool* out1) { in On_2_1() 63 void On_2_2(bool in1, int in2, bool* out1, int* out2) { in On_2_2() 70 void On_2_3(int in1, bool in2, std::string* out1, int* out2, bool* out3) { in On_2_3() 78 void On_3_1(int in1, bool in2, const std::string& in3, bool* out1) { in On_3_1() 86 bool in2, in On_3_2() 98 const std::string& in2, in On_3_3() 112 int in2, in On_3_4()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.set.operations/set.difference/ |
| D | ranges_set_difference.pass.cpp | 103 constexpr void testSetDifferenceImpl(std::array<int, N1> in1, std::array<int, N2> in2, std::array<i… in testSetDifferenceImpl() 145 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 153 std::array in2{0, 2, 8}; in testImpl() local 161 std::array in2{0, 2, 8, 15, 17, 19}; in testImpl() local 169 std::array in2{0, 1, 2}; in testImpl() local 177 std::array in2{8, 10}; in testImpl() local 185 std::array in2{0, 1, 1, 2, 5}; in testImpl() local 193 std::array in2{3, 4, 5}; in testImpl() local 201 std::array<int, 0> in2{}; in testImpl() local 209 std::array<int, 0> in2{}; in testImpl() local
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/algorithms/alg.sorting/alg.merge/ |
| D | ranges_merge.pass.cpp | 101 constexpr void testMergeImpl(std::array<int, N1> in1, std::array<int, N2> in2, const auto& expected… in testMergeImpl() 144 std::array in2{3, 6, 7, 9, 13, 15, 100}; in testImpl() local 152 std::array in2{0, 1, 2}; in testImpl() local 160 std::array in2{0, 1, 2}; in testImpl() local 168 std::array in2{0, 0, 1}; in testImpl() local 176 std::array in2{7, 7}; in testImpl() local 184 std::array in2{3, 4, 5}; in testImpl() local 192 std::array<int, 0> in2{}; in testImpl() local 200 std::array<int, 0> in2{}; in testImpl() local
|
| /external/libvpx/vpx_dsp/mips/ |
| D | macros_msa.h | 207 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument 222 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument 325 #define ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 333 #define ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument 483 #define AVER_UB2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument 490 #define AVER_UB4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument 513 #define SLDI_B4_0(RTYPE, in0, in1, in2, in3, out0, out1, out2, out3, \ argument 552 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 737 #define MIN_UH4(RTYPE, in0, in1, in2, in3, min_vec) \ argument 764 #define CLIP_SH4_0_255(in0, in1, in2, in3) \ argument [all …]
|
| /external/libvpx/vp8/common/mips/msa/ |
| D | vp8_macros_msa.h | 240 #define SW4(in0, in1, in2, in3, pdst, stride) \ argument 255 #define SD4(in0, in1, in2, in3, pdst, stride) \ argument 354 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) \ argument 362 #define ST_B8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ argument 551 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 560 #define VSHF_B3(RTYPE, in0, in1, in2, in3, in4, in5, mask0, mask1, mask2, \ argument 575 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ argument 760 #define CLIP_SH4_0_255(in0, in1, in2, in3) \ argument 887 #define ILVEV_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument 903 #define ILVEV_H2(RTYPE, in0, in1, in2, in3, out0, out1) \ argument [all …]
|
| /external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/sve2/ |
| D | qasymm8.cpp | 32 void sve2_qasymm8_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, const Wi… in sve2_qasymm8_elementwise_binary() 47 void sve2_qasymm8_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *ou… in sve2_qasymm8_comparison_elementwise_binary()
|
| D | qasymm8_signed.cpp | 32 void sve2_qasymm8_signed_elementwise_binary(const ITensor *in1, const ITensor *in2, ITensor *out, c… in sve2_qasymm8_signed_elementwise_binary() 47 void sve2_qasymm8_signed_comparison_elementwise_binary(const ITensor *in1, const ITensor *in2, ITen… in sve2_qasymm8_signed_comparison_elementwise_binary()
|
| /external/webp/src/dsp/ |
| D | msa_macro.h | 172 #define SW4(in0, in1, in2, in3, pdst, stride) do { \ argument 183 #define SW3(in0, in1, in2, pdst, stride) do { \ argument 206 #define SD4(in0, in1, in2, in3, pdst, stride) do { \ argument 307 #define ST_B4(RTYPE, in0, in1, in2, in3, pdst, stride) do { \ argument 314 #define ST_B8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ argument 335 #define ST_W3(RTYPE, in0, in1, in2, pdst, stride) do { \ argument 342 #define ST_W4(RTYPE, in0, in1, in2, in3, pdst, stride) do { \ argument 442 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) do { \ argument 458 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) do { \ argument 545 #define CLIP_SH4_0_255(in0, in1, in2, in3) do { \ argument [all …]
|
| /external/ComputeLibrary/src/cpu/kernels/select/generic/neon/ |
| D | impl.cpp | 38 void select_op(const ITensor *cond, const ITensor *in1, const ITensor *in2, ITensor *out, const Win… in select_op() 76 void select_op_8(const ITensor *cond, const ITensor *in1, const ITensor *in2, ITensor *out, const W… in select_op_8() 90 void select_op_16(const ITensor *cond, const ITensor *in1, const ITensor *in2, ITensor *out, const … in select_op_16() 104 void select_op_32(const ITensor *cond, const ITensor *in1, const ITensor *in2, ITensor *out, const … in select_op_32() 118 void select_op_not_same_rank(const ITensor *cond, const ITensor *in1, const ITensor *in2, ITensor *… in select_op_not_same_rank()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | cwise_op_clip_gpu.cu.cc | 30 const T *__restrict__ in2, in UnaryClipCustomKernel() 42 const T *__restrict__ in2, in BinaryRightClipCustomKernel() 54 const T *__restrict__ in2, in BinaryLeftClipCustomKernel()
|
| /external/libvpx/vpx_dsp/loongarch/ |
| D | fwd_txfm_lsx.h | 17 #define VP9_FDCT4(in0, in1, in2, in3, out0, out1, out2, out3) \ argument 43 #define VP9_FDCT8(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ argument 102 #define SRLI_AVE_S_4V_H(in0, in1, in2, in3, in4, in5, in6, in7) \ argument 193 #define VP9_ADDBLK_ST8x4_UB(dst, _stride, _stride2, _stride3, in0, in1, in2, \ argument 215 #define FDCT8x16_EVEN(in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ argument
|