Home
last modified time | relevance | path

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

12

/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/
DLockFreeLongCounterTest.kt50 fun add2() = counter.getAndAdd(2) in get() method
/external/llvm-project/clang/test/CodeGen/
Dvector-scalar.c9 uchar4 add2(uchar4 v) in add2() function
Dubsan-promoted-arith.cpp21 uchar add2(uchar uc) { return uc + uc; } in add2() function
/external/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
Dp3.cpp34 T add2(T a, T b) { return a + b; } // expected-note{{candidate template ignored: constraints not sa… in add2() function
/external/tensorflow/tensorflow/compiler/xla/service/
Ddefuser_test.cc132 auto add2 = builder.AddInstruction( in TEST_F() local
171 auto add2 = builder.AddInstruction( in TEST_F() local
Dfusion_node_indexing_evaluation_test.cc147 HloInstruction* add2 = module->entry_computation()->root_instruction(); in TEST_F() local
Dhlo_cse_test.cc501 auto add2 = builder.AddInstruction( in TEST_F() local
551 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
Dhlo_live_range_test.cc197 auto add2 = builder.AddInstruction( in TEST_F() local
Dbfloat16_propagation_test.cc277 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
813 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
950 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
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
/external/clang/test/CodeGenCXX/
Ddebug-info-template-member.cpp11 int add2(int x) { in add2() function
/external/llvm-project/flang/test/Semantics/
Dresolve68.f908 procedure, nopass :: add2 => add method
Dmodfile34.f908 procedure, nopass :: add2 => add method
/external/llvm-project/clang/test/CodeGenCXX/
Ddebug-info-template-member.cpp13 int add2(int x) { in add2() function
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/internal/
DLockFreeLinkedListAtomicLFStressTest.kt124 val add2 = list2.describeAddLast(node2) in <lambda>() constant
/external/tensorflow/tensorflow/c/
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
Dwhile_loop_test.cc168 TF_Operation* add2 = Add(add1, one, params_->body_graph, s_, "add2"); in TEST_F() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc200 auto add2 = ops::Add(s.WithOpName("add2"), incompatible, add1); in TEST_F() local
/external/oboe/samples/RhythmGame/third_party/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
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dtest_tools.cc170 auto add2 = graph.add_node(); in TestGraphs() local
/external/tensorflow/tensorflow/core/common_runtime/
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
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_hlo_schedule_test.cc137 HloInstruction* add2 = builder.AddInstruction( in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcpu_gpu_fusion_test.cc206 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
318 auto add2 = builder.AddInstruction( in XLA_TEST_F() local
708 auto add2 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
Dmultioutput_fusion_test.cc85 HloInstruction* add2 = builder.AddInstruction(HloInstruction::CreateBinary( in RunTest2D() local
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc252 auto add2 = builder.AddInstruction( in TEST_F() local

12