HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 1 - 25 of 246) sorted by null

1 2 3 4 5 6 7 8 910

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
data1.s 2 xx OCTA Main+44 label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
err-bpo6.s 10 GREG xx
11 .weak xx
12 xx: label
14 LDA $46,xx
  /external/libopus/silk/float/
find_LTP_FLP.c 36 silk_float XX[ MAX_NB_SUBFR * LTP_ORDER * LTP_ORDER ], /* O Weight for LTP quantization */
37 silk_float xX[ MAX_NB_SUBFR * LTP_ORDER ], /* O Weight for LTP quantization */
47 silk_float xx, temp; local
49 xX_ptr = xX;
50 XX_ptr = XX;
55 xx = ( silk_float )silk_energy_FLP( r_ptr, subfr_length + LTP_ORDER );
56 temp = 1.0f / silk_max( xx, LTP_CORR_INV_MAX * 0.5f * ( XX_ptr[ 0 ] + XX_ptr[ 24 ] ) + 1.0f );
  /frameworks/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/clang/test/Parser/
builtin_types_compatible.c 35 struct xx { int a; } x, y; struct
38 c = __builtin_choose_expr(0, b, x); // expected-error{{assigning to 'int' from incompatible type 'struct xx'}}
typeof.c 17 int xx; local
  /external/compiler-rt/test/msan/
chained_origin_memcpy.cc 22 int xx[10000]; variable
28 xx[idx] = a; xx[idx + 10] = b;
38 memcpy(&yy, &xx, sizeof(xx));
  /external/skia/src/core/
SkPoint3.cpp 31 double xx = x; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
60 double xx = fX; 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));
SkBitmapProcState_matrix_template.h 67 uint16_t* xx = (uint16_t*)xy; local
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/skqp/src/core/
SkPoint3.cpp 31 double xx = x; local
34 return (float)sqrt(xx * xx + yy * yy + zz * zz);
60 double xx = fX; 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));
SkBitmapProcState_matrix_template.h 67 uint16_t* xx = (uint16_t*)xy; local
69 *xx++ = TileProc::X(s, SkFractionalIntToFixed(fx), maxX); fx += dx;
  /external/valgrind/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/valgrind/none/tests/linux/
clonev.c 62 int xx; local
63 switch (waitpid(child, &xx, 0)) {
  /external/cblas/src/
cblas_cher.c 31 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
87 *x = *xx;
88 x[1] = -xx[1];
90 xx += i;
cblas_chpr.c 30 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
86 *x = *xx;
87 x[1] = -xx[1];
89 xx += i;
cblas_zher.c 31 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
87 *x = *xx;
88 x[1] = -xx[1];
90 xx += i;
cblas_zhpr.c 30 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
86 *x = *xx;
87 x[1] = -xx[1];
89 xx += i;
  /external/clang/test/Analysis/diagnostics/
undef-value-param.c 20 int xx; //expected-note {{'xx' declared without an initial value}} local
21 int *y = &xx;
26 return xx+3; //expected-warning{{The left operand of '+' is a garbage value}}
96 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
98 // CHECK-NEXT: <string>&apos;xx&apos; declared without an initial value</string>
    [all...]
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/clang/test/Index/
load-exprs.c 7 void *xx = ptr ? : &x; local
50 // CHECK: load-exprs.c:7:9: VarDecl=xx:7:9 (Definition) Extent=[7:3 - 7:24]
  /external/clang/test/SemaCXX/
type-definition-in-specifier.cpp 42 static int xx; member in struct:pr19018a
50 void func8(struct { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}}
51 void func9(struct t19018 { int qq() { return xx; }; } x); // expected-error{{cannot be defined in a parameter type}}
  /external/libopus/silk/fixed/
find_LTP_FIX.c 49 opus_int32 xx, nrg, temp; local
56 silk_sum_sqr_shift( &xx, &xx_shifts, r_ptr, subfr_length + LTP_ORDER ); /* xx in Q( -xx_shifts ) */
60 /* Shift XX */
67 /* Shift xx */
69 xx = silk_RSHIFT32( xx, -extra_shifts ); /* Q( -xX_shifts ) */
77 temp = silk_max( temp, xx );
  /external/skia/gm/
giantbitmap.cpp 53 SkScalar xx = SkIntToScalar(x); local
54 canvas.drawLine(xx, 0, xx, SkIntToScalar(H),
  /external/skqp/gm/
giantbitmap.cpp 53 SkScalar xx = SkIntToScalar(x); local
54 canvas.drawLine(xx, 0, xx, SkIntToScalar(H),
  /external/speex/libspeex/
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;

Completed in 859 milliseconds

1 2 3 4 5 6 7 8 910