Home
last modified time | relevance | path

Searched refs:l3 (Results 1 - 25 of 74) sorted by relevance

123

/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py60 l3 = pytree.Leaf(101, "foo")
62 self.assertNotEqual(l1, l3)
111 l3 = pytree.Leaf(100, "bar", prefix="c")
112 n2 = pytree.Node(1000, [n1, l3])
114 self.assertEqual(n1.get_suffix(), l3.prefix)
115 self.assertEqual(l3.get_suffix(), "")
131 l3 = pytree.Leaf(100, "bar")
132 n3 = pytree.Node(1000, [l3])
138 l3 = pytree.Leaf(100, "bar")
139 n1 = pytree.Node(1000, [l1, l2, l3])
[all...]
/third_party/ffmpeg/libavcodec/
H A Dh264pred.c105 AV_WN32A(src+2*stride, ((l1 + 2*l2 + l3 + 2) >> 2)*0x01010101); in pred4x4_horizontal_vp8_c()
106 AV_WN32A(src+3*stride, ((l2 + 2*l3 + l3 + 2) >> 2)*0x01010101); in pred4x4_horizontal_vp8_c()
130 src[3+3*stride]=(l3 + t3)>>1; in pred4x4_down_left_svq3_c()
143 src[0+1*stride]=(t1 + t3 + 2*t2 + 2 + l1 + l3 + 2*l2 + 2)>>3; in pred4x4_down_left_rv40_c()
146 src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + l4 + 2*l3 + 2)>>3; in pred4x4_down_left_rv40_c()
150 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3; in pred4x4_down_left_rv40_c()
169 src[0+1*stride]=(t1 + t3 + 2*t2 + 2 + l1 + l3 + 2*l2 + 2)>>3; in pred4x4_down_left_rv40_nodown_c()
172 src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + 3*l3 + 2)>>3; in pred4x4_down_left_rv40_nodown_c()
176 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3* in pred4x4_down_left_rv40_nodown_c()
185 pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, ptrdiff_t stride, const int l0, const int l1, const int l2, const int l3, const int l4) pred4x4_vertical_left_rv40() argument
[all...]
H A Dh264pred_template.c131 const unsigned av_unused l3 = src[-1+3*stride];\
148 src[0+3*stride]=(l3 + 2*l2 + l1 + 2)>>2; in pred4x4_down_right()
262 src[1+1*stride]=(l1 + 2*l2 + l3 + 2)>>2; in pred4x4_horizontal_up()
264 src[0+2*stride]=(l2 + l3 + 1)>>1; in pred4x4_horizontal_up()
266 src[1+2*stride]=(l2 + 2*l3 + l3 + 2)>>2; in pred4x4_horizontal_up()
272 src[3+3*stride]=l3; in pred4x4_horizontal_up()
299 src[0+3*stride]=(l2 + l3 + 1)>>1; in pred4x4_horizontal_down()
300 src[1+3*stride]=(l1 + 2*l2 + l3 + 2)>>2; in pred4x4_horizontal_down()
878 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3 in pred8x8l_left_dc()
[all...]
/third_party/skia/third_party/externals/tint/src/
H A Dtraits_test.cc117 auto l3 = [](int, S, float) {}; in TEST() local
119 static_assert(std::is_same<ParameterType<decltype(l3), 0>, int>::value, ""); in TEST()
120 static_assert(std::is_same<ParameterType<decltype(l3), 1>, S>::value, ""); in TEST()
121 static_assert(std::is_same<ParameterType<decltype(l3), 2>, float>::value, ""); in TEST()
123 static_assert(std::is_same<ReturnType<decltype(l3)>, void>::value, ""); in TEST()
125 static_assert(SignatureOfT<decltype(l3)>::parameter_count == 3, ""); in TEST()
/third_party/lame/libmp3lame/
H A Dvbrquantize.c170 k_34_4(DOUBLEX x[4], int l3[4]) in k_34_4() argument
188 l3[0] = fi[0].i - MAGIC_INT; in k_34_4()
189 l3[1] = fi[1].i - MAGIC_INT; in k_34_4()
190 l3[2] = fi[2].i - MAGIC_INT; in k_34_4()
191 l3[3] = fi[3].i - MAGIC_INT; in k_34_4()
194 XRPOW_FTOI(x[0], l3[0]); in k_34_4()
195 XRPOW_FTOI(x[1], l3[1]); in k_34_4()
196 XRPOW_FTOI(x[2], l3[2]); in k_34_4()
197 XRPOW_FTOI(x[3], l3[3]); in k_34_4()
198 x[0] += QUANTFAC(l3[ in k_34_4()
221 int l3[4]; calc_sfb_noise_x34() local
507 int *l3 = cod_info->l3_enc; quantize_x34() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DdeclFileTypeAnnotationVisibilityErrorVariableDeclaration.js31 export var l3 = new m2.public2();
67 m.l3 = new m2.public2();
86 export var l3: m2.public2;
H A DcapturedLetConstInLoop7.js76 l3:
85 break l3;
91 continue l3;
490 return "break-l3";
496 return "continue-l3";
499 l3: do {
504 case "break-l3": break l3;
505 case "continue-l3": continue l3;
[all...]
H A DletDeclarations-es5-1.js4 let l3, l4, l5 :string, l6;
12 var l3, l4, l5, l6; variable
H A DletDeclarations-es5.js4 let l3, l4, l5 :string, l6;
18 var l3, l4, l5, l6; variable
H A DletDeclarations-invalidContexts.js9 let l3 = 0;
42 let l3 = 0;
H A DsuperAccess.js10 var l3 = super.S1; // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword
46 var l3 = _super.prototype.S1; // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword
H A DletDeclarations-validContexts.js11 let l3 = 0;
153 let l3 = 0;
H A DarityAndOrderCompatibility01.js27 var l3: [number] = z; variable
54 var l3 = z; variable
H A DtemplateStringBinaryOperations.js39 var l3 = 1 + `2${ 3 * 4 }5` + 6;
91 var l3 = 1 + "2".concat(3 * 4, "5") + 6; variable
/third_party/ltp/testcases/kernel/syscalls/sysinfo/
H A Dsysinfo01.c86 float l1, l2, l3; in main() local
120 l3 = sys_buf->loads[2] / 60000.0; in main()
123 l3_up = l3 * 100; in main()
133 printf("l3 %lu\n", l3_up); in main()
/third_party/node/deps/openssl/openssl/fuzz/
H A Dbignum.c33 size_t l1 = 0, l2 = 0, l3 = 0; in FuzzerTestOneInput() local
59 l3 = len - l1 - l2; in FuzzerTestOneInput()
68 OPENSSL_assert(BN_bin2bn(buf + l1 + l2, l3, b3) == b3); in FuzzerTestOneInput()
/third_party/openssl/fuzz/
H A Dbignum.c33 size_t l1 = 0, l2 = 0, l3 = 0; in FuzzerTestOneInput() local
59 l3 = len - l1 - l2; in FuzzerTestOneInput()
68 OPENSSL_assert(BN_bin2bn(buf + l1 + l2, l3, b3) == b3); in FuzzerTestOneInput()
/third_party/ffmpeg/libavcodec/alpha/
H A Dhpeldsp_alpha.c40 static inline uint64_t avg4(uint64_t l1, uint64_t l2, uint64_t l3, uint64_t l4)
44 + ((l3 & ~BYTE_VEC(0x03)) >> 2)
48 + (l3 & BYTE_VEC(0x03))
H A Dme_cmp_alpha.c33 static inline uint64_t avg4(uint64_t l1, uint64_t l2, uint64_t l3, uint64_t l4) in avg4() argument
37 + ((l3 & ~BYTE_VEC(0x03)) >> 2) in avg4()
41 + (l3 & BYTE_VEC(0x03)) in avg4()
/third_party/python/Modules/_decimal/tests/
H A Drandfloat.py249 l3 = random.choice(TESTCASES)
250 yield random.choice(l1), random.choice(l2), random.choice(l3)
/third_party/selinux/libsepol/include/sepol/policydb/
H A Dmls_types.h115 #define mls_level_between(l1, l2, l3) \
116 (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1)))
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c321 for (uint64_t l3 = l3_start; l3 < l3_end; l3 += (1ULL << 30)) { in aub_map_ppgtt()
322 uint64_t l2_start = max(l3, start & 0xffffffe00000); in aub_map_ppgtt()
323 uint64_t l2_end = min(l3 + (1ULL << 30) - 1, in aub_map_ppgtt()
328 populate_ppgtt_table(aub, L2_table(l3), l2_start_idx, l2_end_idx, 2); in aub_map_ppgtt()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl111 $D="%l3";
180 ld [$inp+12],%l3
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
352 or %l3,$tmp0,$tmp0
357 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
741 ld [$ctx+`1*$SZ+4`],%l3
750 or %l3,$tmp1,$tmp1
767 ld [$ctx+`5*$SZ+4`],%l3
776 or %l3,$tmp1,$tmp1
/third_party/openssl/crypto/sha/asm/
H A Dsha512-sparcv9.pl111 $D="%l3";
180 ld [$inp+12],%l3
207 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
352 or %l3,$tmp0,$tmp0
357 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+1)%16)*$SZ+4`],%l3
741 ld [$ctx+`1*$SZ+4`],%l3
750 or %l3,$tmp1,$tmp1
767 ld [$ctx+`5*$SZ+4`],%l3
776 or %l3,$tmp1,$tmp1
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_template.c361 const int l3= stride + l2; in doVertLowPass()
362 const int l4= stride + l3; in doVertLowPass()
375 sums[0] = 4*first + src[l1] + src[l2] + src[l3] + 4; in doVertLowPass()
382 sums[7] = sums[6] - src[l3] + last; in doVertLowPass()
388 src[l3]= (sums[2] + sums[4] + 2*src[l3])>>4; in doVertLowPass()
424 "por %%mm1, %%mm0 \n\t" // |l2 - l3| in vertX1Filter()
431 PAVGB(%%mm3, %%mm0) // (|l2 - l3| + |l5 - l6|)/2 in vertX1Filter()
438 "psubusb %%mm0, %%mm4 \n\t" //d = MAX(0, |l4-l5| - (|l2-l3| + |l5-l6|)/2) in vertX1Filter()
501 const int l3 in vertX1Filter()
[all...]

Completed in 15 milliseconds

123