Home
last modified time | relevance | path

Searched refs:val_2 (Results 1 – 7 of 7) sorted by relevance

/external/libmpeg2/common/
Dideint_cac.c247 WORD32 val_2; in cac_4x8() local
257 val_2 = AVG(tmp_1, tmp_2); in cac_4x8()
259 tmp_diff = ABS_DIF(val_1, val_2); in cac_4x8()
276 WORD32 val_2; in cac_4x8() local
286 val_2 = AVG(tmp_1, tmp_2); in cac_4x8()
288 tmp_diff = ABS_DIF(val_1, val_2); in cac_4x8()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/ScalarEvolution/
Dexpander-replace-congruent-ivs.ll6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
18 %val_2 = phi i32 [ %val, %for.body.us ], [ undef, %entry ]
28 %c.lcssa = phi i32 [ 0, %loop_0.cond ], [ %val_2, %loop_1.exit ]
35 %d.1 = phi i32 [ %c.lcssa, %loop_1 ], [ %val_2, %loop_1.ph ]
36 %t.1 = phi i32 [ %val_2, %loop_1 ], [ %c.lcssa, %loop_1.ph ]
/external/llvm/test/Analysis/ScalarEvolution/
Dexpander-replace-congruent-ivs.ll6 ; SCEVExpander would try to RAUW %val_2 with %c.lcssa, breaking "def
18 %val_2 = phi i32 [ %val, %for.body.us ], [ undef, %entry ]
28 %c.lcssa = phi i32 [ 0, %loop_0.cond ], [ %val_2, %loop_1.exit ]
35 %d.1 = phi i32 [ %c.lcssa, %loop_1 ], [ %val_2, %loop_1.ph ]
36 %t.1 = phi i32 [ %val_2, %loop_1 ], [ %c.lcssa, %loop_1.ph ]
/external/flatbuffers/tests/MyGame/Example/
DReferrable.java37 long val_2 = _bb.getLong(__offset(4, o2, _bb)); in keysCompare() local
38 return val_1 > val_2 ? 1 : val_1 < val_2 ? -1 : 0; in keysCompare()
/external/tensorflow/tensorflow/python/training/
Dmoving_averages_test.py126 val_2 = 11.0
128 wma_array = sess.run(wma, feed_dict={val: val_2, weight: weight_2})
129 numerator_2 = numerator_1 * decay + val_2 * weight_2 * (1.0 - decay)
153 val_2 = 11.0
155 wma_array = sess.run(wma, feed_dict={val: val_2, weight: weight_2})
156 numerator_2 = numerator_1 * decay + val_2 * weight_2 * (1.0 - decay)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dpr18344.ll72 %val_2 = load float, float* %ptrcast_2, align 4
83 store float %val_2, float* %ptrcast1_2, align 4
/external/libhevc/common/arm/
Dihevc_resi_trans_neon_32x32.c445 int32x4x2_t val_2 = vzipq_s32(a[2].val[1], a[10].val[1]); //q9 q12 in ihevc_resi_trans_32x32_neon() local
448 vst1_s32(pi4_temp + 64, vget_low_s32(val_2.val[0])); /*Value 2*/ in ihevc_resi_trans_32x32_neon()
449 vst1_s32(pi4_temp + 192, vget_high_s32(val_2.val[0])); /*Value 6*/ in ihevc_resi_trans_32x32_neon()
450 vst1_s32(pi4_temp + 320, vget_low_s32(val_2.val[1])); /*Value 10*/ in ihevc_resi_trans_32x32_neon()
451 vst1_s32(pi4_temp + 448, vget_high_s32(val_2.val[1])); /*Value 14*/ in ihevc_resi_trans_32x32_neon()
1253 int32x2_t val_2 = vadd_s32(vget_low_s32(a[2]), vget_high_s32(a[2])); in ihevc_resi_trans_32x32_neon() local
1255 val_2 = vpadd_s32(val_2, val_6); in ihevc_resi_trans_32x32_neon()
1265 vrshrn_n_s32(vcombine_s32(val_2, val_10), 15); //q9 q12 in ihevc_resi_trans_32x32_neon()