Searched defs:s14 (Results 1 - 12 of 12) sorted by relevance

/external/clang/test/Sema/
H A Dbitfield-layout_1.c143 } s14; variable in typeref:struct:__anon3156
144 CHECK_SIZE(s14,6)
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve8_neon.c224 int16x8_t s11, s12, s13, s14; local
267 s14 = vreinterpretq_s16_u16(vmovl_u8(t7));
283 t7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
295 s6 = s14;
497 int16x8_t s11, s12, s13, s14; local
541 s14 = vreinterpretq_s16_u16(vmovl_u8(t7));
557 t7 = convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14, filters,
585 s6 = s14;
H A Dhighbd_vpx_convolve8_neon.c272 int16x8_t s11, s12, s13, s14; local
302 &s12, &s13, &s14);
303 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
319 d7 = highbd_convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14,
331 s6 = s14;
501 int16x8_t s11, s12, s13, s14; local
531 &s12, &s13, &s14);
532 transpose_s16_8x8(&s7, &s8, &s9, &s10, &s11, &s12, &s13, &s14);
548 d7 = highbd_convolve8_8(s7, s8, s9, s10, s11, s12, s13, s14,
570 s6 = s14;
[all...]
H A Dhighbd_loopfilter_neon.c370 uint16x8_t *s13, uint16x8_t *s14,
400 *s14 = vld1q_u16(s);
365 load_8x16(const uint16_t *s, const int p, uint16x8_t *s0, uint16x8_t *s1, uint16x8_t *s2, uint16x8_t *s3, uint16x8_t *s4, uint16x8_t *s5, uint16x8_t *s6, uint16x8_t *s7, uint16x8_t *s8, uint16x8_t *s9, uint16x8_t *s10, uint16x8_t *s11, uint16x8_t *s12, uint16x8_t *s13, uint16x8_t *s14, uint16x8_t *s15) argument
H A Dloopfilter_neon.c549 uint8x##w##_t *s14, uint8x##w##_t *s15) { \
578 *s14 = vld1##r##u8(s); \
755 const uint8x16_t s13, const uint8x16_t s14,
785 vst1q_u8(s, s14);
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
851 &s11, &s12, &s13, &s14, &s15);
853 s14, s15, &p3, &p2, &p1, &p0, &q0, &q1, &q2, &q3);
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
930 &s11, &s12, &s13, &s14, &s15);
932 s14, s1
748 store_16x16(uint8_t *s, const int p, const uint8x16_t s0, const uint8x16_t s1, const uint8x16_t s2, const uint8x16_t s3, const uint8x16_t s4, const uint8x16_t s5, const uint8x16_t s6, const uint8x16_t s7, const uint8x16_t s8, const uint8x16_t s9, const uint8x16_t s10, const uint8x16_t s11, const uint8x16_t s12, const uint8x16_t s13, const uint8x16_t s14, const uint8x16_t s15) argument
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c348 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
382 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
391 x6 = fdct_round_shift(s6 + s14);
399 x14 = fdct_round_shift(s6 - s14);
417 s14 = -x14 * cospi_12_64 + x15 * cospi_20_64;
430 x10 = fdct_round_shift(s10 + s14);
434 x14 = fdct_round_shift(s10 - s14);
452 s14 = -x14 * cospi_24_64 + x15 * cospi_8_64;
467 x12 = fdct_round_shift(s12 + s14);
469 x14 = fdct_round_shift(s12 - s14);
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dinv_txfm.c391 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
430 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
439 x6 = WRAPLOW(dct_const_round_shift(s6 + s14));
447 x14 = WRAPLOW(dct_const_round_shift(s6 - s14));
465 s14 = -x14 * cospi_12_64 + x15 * cospi_20_64;
478 x10 = WRAPLOW(dct_const_round_shift(s10 + s14));
482 x14 = WRAPLOW(dct_const_round_shift(s10 - s14));
500 s14 = -x14 * cospi_24_64 + x15 * cospi_8_64;
515 x12 = WRAPLOW(dct_const_round_shift(s12 + s14));
517 x14 = WRAPLOW(dct_const_round_shift(s12 - s14));
1710 tran_high_t s9, s10, s11, s12, s13, s14, s15; local
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans16_dspr2.c1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
1103 s14 = x14 * cospi_29_64 + x15 * cospi_3_64;
1112 x6 = dct_const_round_shift(s6 + s14);
1120 x14 = dct_const_round_shift(s6 - s14);
1138 s14 = -x14 * cospi_12_64 + x15 * cospi_20_64;
1151 x10 = dct_const_round_shift(s10 + s14);
1155 x14 = dct_const_round_shift(s10 - s14);
1173 s14 = -x14 * cospi_24_64 + x15 * cospi_8_64;
1188 x12 = dct_const_round_shift(s12 + s14);
1190 x14 = dct_const_round_shift(s12 - s14);
[all...]
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp429 template<typename T> struct s14 {}; struct
430 template<typename T> using a14 = s14<T>;
/external/v8/src/arm/
H A Dsimulator-arm.h121 s8, s9, s10, s11, s12, s13, s14, s15, enumerator in enum:v8::internal::Simulator::Register
/external/boringssl/src/third_party/fiat/
H A Dcurve25519.c2152 int64_t s14 = 2097151 & (load_4(s + 36) >> 6); local
2183 s14 -= s23 * 997805;
2192 s14 += s22 * 136657;
2201 s14 -= s21 * 683901;
2240 carry14 = (s14 + (1 << 20)) >> 21;
2242 s14 -= carry14 << 21;
2257 s14 += carry13;
2287 s2 += s14 * 666643;
2288 s3 += s14 * 470296;
2289 s4 += s14 * 65418
2530 int64_t s14; local
[all...]
/external/capstone/suite/MC/AArch64/
H A Dbasic-a64-instructions.s.cs710 0xee,0xc1,0x24,0x1e = frintp s14, s15
736 0xcd,0x59,0x2f,0x1e = fmin s13, s14, s15 external variable declarations
783 0x0e,0x80,0x02,0x1e = scvtf s14, w0, #32
786 0x0e,0x00,0x02,0x9e = scvtf s14, x0, #64
795 0x0e,0x80,0x03,0x1e = ucvtf s14, w0, #32
798 0x0e,0x00,0x03,0x9e = ucvtf s14, x0, #64

Completed in 504 milliseconds