/external/clang/test/OpenMP/ |
parallel_sections_lastprivate_messages.cpp | 43 class S5 { // expected-note {{'S5' declared here}} 45 S5() : a(0) {} 48 S5(const S5 &s5) : a(s5.a) {} 49 S5(int v) : a(v) {} 148 S5 g(5); // expected-note {{'g' defined here}} 268 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…) [all...] |
sections_firstprivate_messages.cpp | 43 class S5 { // expected-note 4 {{'S5' declared here}} 45 S5(const S5 &s5) : a(s5.a) {} 48 S5() : a(0) {} 49 S5(int v) : a(v) {} 177 S5 g(5); // expected-note 2 {{'g' defined here}} 334 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…) [all...] |
sections_lastprivate_messages.cpp | 43 class S5 { // expected-note {{'S5' declared here}} 45 S5() : a(0) {} 48 S5(const S5 &s5) : a(s5.a) {} 49 S5(int v) : a(v) {} 162 S5 g(5); // expected-note {{'g' defined here}} 308 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…) [all...] |
simd_lastprivate_messages.cpp | 43 class S5 { // expected-note {{'S5' declared here}} 45 S5() : a(0) {} 48 S5(const S5 &s5) : a(s5.a) {} 49 S5(int v) : a(v) {} 125 S5 g(5); // expected-note {{'g' defined here}}
|
single_firstprivate_messages.cpp | 43 class S5 { // expected-note 4 {{'S5' declared here}} 45 S5(const S5 &s5) : a(s5.a) {} 48 S5() : a(0) {} 49 S5(int v) : a(v) {} 139 S5 g(5); // expected-note 2 {{'g' defined here}} 238 return foomain<S4, S5>(argc, argv); // expected-note {{in instantiation of function template specialization 'foomain<S4, (…) [all...] |
single_copyprivate_messages.cpp | 29 class S5 { // expected-note 2 {{'S5' declared here}} 31 S5() : a(0) {} 32 S5 &operator=(const S5 &s5) { return *this; } 35 S5(int v) : a(v) {} 41 S5 m(4); // expected-note 2 {{'m' defined here}}
|
/external/llvm/test/MC/Mips/mips32r2/ |
valid.s | 64 lh $11,-8556($s5) 69 luxc1 $f19,$s6($s5) 158 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b] 184 teqi $s5,-17504
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_iht8x8_add_neon.asm | 321 ; s5 = cospi_14_64 * x4 - cospi_18_64 * x5 340 ; (s1 + s5) 344 ; (s1 - s5) 352 ; x1 = dct_const_round_shift(s1 + s5); 356 ; x5 = dct_const_round_shift(s1 - s5); 442 ; s5 = cospi_24_64 * x4 - cospi_8_64 * x5; 486 ; (s5 + s7) 490 ; (s5 - s7)) 494 ; x5 = dct_const_round_shift(s5 + s7); 498 ; x7 = dct_const_round_shift(s5 - s7) [all...] |
/external/libvpx/libvpx/vp9/common/arm/neon/ |
vp9_iht8x8_add_neon.asm | 321 ; s5 = cospi_14_64 * x4 - cospi_18_64 * x5 340 ; (s1 + s5) 344 ; (s1 - s5) 352 ; x1 = dct_const_round_shift(s1 + s5); 356 ; x5 = dct_const_round_shift(s1 - s5); 442 ; s5 = cospi_24_64 * x4 - cospi_8_64 * x5; 486 ; (s5 + s7) 490 ; (s5 - s7)) 494 ; x5 = dct_const_round_shift(s5 + s7); 498 ; x7 = dct_const_round_shift(s5 - s7) [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_iht8x8_add_neon.asm | 321 ; s5 = cospi_14_64 * x4 - cospi_18_64 * x5 340 ; (s1 + s5) 344 ; (s1 - s5) 352 ; x1 = dct_const_round_shift(s1 + s5); 356 ; x5 = dct_const_round_shift(s1 - s5); 442 ; s5 = cospi_24_64 * x4 - cospi_8_64 * x5; 486 ; (s5 + s7) 490 ; (s5 - s7)) 494 ; x5 = dct_const_round_shift(s5 + s7); 498 ; x7 = dct_const_round_shift(s5 - s7) [all...] |
/external/llvm/test/MC/Mips/mips5/ |
valid.s | 103 lh $11,-8556($s5) 109 luxc1 $f19,$s6($s5) 124 move $s5,$a0 179 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b] 204 teqi $s5,-17504
|
/external/llvm/test/MC/Mips/mips64/ |
valid.s | 108 lh $11,-8556($s5) 114 luxc1 $f19,$s6($s5) 134 move $s5,$a0 195 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b] 221 teqi $s5,-17504
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBlitRow_opts_mips_dsp.cpp | 18 register uint32_t s0, s1, s2, s4, s5, s6; local 27 "repl.ph %[s5], 0x1f \n\t" 34 "and %[t1], %[s0], %[s5] \n\t" 41 "and %[t3], %[t0], %[s5] \n\t" 45 "and %[t4], %[t5], %[s5] \n\t" 89 [s1]"=&r"(s1), [s2]"=&r"(s2), [s4]"=&r"(s4), [s5]"=&r"(s5), [all...] |
/external/skia/src/opts/ |
SkBlitRow_opts_mips_dsp.cpp | 18 register uint32_t s0, s1, s2, s4, s5, s6; local 27 "repl.ph %[s5], 0x1f \n\t" 34 "and %[t1], %[s0], %[s5] \n\t" 41 "and %[t3], %[t0], %[s5] \n\t" 45 "and %[t4], %[t5], %[s5] \n\t" 89 [s1]"=&r"(s1), [s2]"=&r"(s2), [s4]"=&r"(s4), [s5]"=&r"(s5), [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S | 70 #define x2i s5
|
omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 79 #define x1i s5
|
/external/chromium_org/third_party/skia/gm/ |
degeneratesegments.cpp | 333 unsigned s5 = (rand.nextU() >> 16) % numSegments; local 339 pt = gSegmentFunctions[s5](path, pt); 386 canvas->drawText(gSegmentNames[s5], 387 strlen(gSegmentNames[s5]),
|
/external/llvm/test/MC/Mips/mips1/ |
valid.s | 43 lh $11,-8556($s5) 88 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
|
/external/openssl/crypto/bn/asm/ |
mips-mont.pl | 30 ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7,$s8,$s9,$s10,$s11)=map("\$$_",(12..23)); 46 # ($s0,$s1,$s2,$s3,$s4,$s5,$s6,$s7)=map("\$$_",(16..23)); 106 $ahi=$s5; 155 $REG_S $s5,($FRAMESIZE-8)*$SZREG($sp) 407 $REG_L $s5,($FRAMESIZE-8)*$SZREG($sp)
|
/external/skia/gm/ |
degeneratesegments.cpp | 332 unsigned s5 = (rand.nextU() >> 16) % numSegments; local 338 pt = gSegmentFunctions[s5](path, pt); 384 canvas->drawText(gSegmentNames[s5], 385 strlen(gSegmentNames[s5]),
|
/external/valgrind/main/none/tests/arm/ |
vfp.stdout.exp | 144 vmla.f32 s0, s5, s2 :: Sd 0x7fc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000 152 vmla.f32 s23, s24, s5 :: Sd 0x46fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a84000 158 vmla.f32 s13, s24, s5 :: Sd 0x4993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333 163 vmla.f32 s0, s5, s2 :: Sd 0xff800000 Sm (i32)0x7f800000 Sn (i32)0xff800000 193 vnmla.f32 s0, s5, s2 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000 201 vnmla.f32 s23, s24, s5 :: Sd 0xc6fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a84000 207 vnmla.f32 s13, s24, s5 :: Sd 0xc993b8e3 Sm (i32)0x445a8000 Sn (i32)0x44ad1333 212 vnmla.f32 s0, s5, s2 :: Sd 0x7f800000 Sm (i32)0x7f800000 Sn (i32)0xff800000 242 vmls.f32 s0, s5, s2 :: Sd 0xffc00000 Sm (i32)0x7fc00000 Sn (i32)0xbf800000 250 vmls.f32 s23, s24, s5 :: Sd 0xc6fc6000 Sm (i32)0x41c00000 Sn (i32)0x44a8400 [all...] |
/bionic/libc/arch-mips/bionic/ |
setjmp.S | 77 REG_S s5, SC_REGS+S5*REGSZ(a0) 142 REG_L s5, SC_REGS+S5*REGSZ(a0)
|
/bionic/libc/arch-mips64/bionic/ |
setjmp.S | 77 REG_S s5, SC_REGS+S5*REGSZ(a0) 142 REG_L s5, SC_REGS+S5*REGSZ(a0)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 141 s5 = 1.84028451407337715652e-03, /* 0x3F5E26B6, 0x7368F239 */ variable 273 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
|
e_lgammaf_r.c | 74 s5 = 1.8402845599e-03, /* 0x3af135b4 */ variable 206 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
|