HomeSort by relevance Sort by last modified time
    Searched defs:s3 (Results 126 - 150 of 310) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/opts/
SkBlitRow_opts_mips_dsp.cpp 122 register int32_t t7, t8, t9, s0, s1, s2, s3; local
132 "bnez %[s3], 4f \n\t"
133 " li %[s3], 2 \n\t"
137 "addiu %[s3], %[s3], -1 \n\t"
234 [s2]"=&r"(s2), [s3]"=&r"(s3)
379 register int32_t s0, s1, s2, s3; local
455 "and %[s3], %[t2], 0x1F001F \n\t"
476 "cmpu.lt.qb %[t5], %[s3] \n\t
662 register uint32_t s0, s1, s2, s3; local
811 register uint32_t s0, s1, s2, s3; local
    [all...]
  /external/tremolo/Tremolo/
mdct.c 109 REG_TYPE s3 = x[2] - x[3]; local
115 x[0] = s5 + s3;
117 x[2] = s5 - s3;
129 REG_TYPE s0, s1, s2, s3; local
134 s3 = x[ 3] - x[ 2]; x[11] = x[ 3] + x[2];
136 x[ 1] = MULT31((s2 + s3) , cPI2_8);
138 x[ 3] = MULT31((s3 - s2) , cPI2_8);
142 s3 = x[14] - x[15]; x[14] += x[15];
146 x[ 6] = s3; x[ 7] = s0;
156 REG_TYPE s0, s1, s2, s3; local
201 REG_TYPE s0, s1, s2, s3; local
279 REG_TYPE s0, s1, s2, s3; local
    [all...]
  /external/v8/test/unittests/compiler/
node-matchers-unittest.cc 115 Node* s3 = graph()->NewNode(s_op, p1, d3); local
120 USE(s3);
288 // (B0 + S3) -> [p1, 2, B0, NULL]
289 BaseWithIndexAndDisplacement32Matcher match32(graph()->NewNode(a_op, b0, s3));
292 // (S3 + B0) -> [p1, 2, B0, NULL]
293 s3 = graph()->NewNode(s_op, p1, d3);
294 BaseWithIndexAndDisplacement32Matcher match33(graph()->NewNode(a_op, s3, b0));
297 // (D15 + S3) -> [p1, 2, NULL, D15]
298 s3 = graph()->NewNode(s_op, p1, d3);
300 graph()->NewNode(a_op, d15, s3));
434 Node* s3 = graph()->NewNode(s_op, p1, d3); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/animation/
AnimatorSetActivityTest.java 93 AnimatorSet s3 = new AnimatorSet(); local
94 s3.play(a1).before(a2).after(s1).with(s2).after(a3);
95 ArrayList<Animator> s3Children = s3.getChildAnimations();
149 AnimatorSet s3 = new AnimatorSet(); local
150 s3.play(a1).before(a2).after(a3);
151 s3.play(a1).after(a2).with(a4);
152 assertEquals(AnimatorSet.DURATION_INFINITE, s3.getTotalDuration());
556 final AnimatorSet s3 = s1.clone();
558 s3.addListener(l3);
572 s3.start()
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/mips/dspr2/
vp9_itrans4_dspr2.c 323 int s0, s1, s2, s3, s4, s5, s6, s7; local
339 s3 = sinpi_4_9 * x2;
345 x0 = s0 + s3 + s5;
353 s3 = x0 + x1 - x3;
362 output[3] = dct_const_round_shift(s3);
vp9_itrans8_dspr2.c 472 int s0, s1, s2, s3, s4, s5, s6, s7; local
494 s3 = cospi_22_64 * x2 - cospi_10_64 * x3;
503 x3 = ROUND_POWER_OF_TWO((s3 + s7), DCT_CONST_BITS);
507 x7 = ROUND_POWER_OF_TWO((s3 - s7), DCT_CONST_BITS);
513 s3 = x3;
520 x1 = s1 + s3;
522 x3 = s1 - s3;
530 s3 = cospi_16_64 * (x2 - x3);
535 x3 = ROUND_POWER_OF_TWO((s3), DCT_CONST_BITS);
    [all...]
vp9_mbloop_loopfilter_dspr2.c 330 uint8_t *s1, *s2, *s3, *s4; local
359 s3 = s2 + pitch;
360 s4 = s3 + pitch;
366 "lw %[p2], -4(%[s3]) \n\t"
370 "lw %[q1], (%[s3]) \n\t"
375 : [s1] "r" (s1), [s2] "r" (s2), [s3] "r" (s3), [s4] "r" (s4)
537 "sb %[p2_r], -3(%[s3]) \n\t"
538 "sb %[p1_r], -2(%[s3]) \n\t"
539 "sb %[p0_r], -1(%[s3]) \n\t
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
set_test.cpp 86 int_set s3; local
87 s3.swap(s);
88 s3.swap(s2);
91 CPPUNIT_ASSERT (distance(s3.begin(), s3.end()) == 5);
  /ndk/tests/device/test-stlport/unit/
set_test.cpp 86 int_set s3; local
87 s3.swap(s);
88 s3.swap(s2);
91 CPPUNIT_ASSERT (distance(s3.begin(), s3.end()) == 5);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
regdef.h 47 #define s3 $19 macro
97 #define s3 $19 macro
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/machine/
regdef.h 78 #define s3 $19 macro

Completed in 791 milliseconds

1 2 3 4 56 7 8 91011>>