HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 51 - 75 of 192) sorted by null

1 23 4 5 6 7 8

  /external/valgrind/main/memcheck/tests/amd64/
fxsave-amd64.c 59 int xx = 1; /* argc > 1; local
71 if (xx && isFPLsbs(i))
72 printf("xx ");
  /external/speex/libspeex/
filters.h 61 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack);
73 void syn_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
74 void residue_percep_zero16(const spx_word16_t *xx, const spx_coef_t *ak, const spx_coef_t *awk1, const spx_coef_t *awk2, spx_word16_t *y, int N, int ord, char *stack);
  /external/opencv/cv/src/
cvoptflowlk.cpp 45 float xx; member in struct:__anon8650
316 II[address].xx = GradX * GradX;
336 II[address].xx = GradX * GradX;
359 II[address].xx = GradX * GradX;
377 WII[address].xx = 0;
387 WII[address].xx += II[address + jj].xx * Ker;
401 WII[address].xx = 0;
411 WII[address].xx += (II[address - jj].xx + II[address + jj].xx) * Ker
    [all...]
cvoptflowhs.cpp 47 float xx; member in struct:__anon8649
52 float alpha; /* alpha = 1 / ( 1/lambda + xx + yy ) */
260 II[address].xx = GradX * GradX;
266 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
283 II[address].xx = GradX * GradX;
289 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
307 II[address].xx = GradX * GradX;
313 II[address].alpha = 1 / (Ilambda + II[address].xx + II[address].yy);
370 (II[address].xx * averageX +
397 (II[address].xx * averageX
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_rt.c 43 dDelay->xx = dDelay->x = 0;
122 me->dUptime->xx = me->dUptime->x = me->dUptime->n = 0;
345 dDelay->xx += delta * (double) delta;
368 double xx = 1e-12 * dDelay->xx / dDelay->n; local
369 xx = my_sqrt(xx - x * x);
374 x, xx, dDelay->n);
387 dDelay->xx = dDelay->x = 0;
534 me->dRate[i].xx = me->dRate[i].x = me->dRate[i].n = 0
836 double xx = me->dUptime->xx \/ me->dUptime->n; local
886 double xx = me->dRate[i].axx \/ me->dRate[i].an; local
    [all...]
  /external/clang/test/FixIt/
fixit-function-call.cpp 61 int xx; member in struct:A
  /external/kernel-headers/original/asm-arm/arch/
cpu.h 99 IS_OMAP_CLASS(7xx, 0x07)
100 IS_OMAP_CLASS(15xx, 0x15)
101 IS_OMAP_CLASS(16xx, 0x16)
102 IS_OMAP_CLASS(24xx, 0x24)
  /external/libvpx/vp8/common/arm/armv6/
simpleloopfilter_v6.asm 26 uxtb16 $b1, $a1 ; xx 12 xx 10
27 uxtb16 $b0, $a0 ; xx 02 xx 00
28 uxtb16 $b3, $a3 ; xx 32 xx 30
29 uxtb16 $b2, $a2 ; xx 22 xx 20
33 uxtb16 $a1, $a1, ror #8 ; xx 13 xx 1
    [all...]
  /external/skia/src/ports/
SkFontHost_gamma.cpp 37 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
38 // printf(" %d\n", xx);
39 table[i] = SkToU8(xx);
  /external/qemu/android/skin/
trackball.c 243 int xx, yy; local
277 for (xx = 0; xx < DOT_GRID; xx++) {
278 double tx = xx*(2./DOT_GRID);
308 int xx, yy; local
314 for (xx = 0; xx < diameter2; xx++) {
315 double x0 = xx - radius2
    [all...]
  /external/valgrind/main/memcheck/tests/
sh-mem-random.c 30 // size 2 --> xx
65 volatile U1 xx = x; local
66 VALGRIND_MAKE_MEM_DEFINED(&xx, 1);
67 return xx;
  /external/clang/test/Sema/
array-init.c 142 static char const xx[] = "test"; variable
143 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
ext_vector_components.c 33 vec2.xx = vec2_2.xy; // expected-error {{vector is not assignable (contains duplicate components)}}
  /external/valgrind/main/exp-ptrcheck/
h_main.h 71 Bool rr, Bool ww, Bool xx, ULong di_handle );
73 Bool rr, Bool ww, Bool xx, ULong di_handle );
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/
octal-002.js 97 * Try same thing with 'xx' in place of '11'.
103 pattern = /.\0xx/;
104 string = 'a' + String.fromCharCode(0) + 'xx';
112 * There is no ambiguity in '\0xx': it is the null character
116 pattern = /.\0xx/;
117 string = 'a\0xx';
  /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'}}
  /external/freetype/include/freetype/
fttypes.h 368 /* x' = x*xx + y*xy */
373 /* xx :: Matrix coefficient. */
383 FT_Fixed xx, xy; member in struct:FT_Matrix_
    [all...]
  /external/freetype/src/cff/
cffobjs.h 106 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 15 # Where xx is the "mod" which will be 00, 01, or 10 indicating offset
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
exec-002.js 126 'xx\"makudonarudo\"yy',
132 "xx\"ma\"yy",
  /external/freetype/src/smooth/
ftsmooth.c 308 FT_UInt xx; local
312 for ( xx = width_org; xx > 0; xx-- )
314 FT_UInt pixel = line[xx-1];
  /external/flac/libFLAC/
stream_encoder.c 2648 FLAC__uint64 xx; local
2835 FLAC__uint64 xx; local
    [all...]
  /external/clang/test/Index/
complete-method-decls.m 47 - (id)first:(int)xx second2:(float)y2 third:(double)z;
116 // CHECK-CC9: NotImplemented:{TypedText xx} (40)
  /external/skia/tests/
MathTest.cpp 122 double xx = x + 0.5; // need intermediate double to avoid temp loss local
123 int ix = (int)floor(xx);
449 double xx = (double)x / SK_Fract1; local
451 SkFract check = SkFloatToFract(sqrt(xx));
457 xx = (double)x / SK_Fixed1;
458 check = SkFloatToFixed(sqrt(xx));
462 xx = (double)x;
463 check = (int32_t)sqrt(xx);

Completed in 453 milliseconds

1 23 4 5 6 7 8