HomeSort by relevance Sort by last modified time
    Searched refs:yy (Results 1 - 25 of 323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-11-28-GlobalInitializer.c 4 extern FOO yy[];
6 int *y = &((yy + 1)->x);
7 void *z = &((yy + 1)->x);
  /external/syslinux/com32/include/
minmax.h 36 __typeof(y) yy = (y); \
37 xx < yy ? xx : yy; })
39 __typeof(y) yy = (y); \
40 xx > yy ? xx : yy; })
  /external/syslinux/com32/libutil/include/
minmax.h 36 __typeof(y) yy = (y); \
37 xx < yy ? xx : yy; })
39 __typeof(y) yy = (y); \
40 xx > yy ? xx : yy; })
  /external/valgrind/VEX/priv/
host_generic_simd64.c 143 static inline Int qadd32S ( Int xx, Int yy )
145 Long t = ((Long)xx) + ((Long)yy);
153 static inline Short qadd16S ( Short xx, Short yy )
155 Int t = ((Int)xx) + ((Int)yy);
161 static inline Char qadd8S ( Char xx, Char yy )
163 Int t = ((Int)xx) + ((Int)yy);
169 static inline UShort qadd16U ( UShort xx, UShort yy )
171 UInt t = ((UInt)xx) + ((UInt)yy);
176 static inline UChar qadd8U ( UChar xx, UChar yy )
178 UInt t = ((UInt)xx) + ((UInt)yy);
    [all...]
  /external/skia/src/core/
SkPoint3.cpp 32 double yy = y; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
61 double yy = fY; local
67 double dscale = 1.0f / sqrt(xx * xx + yy * yy + zz * zz);
73 scale = (float)(1.0f / sqrt(xx * xx + yy * yy + zz * zz));
  /external/skqp/src/core/
SkPoint3.cpp 32 double yy = y; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
61 double yy = fY; local
67 double dscale = 1.0f / sqrt(xx * xx + yy * yy + zz * zz);
73 scale = (float)(1.0f / sqrt(xx * xx + yy * yy + zz * zz));
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
g_pitch.c 37 Word16 xy, yy, exp_xy, exp_yy, gain; local
42 yy = extract_h(Dot_product12_asm(y1, y1, L_subfr, &exp_yy));
47 yy = extract_h(Dot_product12(y1, y1, L_subfr, &exp_yy));
51 g_coeff[0] = yy;
60 /* compute gain = xy/yy */
62 xy >>= 1; /* Be sure xy < yy */
63 gain = div_s(xy, yy);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
wb_syn_filt.cpp 142 int16 *yy; local
145 pv_memcpy(y_buf, mem, m*sizeof(*yy));
147 yy = &y_buf[m];
160 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -3], a[3], L_tmp1);
161 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -2], a[3], L_tmp2);
162 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -2], a[2], L_tmp1);
163 L_tmp2 = fxp_mac_16by16(yy[(i<<2) -1], a[2], L_tmp2);
164 L_tmp1 = fxp_mac_16by16(yy[(i<<2) -1], a[1], L_tmp1);
168 L_tmp1 = fxp_mac_16by16(yy[(i<<2)-1 - j], a[j+1], L_tmp1);
169 L_tmp2 = fxp_mac_16by16(yy[(i<<2) - j], a[j+1], L_tmp2)
    [all...]
  /external/compiler-rt/test/msan/
chained_origin_memcpy.cc 23 int yy[10000]; variable
38 memcpy(&yy, &xx, sizeof(xx));
46 return yy[idx + OFFSET];
  /external/speex/libspeex/
filters_sse.h 57 __m128 yy; local
60 yy = _mm_add_ss(xx, mem[0]);
61 _mm_store_ss(y+i, yy);
62 yy = _mm_shuffle_ps(yy, yy, 0);
69 mem[0] = _mm_sub_ps(mem[0], _mm_mul_ps(yy, den[0]));
75 mem[1] = _mm_sub_ps(mem[1], _mm_mul_ps(yy, den[1]));
80 mem[2] = _mm_sub_ps(mem[2], _mm_mul_ps(yy, den[2]));
107 __m128 yy; local
162 __m128 yy; local
209 __m128 yy; local
260 __m128 yy; local
306 __m128 yy; local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/lib/
dostriptest 4 y=striptest.yy.$$
  /external/libopus/src/
mlp.c 47 opus_val16 dy, yy; /* Q14 */
60 yy = tansig_table[250+i];
61 /*y = yy*(1./16384);*/
62 dy = 16384-MULT16_16_Q14(yy,yy);
63 yy = yy + MULT16_16_Q14(MULT16_16_Q11(xx,dy),(16384 - MULT16_16_Q11(yy,xx)));
64 return yy;
  /external/strace/tests/
net-yy-inet.test 37 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-netlink.test 40 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-unix.test 38 run_strace -a22 -yy -eclose,network $args > "$EXP"
  /external/strace/tests-m32/
net-yy-inet.test 37 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-netlink.test 40 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-unix.test 38 run_strace -a22 -yy -eclose,network $args > "$EXP"
  /external/strace/tests-mx32/
net-yy-inet.test 37 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-netlink.test 40 run_strace -a22 -yy -eclose,network $args > "$EXP"
net-yy-unix.test 38 run_strace -a22 -yy -eclose,network $args > "$EXP"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgen.c 390 ss_state *xx_state, *yy; local
402 yy = &xx_state[0];
403 yy->ss_ss = ss;
404 yy->ss_narcs = 0;
405 yy->ss_arc = NULL;
406 yy->ss_deleted = 0;
407 yy->ss_finish = testbit(ss, nf->nf_finish);
408 if (yy->ss_finish)
418 yy = &xx_state[istate];
419 ss = yy->ss_ss;
498 ss_state *yy; local
602 ss_state *yy; local
    [all...]
  /external/python/cpython2/Parser/
pgen.c 392 ss_state *xx_state, *yy; local
404 yy = &xx_state[0];
405 yy->ss_ss = ss;
406 yy->ss_narcs = 0;
407 yy->ss_arc = NULL;
408 yy->ss_deleted = 0;
409 yy->ss_finish = testbit(ss, nf->nf_finish);
410 if (yy->ss_finish)
420 yy = &xx_state[istate];
421 ss = yy->ss_ss
500 ss_state *yy; local
604 ss_state *yy; local
    [all...]
  /external/cblas/src/
cblas_cgerc.c 27 float *y=(float *)Y, *yy=(float *)Y, *ty, *st; local
59 *y = *yy;
60 y[1] = -yy[1];
62 yy += i;
cblas_zgerc.c 27 double *y=(double *)Y, *yy=(double *)Y, *ty, *st; local
59 *y = *yy;
60 y[1] = -yy[1];
62 yy += i;

Completed in 567 milliseconds

1 2 3 4 5 6 7 8 91011>>