Home
last modified time | relevance | path

Searched defs:add3 (Results 1 – 25 of 28) sorted by relevance

12

/aosp_15_r20/art/test/451-regression-add-float/src/
H A DMain.java27 public static int add3(int a) { in add3() method in Main
31 public static long add3(long a) { in add3() method in Main
35 public static float add3(float a) { in add3() method in Main
39 public static double add3(double a) { in add3() method in Main
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_hlo_schedule_test.cc94 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
141 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
214 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment_test.cc150 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
198 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
261 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
292 auto add3 = ops::Add(s.WithOpName("add3"), add0, add2); in TEST_F() local
338 auto add3 = ops::Add(s.WithOpName("add3"), add2, add2); in TEST_F() local
/aosp_15_r20/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
H A DNettyServerTest.java544 SocketAddress add3 = new InetSocketAddress(2); in testBindPartialFailure() local
546 IOException.class, "Failed to bind to address " + add3); in testBindPartialFailure() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/tests/
H A Dtest_assembler.cpp269 aco_ptr<Instruction> add3{create_instruction(aco_opcode::v_add3_u32, Format::VOP3, 3, 1)}; variable
287 aco_ptr<Instruction> add3{create_instruction(aco_opcode::v_add3_u32, Format::VOP3, 3, 1)}; variable
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dsimd_quat.inl129 __m128 add3 = _mm_dp_ps(mul3, _mm_set_ps(1.0f, -1.0f, -1.0f, -1.0f), 0xff); local
144 __m128 add3 = _mm_add_ps(mul3, _mm_movehl_ps(mul3, mul3)); local
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dsimd_quat.inl129 __m128 add3 = _mm_dp_ps(mul3, _mm_set_ps(1.0f, -1.0f, -1.0f, -1.0f), 0xff); local
144 __m128 add3 = _mm_add_ps(mul3, _mm_movehl_ps(mul3, mul3)); local
/aosp_15_r20/external/libdav1d/src/arm/32/
H A Dlooprestoration_common.S94 .macro add3 macro
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-member.cpp15 inline int add3(int x) { in add3() function
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier_riscv64_test.cc79 HInstruction* add3 = MakeBinOp<HAdd>(entry, DataType::Type::kInt64, param3, shl1); in TEST_F() local
H A Dinduction_var_analysis_test.cc361 HInstruction* add3 = InsertInstruction( in TEST_F() local
461 HInstruction* add3 = InsertInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_graph_test.cc188 auto add3 = ops::Add(s.WithOpName("add3"), add2, segment_root_2); in TEST_F() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/invoke/
H A DCallSitesTest.java289 public static int add3(int x, int y, int z) { in add3() method in CallSitesTest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcpu_gpu_fusion_test.cc255 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
708 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in XLA_TEST_F() local
H A Dvalue_inference_test.cc636 auto add3 = Add(sub, add2); in TEST_F() local
661 auto add3 = Add(sub, add2); in TEST_F() local
H A Dconcat_test.cc820 auto add3 = Add(mul, ConstantR1<float>(&builder, {5.f, 6.f})); in XLA_TEST_F() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/phoenix/test/bll_compatibility/
Dbind_tests_simple.cpp44 int add3(int a1, int a2, int a3) { return i + a1 + a2 + a3; } in add3() function in A
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
H A DBigDecimalTest.java193 BigDecimal add3 = new BigDecimal(12.34E02D); in test_addLjava_math_BigDecimal() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Ddeadness_analysis_test.cc465 Output add3 = in TEST() local
494 Output add3 = ops::Add(root.WithOpName("add3"), add0, m1.output); in TEST() local
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/math/
H A DOldBigDecimalArithmeticTest.java531 BigDecimal add3 = new BigDecimal(12.34E02D); in test_addBigDecimal() local
/aosp_15_r20/external/libvpx/vpx_dsp/mips/
H A Ddeblock_msa.c661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation_test.cc181 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
H A Dmemory_space_assignment_test.cc2559 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2715 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2786 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
2858 HloInstruction* add3 = builder.AddInstruction( in TEST_P() local
H A Dbfloat16_propagation_test.cc772 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dloop_optimizer_test.cc910 Output add3 = ops::Add(scope.WithOpName("add3"), m1.output, const2); in TEST_F() local

12