Home
last modified time | relevance | path

Searched defs:add2 (Results 1 – 25 of 71) sorted by relevance

123

/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DCallSitesTest.java202 final MethodHandle add2 = in test_EarlyBoundMutableCallSite() local
210 final MethodHandle add2 = in test_EarlyBoundVolatileCallSite() local
226 final MethodHandle add2 = in test_LateBoundMutableCallSite() local
242 final MethodHandle add2 = in test_LateBoundVolatileCallSite() local
285 public static int add2(int x, int y) { in add2() method in CallSitesTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_hlo_schedule_test.cc92 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
121 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
198 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment_test.cc149 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
197 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
260 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
289 auto add2 = ops::Add(s.WithOpName("add2"), add0, add1); in TEST_F() local
337 auto add2 = ops::Add(s.WithOpName("add2"), add1, add1); in TEST_F() local
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
H A DLockFreeLongCounterTest.kt50 fun add2() = counter.getAndAdd(2) in get() method
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc610 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
705 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
745 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
932 TF_Operation* add2 = Add(add1, one, params->body_graph, s_, "add2"); in TEST_F() local
1090 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
1478 TF_Operation* add2 = Add(add1, feed3, func_graph_, s_, "add2"); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Ddefuser_test.cc132 auto add2 = builder.AddInstruction( in TEST_F() local
171 auto add2 = builder.AddInstruction( in TEST_F() local
H A Dbfloat16_propagation_test.cc278 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
770 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
907 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
H A Dhlo_cse_test.cc479 auto add2 = builder.AddInstruction( in TEST_F() local
529 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
H A Dfusion_node_indexing_evaluation_test.cc145 HloInstruction* add2 = module->entry_computation()->root_instruction(); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dconstant_folding_test.cc147 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local
154 auto add2 = ops::Add(s.WithOpName("add2"), a, b); in TEST_F() local
460 auto add2 = ops::Add(s, shape_n[1], shape_n[1]); in TEST_F() local
/aosp_15_r20/art/compiler/optimizing/
H A Dinduction_var_analysis_test.cc359 HInstruction* add2 = InsertInstruction( in TEST_F() local
459 HInstruction* add2 = InsertInstruction( in TEST_F() local
516 HInstruction* add2 = InsertInstruction( in TEST_F() local
H A Dinstruction_simplifier_riscv64_test.cc78 HInstruction* add2 = MakeBinOp<HAdd>(entry, DataType::Type::kInt64, param2, shl1); in TEST_F() local
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.inl128 __m128 add2 = _mm_dp_ps(mul2, _mm_set_ps(1.0f, 1.0f, -1.0f, 1.0f), 0xff); local
140 __m128 add2 = _mm_add_ps(mul2, _mm_movehl_ps(mul2, mul2)); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_quat.inl128 __m128 add2 = _mm_dp_ps(mul2, _mm_set_ps(1.0f, 1.0f, -1.0f, 1.0f), 0xff); local
140 __m128 add2 = _mm_add_ps(mul2, _mm_movehl_ps(mul2, mul2)); local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcpu_gpu_fusion_test.cc204 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
316 auto add2 = builder.AddInstruction( in XLA_TEST_F() local
706 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
H A Dvalue_inference_test.cc238 auto add2 = Add(p, c); in TEST_F() local
634 auto add2 = Add(gds1, gds0); in TEST_F() local
659 auto add2 = Add(gds1, gds0); in TEST_F() local
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_ListTest.java188 Integer add2 = Integer.valueOf(601); in t_listIterator() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp11 int add2(int x) { in add2() function
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/
H A Dcore_tests.cpp108 nir_def *add2 = nir_iadd(b, add, add); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddeadness_analysis_test.cc416 Output add2 = ops::Add(root.WithOpName("add2"), add0, add1); in TEST() local
443 Output add2 = ops::Add(root.WithOpName("add2"), m0.output, m1.output); in TEST() local
490 Output add2 = in TEST() local
/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Dmkpreempt.go169 func (l *layout) add2(sop, rop, reg string, size int) { func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph_test.cc186 auto add2 = ops::Add(s.WithOpName("add2"), incompatible, add1); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
H A Dtest_tools.cc170 auto add2 = graph.add_node(); in TestGraphs() local
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/
Daddition.rs80 pub(super) fn add2(a: &mut [BigDigit], b: &[BigDigit]) { in add2() function
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DAddBroadcastReshapeLayerTests.cpp355 auto add2 = graph.AddLayer<ElementwiseBinaryLayer>(BinaryOperation::Add, "add2"); variable

123