Searched refs:v_2 (Results 1 – 2 of 2) sorted by relevance
/external/v8/test/mjsunit/ |
D | regress-ntl.js | 9 var v_2 = 1; 11 v_2 = {valueOf: function() { throw "gagh"; }}; variable 14 for (var i = 0; i < 1; v_2++) {
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 1816 uint16x8_t v_2 = vdupq_n_u16(2); in operator ()() local 1826 v_dst0 = vshrq_n_u16(vaddq_u16(v_dst0, v_2), 2); in operator ()() 1830 v_dst1 = vshrq_n_u16(vaddq_u16(v_dst1, v_2), 2); in operator ()() 1850 uint16x8_t v_dst = vshrq_n_u16(vaddq_u16(vcombine_u16(v_p0, v_p1), v_2), 2); in operator ()() 1876 uint32x4_t v_2 = vdupq_n_u32(2); in operator ()() local 1886 v_dst0 = vshrq_n_u32(vaddq_u32(v_dst0, v_2), 2); in operator ()() 1890 v_dst1 = vshrq_n_u32(vaddq_u32(v_dst1, v_2), 2); in operator ()() 1902 vst1_u16(D, vmovn_u32(vshrq_n_u32(vaddq_u32(v_dst, v_2), 2))); in operator ()() 1926 int32x4_t v_2 = vdupq_n_s32(2); in operator ()() local 1936 v_dst0 = vshrq_n_s32(vaddq_s32(v_dst0, v_2), 2); in operator ()() [all …]
|