/external/valgrind/main/none/tests/amd64/ |
bug132918.stdout.exp | 3 xx -> 0x0000 -nan 4 xx -> 0x0000 0.809017 5 xx -> 0x0000 0.309018 6 xx -> 0x0000 -0.309015 7 xx -> 0x0000 -0.809016 8 xx -> 0x4100 -0.000002 9 xx -> 0x0000 -0.809019 10 xx -> 0x0000 -0.309021 11 xx -> 0x0000 0.309013 12 xx -> 0x0000 0.80901 [all...] |
/system/extras/tests/bionic/libc/bionic/ |
test_setjmp.c | 49 register int xx = INT_VALUE1; local 52 xx = INT_VALUE2; 55 if (xx != INT_VALUE1) { 60 dummy_int = xx; 67 register double xx = FLOAT_VALUE1; local 70 xx = FLOAT_VALUE2; 73 if (xx != FLOAT_VALUE1) { 78 dummy_double = xx;
|
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.c | 142 static inline Short qadd16S ( Short xx, Short yy ) 144 Int t = ((Int)xx) + ((Int)yy); 150 static inline Char qadd8S ( Char xx, Char yy ) 152 Int t = ((Int)xx) + ((Int)yy); 158 static inline UShort qadd16U ( UShort xx, UShort yy ) 160 UInt t = ((UInt)xx) + ((UInt)yy); 165 static inline UChar qadd8U ( UChar xx, UChar yy ) 167 UInt t = ((UInt)xx) + ((UInt)yy); 172 static inline Short qsub16S ( Short xx, Short yy ) 174 Int t = ((Int)xx) - ((Int)yy) 277 Int xx = (Int)xx0; local 285 Short xx = (Short)xx0; local 293 Short xx = (Short)xx0; local [all...] |
host_generic_simd128.c | 45 static inline UInt mul32 ( Int xx, Int yy ) 47 Int t = ((Int)xx) * ((Int)yy); 51 static inline UInt max32S ( Int xx, Int yy ) 53 return toUInt((xx > yy) ? xx : yy); 56 static inline UInt min32S ( Int xx, Int yy ) 58 return toUInt((xx < yy) ? xx : yy); 61 static inline UInt max32U ( UInt xx, UInt yy ) 63 return toUInt((xx > yy) ? xx : yy) [all...] |
/external/valgrind/main/helgrind/tests/ |
tc04_free_lock.c | 10 pthread_mutex_t lock; int morestuff[2000]; } XX; 17 XX* xx = malloc(sizeof(XX)); local 18 assert(xx); 20 pthread_mutex_init( &xx->lock, NULL ); 22 pthread_mutex_lock( &xx->lock ); 24 free(xx);
|
/external/netcat/scripts/ |
irc | 32 while read xx yy ; do 33 case "${xx}" in 70 echo "${sender}${xx} ${yy}"
|
alta | 22 for xx in 0 10 20 30 40 50 60 70 80 90 100 110 120 130 140 150 160 170 180 \ 24 echo "${QB}&stq=${xx}" | nc -w 15 www.altavista.digital.com 80 | \
|
/external/clang/test/Sema/ |
block-labels.c | 3 void xx(); 8 if (1) xx();
|
/system/media/wilhelm/tools/hashgen/ |
frag3.c | 14 const struct SLInterfaceID_ *xx = SL_IID_array; local 16 for (MPH = 0; MPH < MPH_MAX; ++MPH, ++xx) { 17 if (!memcmp(x, xx, 16)) {
|
/external/netcat/ |
stupidh | 43 for xx in \ 52 XX='' 53 if test -f ${INCLUDE}/${xx}.h ; then 54 echo "#include <${xx}.h>" 55 XX=`echo $xx | tr '[a-z]' '[A-Z]'` 57 if test -f ${INCLUDE}/sys/${xx}.h ; then 58 echo "#include <sys/${xx}.h>" 59 XX=`echo $xx | tr '[a-z]' '[A-Z]' [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/ |
regress-9141.js | 39 * var a = /(?:xx|x)*[slash](s); 40 * var b = /(xx|x)*[slash](s); 73 var a = /(?:xx|x)*/(s); 74 var b = /(xx|x)*/(s); 77 "a = /(?:xx|x)*/(s); a.length", 81 AddTestCase( "var b = /(xx|x)*/(s); b.length",
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_sqrt.cpp | 122 Int32 xx; local 142 xx = man; 146 while ((xx >>= 1) > Q_fmt(1.0f)) 154 while ((xx <<= 1) < Q_fmt(0.5f)) 165 y = fxp_mul32_Q28(*(pt_table++), xx); 170 y = fxp_mul32_Q28(y, xx); 172 y = fxp_mul32_Q28(y, xx); 175 y = fxp_mul32_Q28(y, xx) + *(pt_table++);
|
/external/clang/test/SemaCXX/ |
warn-shadow.cpp | 13 namespace xx { namespace 21 using namespace xx;
|
if-empty-body.cpp | 13 xx; // expected-error {{use of undeclared identifier}}
|
trailing-return-0x.cpp | 58 X<int> xx; variable 59 only<int> p2 = xx.f(0L); 60 only<double> p3 = xx.g(0L, 1.0); 61 only<double> p4 = xx.get_nested<double>().h(0L, 1.0, 3.14f);
|
/external/tcpdump/tests/ |
print-flags.sh | 5 for i in x xx X XX A AA; do
|
/external/clang/test/Preprocessor/ |
macro_paste_hard.c | 3 // RUN: %clang_cc1 -E %s | grep '3: 2 xx' 15 #define baaa xx 16 3: a(b b) // 2 xx
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_dequantize_sample.h | 89 int32 power_1_third(int32 xx);
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/ |
PERF.awk | 88 x = xx = N = 0; 138 xx += delta * delta; 159 xx /= N; 160 s = xx ? (x * x / xx) : 0; 167 xx = xx_no_pause / N_no_pause; 168 s = xx ? (x * x / xx) : 1;
|
/external/speex/libspeex/ |
filters_sse.h | 56 __m128 xx; local 59 xx = _mm_load_ps1(x+i); 60 yy = _mm_add_ss(xx, mem[0]); 68 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0])); 74 mem[1] = _mm_add_ps(mem[1], _mm_mul_ps(xx, num[1])); 79 mem[2] = _mm_add_ps(mem[2], _mm_mul_ps(xx, num[2])); 106 __m128 xx; local 109 xx = _mm_load_ps1(x+i); 110 yy = _mm_add_ss(xx, mem[0]); 118 mem[0] = _mm_add_ps(mem[0], _mm_mul_ps(xx, num[0])) 161 __m128 xx; local 208 __m128 xx; local 259 __m128 xx; local 305 __m128 xx; local [all...] |
ltp_sse.h | 76 __m128 sum, *xx, *yy; local 79 xx = x; 82 sum = _mm_add_ps(sum, _mm_mul_ps(xx[0], yy[0])); 83 sum = _mm_add_ps(sum, _mm_mul_ps(xx[1], yy[1])); 84 xx += 2;
|
/external/libvpx/vp8/common/x86/ |
subpixel_sse2.asm | 73 punpcklbw xmm3, xmm0 ; xx05 xx04 xx03 xx02 xx01 xx01 xx-1 xx-2 74 psrldq xmm4, 1 ; xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 -1 77 punpcklbw xmm4, xmm0 ; xx06 xx05 xx04 xx03 xx02 xx01 xx00 xx-1 79 psrldq xmm5, 2 ; xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 00 84 psrldq xmm6, 3 ; xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 02 01 89 psrldq xmm7, 4 ; xx xx xx xx 0d 0c 0b 0a 09 08 07 06 05 04 03 0 [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 37 $xx="eax"; 52 &mov (&DWP(0,$dat,$xx,4),$ty); 54 &inc (&LB($xx)); 58 &mov ($tx,&DWP(0,$dat,$xx,4)); 72 &xor ($xx,$xx); # avoid partial register stalls 78 &mov (&LB($xx),&BP(0,$dat)); # load key->x 86 &inc (&LB($xx)); 92 &mov ($tx,&DWP(0,$dat,$xx,4)); 108 &mov ($tx,&DWP(0,$dat,$xx,4)) [all...] |
/external/freetype/src/base/ |
ftlcdfil.c | 50 FT_UInt val1, xx; local 66 for ( xx = 2; xx < width; xx++ ) 71 val = line[xx]; 80 line[xx - 2] = (FT_Byte)pix; 89 line[xx - 2] = (FT_Byte)pix; 93 line[xx - 1] = (FT_Byte)pix; 192 FT_UInt xx; local 195 for ( xx = 0; xx < width; xx += 3 [all...] |
/external/valgrind/main/memcheck/tests/x86/ |
fxsave.c | 88 void show ( unsigned char* buf, int xx ) 94 if (xx && isFPLsbs(i)) 95 printf("xx "); 109 int xx = argc > 1; local 119 show(buf1, xx); 126 show(buf2, xx); 132 show(buf3, xx);
|