/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
H A D | CallSitesTest.java | 202 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 D | gpu_hlo_schedule_test.cc | 92 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 D | segment_test.cc | 149 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 D | LockFreeLongCounterTest.kt | 50 fun add2() = counter.getAndAdd(2) in get() method
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api_function_test.cc | 610 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 D | defuser_test.cc | 132 auto add2 = builder.AddInstruction( in TEST_F() local 171 auto add2 = builder.AddInstruction( in TEST_F() local
|
H A D | bfloat16_propagation_test.cc | 278 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 D | hlo_cse_test.cc | 479 auto add2 = builder.AddInstruction( in TEST_F() local 529 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
H A D | fusion_node_indexing_evaluation_test.cc | 145 HloInstruction* add2 = module->entry_computation()->root_instruction(); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | constant_folding_test.cc | 147 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 D | induction_var_analysis_test.cc | 359 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 D | instruction_simplifier_riscv64_test.cc | 78 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/ |
D | simd_quat.inl | 128 __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 D | simd_quat.inl | 128 __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 D | cpu_gpu_fusion_test.cc | 204 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 D | value_inference_test.cc | 238 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 D | Support_ListTest.java | 188 Integer add2 = Integer.valueOf(601); in t_listIterator() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-template-member.cpp | 11 int add2(int x) { in add2() function
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/tests/ |
H A D | core_tests.cpp | 108 nir_def *add2 = nir_iadd(b, add, add); in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | deadness_analysis_test.cc | 416 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/ |
D | mkpreempt.go | 169 func (l *layout) add2(sop, rop, reg string, size int) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | convert_graph_test.cc | 186 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 D | test_tools.cc | 170 auto add2 = graph.add_node(); in TestGraphs() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | addition.rs | 80 pub(super) fn add2(a: &mut [BigDigit], b: &[BigDigit]) { in add2() function
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | AddBroadcastReshapeLayerTests.cpp | 355 auto add2 = graph.AddLayer<ElementwiseBinaryLayer>(BinaryOperation::Add, "add2"); variable
|