Home
last modified time | relevance | path

Searched refs:s_0 (Results 1 – 14 of 14) sorted by relevance

/external/skia/tests/sksl/shared/
DStructsInFunctions.asm.frag21 OpName %s_0 "s"
155 %s_0 = OpVariable %_ptr_Function_S Function
166 OpStore %s_0 %68
167 %70 = OpLoad %S %s_0
171 %73 = OpFunctionCall %void %modifies_a_struct_vS %s_0
196 %101 = OpAccessChain %_ptr_Function_float %s_0 %int_0
205 %107 = OpAccessChain %_ptr_Function_int %s_0 %int_1
214 %113 = OpLoad %S %s_0
229 %125 = OpLoad %S %s_0
244 %137 = OpLoad %S %s_0
/external/libaom/libaom/aom_dsp/x86/
Dsubtract_avx2.c19 __m256i s_0 = _mm256_cvtepu8_epi16(_mm256_castsi256_si128(s)); in subtract32_avx2() local
23 const __m256i d_0 = _mm256_sub_epi16(s_0, p_0); in subtract32_avx2()
35 __m256i s_0 = _mm256_cvtepu8_epi16(s); in subtract_block_16xn_avx2() local
37 const __m256i d_0 = _mm256_sub_epi16(s_0, p_0); in subtract_block_16xn_avx2()
/external/libvpx/libvpx/vpx_dsp/arm/
Dfdct_neon.c45 const int16x4_t s_0 = vget_low_s16(s_01); in vpx_fdct4x4_neon() local
52 const int32x4_t s_0_p_s_1 = vaddl_s16(s_0, s_1); in vpx_fdct4x4_neon()
53 const int32x4_t s_0_m_s_1 = vsubl_s16(s_0, s_1); in vpx_fdct4x4_neon()
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/tests/
Dparallel_loops_to_sequential.mlir6 %s_0 : index, %s_1 : index,
8 scf.parallel (%i0, %i1) = (%lb_0, %lb_1) to (%ub_0, %ub_1) step (%s_0, %s_1) {
/external/llvm/test/Analysis/ScalarEvolution/
Dtrip-count13.ll43 define void @s_0(i8 %rhs) {
55 ; CHECK-LABEL: Determining loop execution counts for: @s_0
Dno-wrap-unknown-becount.ll6 define void @s_0(i32 %n, i1* %cond) {
7 ; CHECK-LABEL: Classifying expressions for: @s_0
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/
Dtrip-count13.ll44 define void @s_0(i8 %rhs) {
56 ; CHECK-LABEL: Determining loop execution counts for: @s_0
Dno-wrap-unknown-becount.ll7 define void @s_0(i32 %n, i1* %cond) {
8 ; CHECK-LABEL: Classifying expressions for: @s_0
/external/tensorflow/tensorflow/python/data/util/
Dstructure_test.py474 s_0 = structure.type_spec_from_value(value_0)
475 flat_s_0 = structure.to_tensor_list(s_0, value_0)
504 structure.to_tensor_list(s_0, value_1)
508 structure.to_tensor_list(s_0, value_2)
531 structure.from_tensor_list(s_0, flat_s_1)
534 structure.from_tensor_list(s_0, flat_s_2)
/external/libaom/libaom/aom_dsp/arm/
Dfwd_txfm_neon.c42 const int16x4_t s_0 = vget_low_s16(s_01); in aom_fdct4x4_helper() local
49 const int32x4_t s_0_p_s_1 = vaddl_s16(s_0, s_1); in aom_fdct4x4_helper()
50 const int32x4_t s_0_m_s_1 = vsubl_s16(s_0, s_1); in aom_fdct4x4_helper()
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-xcoff-data.ll25 @s_0 = global i16 0, align 2
114 ; CHECK: .globl s_0
116 ; CHECK-NEXT: s_0:
445 ; SYMS-NEXT: Name: s_0
/external/tensorflow/tensorflow/python/keras/layers/
Drecurrent_test.py1324 s_0 = keras.Input((1,), name='s_0')
1326 Cell(), return_state=True)(x_masked, initial_state=s_0)
1327 model = keras.models.Model([x, s_0], [y, s])
/external/llvm-project/mlir/docs/Dialects/
DVector.md263 Consider a vector of rank n with static sizes `{s_0, ... s_{n-1}}` (i.e. an
267 1. Flattening to a `1-D` vector: `!llvm<"(s_0*...*s_{n-1})xfloat">` in the
/external/tensorflow/tensorflow/python/saved_model/
Dload_test.py745 s_0 = constant_op.constant([0., 0.])
748 i_end, s_end = control_flow_ops.while_loop(cond, body, (i_0, s_0))