| /external/tensorflow/tensorflow/compiler/xla/tests/ |
| D | deconstruct_tuple_test.cc | 58 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
|
| D | cpu_gpu_fusion_test.cc | 252 auto const2 = builder.AddInstruction(HloInstruction::CreateConstant( in XLA_TEST_F() local
|
| /external/libvpx/vp8/encoder/loongarch/ |
| D | dct_lsx.c | 29 #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
|
| /external/libvpx/vp8/encoder/mips/msa/ |
| D | dct_msa.c | 26 #define SET_DOTP_VALUES(coeff, val0, val1, val2, const1, const2) \ argument 118 v8i16 const0, const1, const2; in vp8_short_fdct8x4_msa() local
|
| /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
| D | vktDynamicStateBaseClass.cpp | 333 void DynamicStateBaseClass::setDynamicBlendState (const float const1, const float const2, const flo… in setDynamicBlendState()
|
| D | vktDynamicStateRSTests.cpp | 420 void setDynamicBlendState (const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState()
|
| D | vktDynamicStateDSTests.cpp | 464 void setDynamicBlendState(const float const1 = 0.0f, const float const2 = 0.0f, in setDynamicBlendState()
|
| /external/libaom/av1/common/x86/ |
| D | cdef_block_avx2.c | 30 const __m256i *const2) { in fold_mul_and_sum_avx2()
|
| D | warp_plane_avx2.c | 1179 const int32_t const2 = gamma * (-4) + delta * (-4) + in av1_warp_affine_avx2() local
|
| /external/libyuv/files/source/ |
| D | scale_lsx.cc | 459 __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
|
| D | scale_msa.cc | 770 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
|
| D | row_msa.cc | 132 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \ argument 203 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \ argument 238 #define ARGBTOUV_H(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \ argument
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | transpose_folding_test.cc | 170 HloInstruction* const2 = builder.AddInstruction( in TEST_F() local
|
| D | call_graph_test.cc | 265 HloInstruction* const2 = builder.AddInstruction( in TEST_F() local
|
| /external/python/cpython2/Lib/test/ |
| D | test_compile.py | 661 def check_different_constants(const1, const2): argument
|
| /external/mesa3d/src/compiler/nir/ |
| D | nir_instr_set.c | 460 const nir_const_value *const const2 = in nir_alu_srcs_negative_equal() local
|
| /external/libaom/av1/common/ |
| D | cdef_block_simd.h | 26 v128 const2) { in fold_mul_and_sum()
|
| /external/libvpx/third_party/libyuv/source/ |
| D | scale_msa.cc | 770 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
|
| D | row_msa.cc | 136 #define ARGBTOY(argb0, argb1, argb2, argb3, const0, const1, const2, shift, \ argument 245 #define ARGBTOUV(argb0, argb1, argb2, argb3, const0, const1, const2, const3, \ argument
|
| /external/libavc/common/x86/ |
| D | ih264_deblk_luma_ssse3.c | 864 __m128i i_Ap, i_Aq, diff, const1, const2, in_macro, in_macrotemp, temp, in ih264_deblk_luma_vert_bslt4_ssse3() local
|
| /external/python/cpython3/Lib/test/ |
| D | test_compile.py | 686 def check_different_constants(const1, const2): argument
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | loop_optimizer_test.cc | 904 Output const2 = ops::Const<float>(scope.WithOpName("const2"), {20.0}, {}); in TEST_F() local
|
| D | constant_folding_test.cc | 1968 Output const2 = in TEST_F() local 3877 Output const2 = ops::Const(s.WithOpName("const2"), 1.0f, {size, 1}); in TEST_F() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_format_s3tc.c | 572 LLVMValueRef rgba, a, colors0, colors1, col0, col1, const2; in s3tc_dxt1_full_to_rgba_aos() local 1265 LLVMValueRef rgba, tmp, a, sel_mask, indices, code, const2; in s3tc_decode_block_dxt1() local
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | direct_session_test.cc | 1719 Node* const2 = test::graph::Constant(&g, value2); in TEST() local 1772 Node* const2 = test::graph::Constant(&g, value2); in TEST() local
|