Home
last modified time | relevance | path

Searched refs:b31 (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/ppc/
H A Dfdctdsp.c200 vector float b01, b11, b21, b31, b41, b51, b61, b71; in ff_fdct_altivec() local
227 b31 = ((vector float) MERGE_S16(l, b10, b50)); in ff_fdct_altivec()
245 x6 = ((vector float) MERGE_S16(h, b31, b71)); in ff_fdct_altivec()
246 x7 = ((vector float) MERGE_S16(l, b31, b71)); in ff_fdct_altivec()
355 x1 = vec_add(b51, b31); in ff_fdct_altivec()
356 x2 = vec_add(b71, b31); in ff_fdct_altivec()
376 b31 = vec_madd(cnst, b31, x1); in ff_fdct_altivec()
382 b31 = vec_add(b31, x in ff_fdct_altivec()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DunusedVariablesWithUnderscoreInBindingElement.js71 b31: {
77 } = { a3: 1, b3: { b31: { b311: 1, b312: 1 } }, c3: 1, d3: 1 };
127 var _e = { a3: 1, b3: { b31: { b311: 1, b312: 1 } }, c3: 1, d3: 1 }, a3 = _e.a3, _f = _e.b3.b31, b311 = _f.b311, b312 = _f.b312, c3 = _e.c3, d3 = _e.d3;
/third_party/mbedtls/library/
H A Dsha3.c75 #define H(b63, b31, b15) (b63 << 6 | b31 << 5 | b15 << 4)
/third_party/vixl/test/aarch64/
H A Dtest-disasm-neon-aarch64.cc211 COMPARE(ldr(b31, MemOperand(sp, wzr, UXTW)), "ldr b31, [sp, wzr, uxtw]"); in TEST()
255 COMPARE(str(b31, MemOperand(sp, wzr, UXTW)), "str b31, [sp, wzr, uxtw]"); in TEST()

Completed in 9 milliseconds