Home
last modified time | relevance | path

Searched defs:op2 (Results 1 – 25 of 105) sorted by relevance

12345

/external/tensorflow/tensorflow/contrib/linalg/python/ops/
Dlinear_operator_addition.py151 def _infer_hints_allowing_override(op1, op2, hints): argument
251 def can_add(self, op1, op2): argument
256 def _add(self, op1, op2, operator_name, hints): argument
261 def add(self, op1, op2, operator_name, hints=None): argument
295 def can_add(self, op1, op2): argument
299 def _add(self, op1, op2, operator_name, hints): argument
324 def can_add(self, op1, op2): argument
328 def _add(self, op1, op2, operator_name, hints): argument
340 def can_add(self, op1, op2): argument
344 def _add(self, op1, op2, operator_name, hints): argument
[all …]
/external/libxaac/decoder/
Dixheaacd_basic_ops16.h36 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/valgrind/memcheck/tests/s390x/
Dcds.c14 uint64_t op2 = op2_init; in test() local
44 uint64_t op2; in op1_undefined() local
56 uint64_t op2; in op2_undefined() local
67 uint64_t op2; in op3_undefined() local
Dcs.c11 int32_t op2 = op2_init; in test() local
25 int op1, op2, op3; in main() local
Dcsg.c11 int64_t op2 = op2_init; in test() local
25 int64_t op1, op2, op3; in main() local
Dcdsg.c34 quad_word op1, op2, op3; in op1_undefined() local
44 quad_word op1, op2, op3; in op2_undefined() local
54 quad_word op1, op2, op3; in op3_undefined() local
/external/valgrind/VEX/priv/
Dguest_s390_toIR.c161 binop(IROp kind, IRExpr *op1, IRExpr *op2) in binop()
168 triop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3) in triop()
175 qop(IROp kind, IRExpr *op1, IRExpr *op2, IRExpr *op3, IRExpr *op4) in qop()
785 s390_call_calculate_icc(UInt m, UInt opc, IRTemp op1, IRTemp op2) in s390_call_calculate_icc()
2601 IRTemp op2 = newTemp(Ity_I32); in s390_irgen_AR() local
2617 IRTemp op2 = newTemp(Ity_I64); in s390_irgen_AGR() local
2633 IRTemp op2 = newTemp(Ity_I64); in s390_irgen_AGFR() local
2648 IRTemp op2 = newTemp(Ity_I32); in s390_irgen_ARK() local
2664 IRTemp op2 = newTemp(Ity_I64); in s390_irgen_AGRK() local
2681 IRTemp op2 = newTemp(Ity_I32); in s390_irgen_A() local
[all …]
Dhost_s390_isel.c952 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() local
983 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() local
1011 s390_opnd_RMI op2; in s390_isel_int128_expr_wrk() local
1119 s390_opnd_RMI op2, value, opnd; in s390_isel_int_expr_wrk() local
2342 HReg op1, op2, op3, dst; in s390_isel_float_expr_wrk() local
2373 HReg h1, op2, dst; in s390_isel_float_expr_wrk() local
2778 HReg op1_hi, op1_lo, op2, f9, f11, f13, f15; in s390_isel_dfp128_expr_wrk() local
3135 HReg op2; in s390_isel_dfp_expr_wrk() local
3230 HReg op2, op3, dst; in s390_isel_dfp_expr_wrk() local
3419 s390_opnd_RMI op1, op2; in s390_isel_cc() local
[all …]
/external/valgrind/none/tests/s390x/
Dcds.c16 uint64_t op2 = op2_init; in test() local
96 uint64_t op2; in main() local
Dcsg.c11 int64_t op2 = op2_init; in test() local
Dlaa.c11 int32_t op2 = op2_init; in test() local
Dcs.c11 int32_t op2 = op2_init; in test() local
Ddfp_utils.h22 #define DFP_BINOP_PRINT(op1, op2, result, type, op, cc) \ argument
Ddfp-1.c8 #define DFP_BINOP(insn, op1, op2, type, round, cc) \ argument
Ddfp-3.c12 #define CMP_DFP(insn, op1, op2, type, cc) \ argument
Dcdsg.c84 quad_word op1, op2, op3; in main() local
/external/v8/src/arm64/
Dutils-arm64.h126 inline double FusedMultiplyAdd(double op1, double op2, double a) { in FusedMultiplyAdd()
131 inline float FusedMultiplyAdd(float op1, float op2, float a) { in FusedMultiplyAdd()
Dsimulator-arm64.cc928 T op2 = reg<T>(instr->Rm()); in AddSubWithCarry() local
1008 T op2 = reg<T>(instr->Rm()); in Extract() local
1419 void Simulator::AddSubHelper(Instruction* instr, T op2) { in AddSubHelper()
1455 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); in VisitAddSubShifted() local
1458 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); in VisitAddSubShifted() local
1465 int64_t op2 = instr->ImmAddSub() << ((instr->ShiftAddSub() == 1) ? 12 : 0); in VisitAddSubImmediate() local
1478 uint64_t op2 = ExtendValue(xreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended() local
1481 uint32_t op2 = ExtendValue(wreg(instr->Rm()), ext, left_shift); in VisitAddSubExtended() local
1501 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); in VisitLogicalShifted() local
1505 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); in VisitLogicalShifted() local
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_channel_expressions.cpp382 ir_rvalue *op2 = get_element(op_var[2], i); in visit_leave() local
396 ir_rvalue *op2 = get_element(op_var[2], i); in visit_leave() local
/external/libunwind/src/arm/
DGex_tables.c171 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/tensorflow/tensorflow/core/framework/
Dresource_op_kernel_test.cc180 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/
DOperationTest.java59 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationEquality() local
82 Operation op2 = TestUtil.constant(g, "op2", 2).op(); in operationCollection() local
/external/libgsm/add-test/
Dadd_test.c22 word op1, op2, expect; variable
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
Dtransform_reduce_iter_iter_iter_init_op_op.pass.cpp29 test(Iter1 first1, Iter1 last1, Iter2 first2, T init, Op1 op1, Op2 op2, T x) in test()
/external/javassist/src/main/javassist/compiler/ast/
DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { in make()

12345