Searched defs:op2 (Results 1 - 25 of 97) sorted by relevance

1234

/external/valgrind/memcheck/tests/s390x/
H A Dcs.c11 int32_t op2 = op2_init; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int op1, op2, op3; local
28 test(0x10000000, op2, 0x12345678); // complaint
H A Dcsg.c11 int64_t op2 = op2_init; local
18 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
25 int64_t op1, op2, op3; local
28 test(0x1000000000000000ull, op2, 0x1234567887654321ull); // complaint
H A Dcds.c14 uint64_t op2 = op2_init; local
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
44 uint64_t op2; local
48 op2 = 42;
50 test(op1, op2, op3); // complaint
56 uint64_t op2; local
59 // op2 undefined
61 test(op1, op2, op3); // complaint
67 uint64_t op2; local
70 op2
[all...]
H A Dcdsg.c34 quad_word op1, op2, op3; local
37 op2.high = op2.low = 42;
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3; local
47 // op2 undefined
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3; local
57 op2 = op1;
59 test(op1, op2, op
[all...]
/external/valgrind/none/tests/s390x/
H A Dcs.c11 int32_t op2 = op2_init; local
15 printf("before op2 = %#x\n", op2);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
27 printf("after op2 = %#x\n", op2);
35 if (op2 != op3) {
39 if (op1 != op2) {
H A Dcsg.c11 int64_t op2 = op2_init; local
15 printf("before op2 = %#lx\n", op2);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
27 printf("after op2 = %#lx\n", op2);
35 if (op2 != op3) {
39 if (op1 != op2) {
H A Dlaa.c11 int32_t op2 = op2_init; local
15 printf("before op2 = %#x\n", op2);
22 : "=d" (cc), "+Q" (op2), "+d"(op1), "+d"(op3)
27 printf("after op2 = %#x\n", op2);
34 if (expected_cc == 0 && op2 != 0) {
37 if (expected_cc == 1 && op2 >= 0) {
40 if (expected_cc == 2 && op2 <= 0) {
H A Dcds.c16 uint64_t op2 = op2_init; local
20 uint64_t op2_before = op2;
24 printf("before op2 = %#lx\n", op2);
35 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
40 printf("after op2 = %#lx\n", op2);
62 // lower 32 bits of op2 are the lower 32 bits of op3.low
63 if ((op2 & 0xffffffff) != (op3.low & 0xffffffff)) {
66 // higher 32 bits of op2 ar
96 uint64_t op2; local
[all...]
H A Dcdsg.c29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
84 quad_word op1, op2, op3; local
86 // op1 == op2
89 op2 = op1;
91 test(op1, op2, op3, 0);
93 // op1 != op2 (only MSB differs)
96 op2.high = 0;
97 op2.low = 1;
99 test(op1, op2, op
[all...]
/external/libcxx/test/std/numerics/numeric.ops/transform.reduce/
H A 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) argument
32 decltype(std::transform_reduce(first1, last1, first2, init, op1, op2))> );
33 assert(std::transform_reduce(first1, last1, first2, init, op1, op2) == x);
/external/tensorflow/tensorflow/core/api_def/
H A Dupdate_api_def_test.cc136 OpDef op1, op2, op3; local
138 protobuf::TextFormat::ParseFromString(op2_text, &op2); // NOLINT
142 RemoveDoc(op2, op_def_text_with_doc,
/external/javassist/src/main/javassist/compiler/ast/
H A DStmnt.java45 public static Stmnt make(int op, ASTree op1, ASTree op2, ASTree op3) { argument
46 return new Stmnt(op, op1, new ASTList(op2, new ASTList(op3)));
/external/tensorflow/tensorflow/contrib/lite/toco/tflite/
H A Doperator_test.cc47 BaseOperator* op2 = by_type->at(type).get(); local
48 CHECK(op2->name() == name)
/external/tensorflow/tensorflow/core/framework/
H A Dresource_op_kernel_test.cc180 auto op2 = CreateOp(-333, "shared_stub"); local
182 ASSERT_TRUE(op2 != nullptr);
185 TF_EXPECT_OK(RunOpKernel(op2.get()));
186 EXPECT_EQ(op1->resource(), op2->resource());
191 auto op2 = CreateOp(0, "shared_stub"); // Different resource code. local
193 ASSERT_TRUE(op2 != nullptr);
196 EXPECT_FALSE(RunOpKernel(op2.get()).ok());
198 EXPECT_TRUE(op2->resource() == nullptr);
/external/v8/src/arm64/
H A Dutils-arm64.h126 inline double FusedMultiplyAdd(double op1, double op2, double a) { argument
127 return fma(op1, op2, a);
131 inline float FusedMultiplyAdd(float op1, float op2, float a) { argument
132 return fmaf(op1, op2, a);
/external/libgsm/add-test/
H A Dadd_test.c22 word op1, op2, expect; variable
25 word M_gsm_add P((word op1, word op2));
26 word M_gsm_sub P((word op1, word op2));
27 word M_gsm_mult P((word op1, word op2));
28 word M_gsm_mult_r P((word op1, word op2));
30 longword M_gsm_L_mult P((word op1, word op2));
31 longword M_gsm_L_add P((longword op1, longword op2));
105 op1 = op2 = L_op1 = L_op2 = 0;
110 op2 = L_op2 = value(s);
224 do_word( gsm_add( op1, op2 ));
317 M_gsm_add(op1, op2),word op1, word op2 argument
323 M_gsm_sub(op1, op2), word op1, word op2 argument
329 M_gsm_mult(op1, op2), word op1, word op2 argument
334 M_gsm_mult_r(op1, op2), word op1, word op2 argument
344 M_gsm_L_mult(op1, op2), word op1, word op2 argument
349 M_gsm_L_add(op1, op2), longword op1, longword op2 argument
[all...]
/external/libxaac/decoder/
H A Dixheaacd_basic_funcs.c125 WORD32 ixheaacd_fix_div_dec(WORD32 op1, WORD32 op2) { argument
132 abs_den = ixheaacd_abs32(op2 >> 1);
133 sign = op1 ^ op2;
H A Dixheaacd_basic_ops16.h36 static PLATFORM_INLINE WORD16 ixheaacd_add16(WORD16 op1, WORD16 op2) { argument
39 var_out = ((WORD16)(op1 + op2));
43 static PLATFORM_INLINE WORD16 ixheaacd_add16_sat(WORD16 op1, WORD16 op2) { argument
47 sum = (WORD32)op1 + (WORD32)op2;
52 static PLATFORM_INLINE WORD16 ixheaacd_sub16(WORD16 op1, WORD16 op2) { argument
55 var_out = ((WORD16)(op1 - op2));
59 static PLATFORM_INLINE WORD16 ixheaacd_sub16_sat(WORD16 op1, WORD16 op2) { argument
63 diff = (WORD32)op1 - op2;
68 static PLATFORM_INLINE WORD16 ixheaacd_mult16(WORD16 op1, WORD16 op2) { argument
71 var_out = ((WORD16)(((WORD32)op1 * (WORD32)op2) >> 1
75 ixheaacd_mult16_shl(WORD16 op1, WORD16 op2) argument
82 ixheaacd_mult16_shl_sat(WORD16 op1, WORD16 op2) argument
224 ixheaacd_min16(WORD16 op1, WORD16 op2) argument
238 div16(WORD16 op1, WORD16 op2, WORD16 *q_format) argument
291 mac16(WORD16 c, WORD16 op1, WORD16 op2) argument
299 mac16_sat(WORD16 c, WORD16 op1, WORD16 op2) argument
307 mac16_shl(WORD16 c, WORD16 op1, WORD16 op2) argument
315 mac16_shl_sat(WORD16 c, WORD16 op1, WORD16 op2) argument
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_channel_expressions.cpp382 ir_rvalue *op2 = get_element(op_var[2], i); local
388 op2));
396 ir_rvalue *op2 = get_element(op_var[2], i); local
403 op2,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
H A DConformanceTest.java420 * @param op2 name of test case variant, e.g., "(-1)"
427 private boolean assertEqual(String op, String op2, String s, String got, argument
432 errln((" " + msg + ": " + op + op2 + '(' + s + ")=" + hex(got) +
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DConformanceTest.java417 * @param op2 name of test case variant, e.g., "(-1)"
424 private boolean assertEqual(String op, String op2, String s, String got, argument
429 errln((" " + msg + ": " + op + op2 + '(' + s + ")=" + hex(got) +
/external/libunwind/src/arm/
H A DGex_tables.c171 uint8_t op2 = READ_OP (); local
172 if (op == 0x80 && op2 == 0x00)
177 edata.data = ((op & 0xf) << 8) | op2;
207 uint8_t op2 = READ_OP (); local
208 if (op2 == 0 || (op2 & 0xf0))
213 edata.data = op2 & 0x0f;
258 uint8_t op2 = READ_OP (); local
259 if (op2 == 0 || (op2
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter_filters.c138 static void vp8_mbfilter(signed char mask, uc hev, uc *op2, uc *op1, uc *op0, argument
142 signed char ps2 = (signed char)*op2 ^ 0x80;
188 *op2 = s ^ 0x80;
/external/one-true-awk/
H A Dparse.c141 Node *op2(int a, Node *b, Node *c) function
/external/python/cpython2/Modules/
H A D_functoolsmodule.c36 PyObject *op2; local
44 op2 = PyIter_Next(it);
45 if (op2 == NULL) {
52 result = op2;
55 PyTuple_SetItem(args, 1, op2);

Completed in 886 milliseconds

1234