/external/tensorflow/tensorflow/python/ops/linalg/ |
D | linear_operator_addition.py | 152 def _infer_hints_allowing_override(op1, op2, hints): argument 256 def can_add(self, op1, op2): argument 261 def _add(self, op1, op2, operator_name, hints): argument 266 def add(self, op1, op2, operator_name, hints=None): argument 300 def can_add(self, op1, op2): argument 304 def _add(self, op1, op2, operator_name, hints): argument 329 def can_add(self, op1, op2): argument 333 def _add(self, op1, op2, operator_name, hints): argument 345 def can_add(self, op1, op2): argument 349 def _add(self, op1, op2, operator_name, hints): argument [all …]
|
/external/libxaac/decoder/ |
D | ixheaacd_basic_ops16.h | 36 static PLATFORM_INLINE WORD16 ixheaacd_add16(WORD16 op1, WORD16 op2) { in ixheaacd_add16() 43 static PLATFORM_INLINE WORD16 ixheaacd_add16_sat(WORD16 op1, WORD16 op2) { in ixheaacd_add16_sat() 52 static PLATFORM_INLINE WORD16 ixheaacd_sub16(WORD16 op1, WORD16 op2) { in ixheaacd_sub16() 59 static PLATFORM_INLINE WORD16 ixheaacd_sub16_sat(WORD16 op1, WORD16 op2) { in ixheaacd_sub16_sat() 68 static PLATFORM_INLINE WORD16 ixheaacd_mult16(WORD16 op1, WORD16 op2) { in ixheaacd_mult16() 75 static PLATFORM_INLINE WORD16 ixheaacd_mult16_shl(WORD16 op1, WORD16 op2) { in ixheaacd_mult16_shl() 82 static PLATFORM_INLINE WORD16 ixheaacd_mult16_shl_sat(WORD16 op1, WORD16 op2) { in ixheaacd_mult16_shl_sat() 224 static PLATFORM_INLINE WORD16 ixheaacd_min16(WORD16 op1, WORD16 op2) { in ixheaacd_min16() 231 static PLATFORM_INLINE WORD16 ixheaacd_max16(WORD16 op1, WORD16 op2) { in ixheaacd_max16() 238 static PLATFORM_INLINE WORD16 div16(WORD16 op1, WORD16 op2, WORD16 *q_format) { in div16() [all …]
|
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | ops2.c | 58 u8 op2) in x86emuOp2_illegal_op() 145 void x86emuOp2_long_jump(u8 op2) in x86emuOp2_long_jump() 167 void x86emuOp2_set_byte(u8 op2) in x86emuOp2_set_byte() 263 void x86emuOp2_push_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_FS() 277 void x86emuOp2_pop_FS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_FS() 291 void x86emuOp2_bt_R(u8 X86EMU_UNUSED(op2)) in x86emuOp2_bt_R() 354 void x86emuOp2_shld_IMM(u8 X86EMU_UNUSED(op2)) in x86emuOp2_shld_IMM() 425 void x86emuOp2_shld_CL(u8 X86EMU_UNUSED(op2)) in x86emuOp2_shld_CL() 487 void x86emuOp2_push_GS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_push_GS() 501 void x86emuOp2_pop_GS(u8 X86EMU_UNUSED(op2)) in x86emuOp2_pop_GS() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 35 const std::string& op2) { in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 91 const std::string& op2, in BuildAndCheckTrace() 208 const std::string& op2) { in TEST_F() 678 const PeelTraceType& expected_peel_trace) { in TEST_F() 956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling_pass.cpp | 35 const std::string& op2) { in AssembleAndRunPeelingTest() 73 const std::string& res_id, const std::string& op1, const std::string& op2, in RunPeelingTest() 91 const std::string& op2, in BuildAndCheckTrace() 208 const std::string& op2) { in TEST_F() 678 const PeelTraceType& expected_peel_trace) { in TEST_F() 956 const PeelTraceType& expected_peel_trace, size_t nb_of_loops) { in TEST_F()
|
/external/v8/src/arm64/ |
D | utils-arm64.h | 118 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd() 123 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd()
|
/external/libunwind/src/arm/ |
D | Gex_tables.c | 171 uint8_t op2 = READ_OP (); in arm_exidx_decode() local 207 uint8_t op2 = READ_OP (); in arm_exidx_decode() local 258 uint8_t op2 = READ_OP (); in arm_exidx_decode() local
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 260 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() 272 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() 286 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan() 300 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 1493 inline XlaOp And(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3) { in And() 1497 XlaOp And(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3, in And() 1508 inline XlaOp Or(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3) { in Or() 1512 XlaOp Or(const XlaOp& op1, const XlaOp& op2, const XlaOp& op3, in Or()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | ir_builder.h | 260 Instruction* AddIAdd(uint32_t type, uint32_t op1, uint32_t op2) { in AddIAdd() 272 Instruction* AddULessThan(uint32_t op1, uint32_t op2) { in AddULessThan() 286 Instruction* AddSLessThan(uint32_t op1, uint32_t op2) { in AddSLessThan() 300 Instruction* AddLessThan(uint32_t op1, uint32_t op2) { in AddLessThan()
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_op_kernel_test.cc | 180 auto op2 = CreateOp(-333, "shared_stub"); in TEST_F() local 191 auto op2 = CreateOp(0, "shared_stub"); // Different resource code. in TEST_F() local
|
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/ |
D | OperationTest.java | 59 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationEquality() local 82 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationCollection() local
|
/external/u-boot/post/lib_powerpc/ |
D | cmpi.c | 33 ushort op2; member
|
D | cmp.c | 33 ulong op2; member
|
D | andi.c | 30 ushort op2; member
|
D | threei.c | 32 ushort op2; member
|
D | srawi.c | 30 uchar op2; member
|
D | three.c | 34 ulong op2; member
|
D | threex.c | 34 ulong op2; member
|
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/ |
D | transform_reduce_iter_iter_iter_init_op_op.pass.cpp | 29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
|
/external/libgsm/add-test/ |
D | add_test.c | 22 word op1, op2, expect; variable
|
/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
D | linear_operator_addition_test.py | 38 def can_add(self, op1, op2): argument 41 def _add(self, op1, op2, operator_name, hints): argument
|
/external/v8/src/s390/ |
D | assembler-s390-inl.h | 256 Opcode op2 = Instruction::S390OpcodeValue( in target_address_at() local 325 Opcode op2 = Instruction::S390OpcodeValue( in set_target_address_at() local
|
/external/tensorflow/tensorflow/core/api_def/ |
D | update_api_def_test.cc | 136 OpDef op1, op2, op3; in TEST() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | loopfilter_neon.c | 236 uint8x8_t *op2, uint8x8_t *op1, in calc_7_tap_filter_8() 258 const uint8x16_t q2, const uint8x16_t q3, uint8x16_t *op2, uint8x16_t *op1, in calc_7_tap_filter_16() 314 uint8x8_t *op4, uint8x8_t *op3, uint8x8_t *op2, uint8x8_t *op1, in apply_15_tap_filter_8() 352 uint8x16_t *op4, uint8x16_t *op3, uint8x16_t *op2, uint8x16_t *op1, in apply_15_tap_filter_16() 867 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_horizontal_8_neon() local 886 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_horizontal_8_dual_neon() local 902 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_vertical_8_neon() local 922 op2, op1, op0, oq0, oq1, oq2, mask, flat, hev; in vpx_lpf_vertical_8_dual_neon() local 981 op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, oq4, oq5, oq6; in vpx_lpf_horizontal_16_neon() local 998 op6, op5, op4, op3, op2, op1, op0, oq0, oq1, oq2, oq3, oq4, oq5, oq6; in vpx_lpf_horizontal_16_dual_neon() local [all …]
|