Home
last modified time | relevance | path

Searched defs:const2 (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Ddeconstruct_tuple_test.cc58 auto const2 = ConstantR1<float>(&builder, {2.0, 4.0, 6.0, 8.0}); in TEST_F() local
77 auto const2 = ConstantR1<float>(&builder, {2.0, 4.0, 6.0, 8.0}); in TEST_F() local
107 auto const2 = ConstantR1<float>(&builder, {2.0, 4.0, 6.0, 8.0}); in XLA_TEST_F() local
133 auto const2 = ConstantR1<float>(&builder, {2.0, 4.0, 6.0, 8.0}); in TEST_F() local
189 auto const2 = ConstantR1<float>(&builder, {2.0, 4.0, 6.0, 8.0}); in XLA_TEST_F() local
H A Dcpu_gpu_fusion_test.cc252 auto const2 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
/aosp_15_r20/external/libvpx/vp8/encoder/loongarch/
H A Ddct_lsx.c29 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument
103 __m128i const0, const1, const2, vec0_w, vec1_w, vec2_w, vec3_w; in vp8_short_fdct8x4_lsx() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Ddct_msa.c26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument
118 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local
/aosp_15_r20/external/libaom/av1/common/arm/
H A Dcdef_block_neon.c88 uint32x4_t const2) { in fold_mul_and_sum_neon()
208 uint32x4_t const2 = vreinterpretq_u32_u64( in compute_vert_directions_neon() local
366 uint32x4_t const2 = vreinterpretq_u32_u64( in compute_horiz_directions_neon() local
/aosp_15_r20/external/libyuv/source/
H A Dscale_lsx.cc459 __m128i const2 = __lsx_vreplgr2vr_w(0x40); in ScaleFilterCols_LSX() local
623 __m128i const2 = {0x0101010303010101, 0x0301010101030301}; in ScaleRowDown34_0_Box_LSX() local
687 __m128i const2 = {0x0101010303010101, 0x0301010101030301}; in ScaleRowDown34_1_Box_LSX() local
H A Dscale_msa.cc770 v16u8 const2 = {1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3}; in ScaleRowDown34_0_Box_MSA() local
864 v16u8 const2 = {1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3}; in ScaleRowDown34_1_Box_MSA() local
/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32_ppc64le.s28 #define const2 V25 macro
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateBaseClass.cpp341 void DynamicStateBaseClass::setDynamicBlendState(const float const1, const float const2, const floa… in setDynamicBlendState()
H A DvktDynamicStateRSTests.cpp431 …void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f, const float const3… in setDynamicBlendState()
H A DvktDynamicStateDSTests.cpp470 …void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f, const float const3… in setDynamicBlendState()
/aosp_15_r20/external/libaom/av1/common/x86/
H A Dcdef_block_avx2.c25 const __m256i *const2) { in fold_mul_and_sum_avx2()
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp256_asm_arm64.s48 #define const2 t2 macro
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtranspose_folding_test.cc170 HloInstruction* const2 = builder.AddInstruction( in TEST_F() local
H A Dcall_graph_test.cc265 HloInstruction* const2 = builder.AddInstruction( in TEST_F() local
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_compile.py661 def check_different_constants(const1, const2): argument
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_instr_set.c421 const nir_const_value *const const2 = in nir_alu_srcs_negative_equal() local
/aosp_15_r20/external/libvpx/third_party/libyuv/source/
H A Dscale_msa.cc770 v16u8 const2 = {1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3}; in ScaleRowDown34_0_Box_MSA() local
864 v16u8 const2 = {1, 1, 1, 3, 3, 1, 1, 1, 1, 3, 3, 1, 1, 1, 1, 3}; in ScaleRowDown34_1_Box_MSA() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_bfloat16.h1046 __m512i const2 = _mm512_set_epi32( in _transpose_mxn_half_16_16() local
1283 __m512i const2 = _mm512_set_epi64( in _transpose_mxn_half_32_32() local
/aosp_15_r20/external/libaom/av1/common/
H A Dcdef_block_simd.h27 v128 const2) { in fold_mul_and_sum()
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier.cc3527 HConstant* const2; in TryHandleAssociativeAndCommutativeOperation() local
3605 HConstant* const2 = right->IsConstant() ? right->AsConstant() : left->AsConstantOrNull(); in TrySubtractionChainSimplification() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_s3tc.c572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local
1268 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; in s3tc_decode_block_dxt1() local
/aosp_15_r20/external/libavc/common/x86/
H A Dih264_deblk_luma_ssse3.c864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, in ih264_deblk_luma_vert_bslt4_ssse3() local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dloop_optimizer_test.cc904 Output const2 = ops::Const<float>(scope.WithOpName("const2"), {20.0}, {}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddirect_session_test.cc1719 Node* const2 = test::graph::Constant(&g, value2); in TEST() local
1772 Node* const2 = test::graph::Constant(&g, value2); in TEST() local

12