HomeSort by relevance Sort by last modified time
    Searched defs:s7 (Results 26 - 50 of 68) sorted by null

12 3

  /external/libvpx/libvpx/vpx_dsp/mips/
itrans4_dspr2.c 333 int s0, s1, s2, s3, s4, s5, s6, s7; local
354 s7 = x0 - x2 + x3;
358 x2 = sinpi_3_9 * s7;
itrans8_dspr2.c 614 int s0, s1, s2, s3, s4, s5, s6, s7; local
640 s7 = cospi_6_64 * x6 - cospi_26_64 * x7;
645 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
649 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
659 s7 = cospi_8_64 * x6 + cospi_24_64 * x7;
    [all...]
itrans16_dspr2.c 1061 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; local
    [all...]
avg_msa.c 685 v16u8 s0, s1, s2, s3, s4, s5, s6, s7, d0, d1, d2, d3, d4, d5, d6, d7; local
688 LD_UB8(s, p, s0, s1, s2, s3, s4, s5, s6, s7);
690 PCKEV_D4_UB(s1, s0, s3, s2, s5, s4, s7, s6, s0, s1, s2, s3);
  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 243 uint8x16_t s7 = vec_vsx_ld(0, src_y + 7 * src_stride); local
246 const uint8x16_t s = transpose_line_u8_8x8(s0, s1, s2, s3, s4, s5, s6, s7);
  /external/tremolo/Tremolo/
mdct.c 113 REG_TYPE s7 = x[6] - x[7]; local
116 x[1] = s7 - s1;
118 x[3] = s7 + s1;
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8.go 60 s7 = 0x44 // accept 4, size 4
82 s5, s6, s6, s6, s7, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, // 0xF0-0xFF
59 s7 = 0x44 \/\/ accept 4, size 4 const
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8.go 60 s7 = 0x44 // accept 4, size 4
82 s5, s6, s6, s6, s7, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, xx, // 0xF0-0xFF
59 s7 = 0x44 \/\/ accept 4, size 4 const
  /system/libhidl/
test_main.cpp 91 hidl_string s7 = std::string("s7"); // copy = from std::string local
92 EXPECT_STREQ(s7.c_str(), "s7");
93 hidl_string s8(s7); // copy constructor // NOLINT, test the copy constructor
94 EXPECT_STREQ(s8.c_str(), "s7");
96 EXPECT_STREQ(s9.c_str(), "s7");
  /art/runtime/interpreter/mterp/mips64/
header.S 45 #define s7 $$23 define
  /external/clang/test/CodeGen/
arm-arguments.c 45 struct s7 { struct { int : 0; } f0; }; struct
46 struct s7 f7(void) {}
91 void f15(struct s7 a0) {}
ppc64le-aggregates.c 365 struct s7 { char c[7]; }; struct
402 struct s7 ret_s7() {
403 return (struct s7) { 17, 18, 19, 20, 21, 22, 23 };
  /external/libjpeg-turbo/simd/
jsimd_mips_dspr2_asm.h 48 #define s7 $23 macro
137 * can be saved on stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
212 * can be restored from stack is limitted to 14 (a0-a3, v0-v1 and s0-s7).
  /external/libvpx/libvpx/vp9/encoder/
vp9_dct.c 43 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
55 s7 = input[0] - input[7];
80 x2 = s7 - t3;
81 x3 = s7 + t3;
122 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; // canbe16 local
134 s7 = input[0] - input[7];
159 x2 = s7 - t3;
160 x3 = s7 + t3;
237 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
256 s7 = x0 + x1 - x3
276 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
347 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
574 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; \/\/ canbe16 local
    [all...]
  /art/runtime/interpreter/mterp/out/
mterp_mips64.S 52 #define s7 $23 define
    [all...]
  /art/test/623-checker-loop-regressions/src/
Main.java 523 int s7 = 0; local
556 s7 += d[i];
582 return s0 + s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10 + s11 + s12 + s13 + s14 + s15 +
  /external/libvpx/libvpx/vpx_dsp/arm/
loopfilter_neon.c 546 uint8x##w##_t *s5, uint8x##w##_t *s6, uint8x##w##_t *s7, \
845 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
923 uint8x8_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
1022 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7; local
1054 uint8x16_t s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
inv_txfm.c 97 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
116 s7 = WRAPLOW(x0 - x2 + x3);
121 s2 = sinpi_3_9 * s7;
197 int s0, s1, s2, s3, s4, s5, s6, s7; local
220 s7 = (int)(cospi_6_64 * x6 - cospi_26_64 * x7);
225 x3 = WRAPLOW(dct_const_round_shift(s3 + s7));
229 x7 = WRAPLOW(dct_const_round_shift(s3 - s7));
239 s7 = (int)(cospi_8_64 * x6 + cospi_24_64 * x7);
246 x5 = WRAPLOW(dct_const_round_shift(s5 + s7));
248 x7 = WRAPLOW(dct_const_round_shift(s5 - s7));
390 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
1378 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
1500 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7; local
1709 tran_high_t s0, s1, s2, s3, s4, s5, s6, s7, s8; local
    [all...]
  /prebuilts/go/darwin-x86/test/
live.go 439 var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string var
443 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
445 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
446 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
  /prebuilts/go/linux-x86/test/
live.go 439 var s1, s2, s3, s4, s5, s6, s7, s8, s9, s10 string var
443 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
445 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
446 printstring(s1 + s2 + s3 + s4 + s5 + s6 + s7 + s8 + s9 + s10) // ERROR "live at call to concatstrings: .autotmp_[0-9]+$" "live at call to printstring: .autotmp_[0-9]+$"
  /art/runtime/
class_linker_test.cc 1194 ArtField* s7 = mirror::Class::FindStaticField(soa.Self(), statics.Get(), "s7", "D"); local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 145 s7 = 3.70262021550340817867688714880797019e-03L, variable
302 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*(s6+y*(s7+y*(s8+
  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_convolve_avx2.c 644 const __m256i s7 = _mm256_loadu_si256((const __m256i *)(src + 7 * pitch)); local
649 u0 = _mm256_permute2x128_si256(sig[16], s7, 0x20);
650 u1 = _mm256_permute2x128_si256(sig[16], s7, 0x31);
652 u2 = _mm256_permute2x128_si256(s7, s8, 0x20);
653 u3 = _mm256_permute2x128_si256(s7, s8, 0x31);
    [all...]
  /external/v8/src/arm/
simulator-arm.h 120 s0 = 0, s1, s2, s3, s4, s5, s6, s7, enumerator in enum:v8::internal::Simulator::Register
  /art/runtime/interpreter/mterp/mips/
header.S 57 s7 rTEMP used as temp storage that can survive a function call
72 #define rTEMP s7
110 #define s7 $$23 define
703 STACK_STORE(s7, 88);
706 STACK_LOAD(s7, 88); \

Completed in 546 milliseconds

12 3