/aosp_15_r20/art/test/451-regression-add-float/src/ |
H A D | Main.java | 27 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 D | gpu_hlo_schedule_test.cc | 94 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 D | segment_test.cc | 150 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 D | NettyServerTest.java | 544 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 D | test_assembler.cpp | 269 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/ |
D | simd_quat.inl | 129 __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 D | simd_quat.inl | 129 __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 D | looprestoration_common.S | 94 .macro add3 macro
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | debug-info-template-member.cpp | 15 inline int add3(int x) { in add3() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_simplifier_riscv64_test.cc | 79 HInstruction* add3 = MakeBinOp<HAdd>(entry, DataType::Type::kInt64, param3, shl1); in TEST_F() local
|
H A D | induction_var_analysis_test.cc | 361 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 D | convert_graph_test.cc | 188 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 D | CallSitesTest.java | 289 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 D | cpu_gpu_fusion_test.cc | 255 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 D | value_inference_test.cc | 636 auto add3 = Add(sub, add2); in TEST_F() local 661 auto add3 = Add(sub, add2); in TEST_F() local
|
H A D | concat_test.cc | 820 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/ |
D | bind_tests_simple.cpp | 44 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 D | BigDecimalTest.java | 193 BigDecimal add3 = new BigDecimal(12.34E02D); in test_addLjava_math_BigDecimal() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | deadness_analysis_test.cc | 465 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 D | OldBigDecimalArithmeticTest.java | 531 BigDecimal add3 = new BigDecimal(12.34E02D); in test_addBigDecimal() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | deblock_msa.c | 661 v4i32 add0, add1, add2, add3; in vpx_mbpost_proc_down_msa() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | hlo_computation_test.cc | 181 auto add3 = builder.AddInstruction(HloInstruction::CreateBinary( in TEST_F() local
|
H A D | memory_space_assignment_test.cc | 2559 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 D | bfloat16_propagation_test.cc | 772 HloInstruction* add3 = builder.AddInstruction( in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | loop_optimizer_test.cc | 910 Output add3 = ops::Add(scope.WithOpName("add3"), m1.output, const2); in TEST_F() local
|