Searched defs:xx (Results 51 - 75 of 90) sorted by relevance

1234

/external/skia/src/core/
H A DSkBitmapProcState_matrix_clamp.h158 uint16_t* xx = (uint16_t*)xy; local
160 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
H A DSkPath.cpp929 SkScalar xx = x1 - SkScalarMul(dist, before.fX); local
948 matrix.postTranslate(xx - SkScalarMul(radius, before.fX),
954 // [xx,yy] == pts[0]
955 this->lineTo(xx, yy);
/external/skia/tests/
H A DMathTest.cpp178 double xx = x + 0.5; // need intermediate double to avoid temp loss local
179 int ix = (int)floor(xx);
505 double xx = (double)x / SK_Fract1; local
507 SkFract check = SkFloatToFract(sqrt(xx));
513 xx = (double)x / SK_Fixed1;
514 check = SkFloatToFixed(sqrt(xx));
518 xx = (double)x;
519 check = (int32_t)sqrt(xx);
/external/speex/libspeex/
H A Dfilters.c379 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) argument
386 iir_mem16(xx, ak, y, N, ord, mem, stack);
391 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) argument
398 filter_mem16(xx, ak, awk1, y, N, ord, mem, stack);
441 void qmf_decomp(const spx_word16_t *xx, const spx_word16_t *aa, spx_word16_t *y1, spx_word16_t *y2, int N, int M, spx_word16_t *mem, char *stack) argument
457 x[i+M-1]=SHR16(xx[i],1);
459 mem[i]=SHR16(xx[N-i-1],1);
H A Dpreprocess.c296 static inline spx_word32_t hypergeom_gain(spx_word32_t xx) argument
305 ind = SHR32(xx,10);
309 return ADD32(EXTEND32(Q15_ONE),EXTEND32(DIV32_16(QCONST32(.1296,23), SHR32(xx,EXPIN_SHIFT-SNR_SHIFT))));
310 frac = SHL32(xx-SHL32(ind,10),5);
311 return SHL32(DIV32_16(PSHR32(MULT16_16(Q15_ONE-frac,table[ind]) + MULT16_16(frac,table[ind+1]),7),(spx_sqrt(SHL32(xx,15)+6711))),7);
355 static inline spx_word32_t hypergeom_gain(spx_word32_t xx) argument
364 x = EXPIN_SCALING_1*xx;
H A Dresample.c279 float xx = x * cutoff; local
285 return WORD2INT(32768.*cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func));
292 float xx = x * cutoff; local
298 return cutoff*sin(M_PI*xx)/(M_PI*xx) * compute_func(fabs(2.*x/N), window_func);
/external/stlport/test/unit/
H A Dstring_test.cpp377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx
[all...]
/external/valgrind/main/drd/
H A Ddrd_main.c442 const Bool rr, const Bool ww, const Bool xx,
441 drd_start_using_mem_w_perms(const Addr a, const SizeT len, const Bool rr, const Bool ww, const Bool xx, ULong di_handle) argument
/external/valgrind/main/none/tests/amd64/
H A Dpcmpstr64.c75 UChar xx = 0; local
77 if (x >= '0' && x <= '9') { xx = x - '0'; }
78 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
79 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
82 assert(xx < 16);
83 xx = (xx << 4) | xx;
84 assert(xx < 256);
85 dst->uChar[i] = xx;
1343 UChar xx = 0; local
[all...]
/external/clang/test/Sema/
H A Darray-init.c144 static char const xx[] = "test"; variable
145 int xx_sizecheck[(sizeof(xx) / sizeof(char)) == 5? 1 : -1];
/external/freetype/src/truetype/
H A Dttgload.c569 FT_Fixed xx, xy, yy, yx; local
616 xx = yy = 0x10000L;
621 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
622 yy = xx;
626 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
631 xx = (FT_Fixed)FT_NEXT_SHORT( p ) << 2;
637 subglyph->transform.xx = xx;
1011 int a = subglyph->transform.xx > 0 ? subglyph->transform.xx
[all...]
/external/qemu/android/skin/
H A Dtrackball.c243 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
[all...]
H A Dwindow.c227 int nn, xx = x & 3; local
232 c = c - ((c >> 2) & dotmatrix_argb32[(yy << 2)|xx]);
234 xx = (xx + 1) & 3;
394 int yy, xx; local
406 xx = 0;
408 dst[xx] = rgb565_to_argb32(src[xx]);
409 xx++;
/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformationMatrix.cpp1088 double xx = decomp.quaternionX * decomp.quaternionX; local
1100 2 * (xy + zw), 1 - 2 * (xx + zz), 2 * (yz - xw), 0,
1101 2 * (xz - yw), 2 * (yz + xw), 1 - 2 * (xx + yy), 0,
/external/webrtc/src/modules/audio_processing/aec/
H A Daec_rdft_sse2.c192 const __m128 xx = _mm_add_ps(x0r0_0i0_0r1_x0i1, x2r0_2i0_2r1_x2i1); local
219 _mm_storel_epi64((__m128i*)&a[j0 + 0], _mm_castps_si128(xx));
221 _mm_shuffle_epi32(_mm_castps_si128(xx),
/external/yaffs2/yaffs2/direct/
H A Ddtest.c15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,60
1819 char xx[2500]; local
[all...]
H A Dyaffsfs.c228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
/external/flac/libFLAC/
H A Dstream_decoder.c1677 FLAC__uint64 xx; local
1693 if(!FLAC__bitreader_read_raw_uint64(decoder->private_->input, &xx, FLAC__STREAM_METADATA_SEEKPOINT_SAMPLE_NUMBER_LEN))
1695 decoder->private_->seek_table.data.seek_table.points[i].sample_number = xx;
1697 if(!FLAC__bitreader_read_raw_uint64(decoder->private_->input, &xx, FLAC__STREAM_METADATA_SEEKPOINT_STREAM_OFFSET_LEN))
1699 decoder->private_->seek_table.data.seek_table.points[i].stream_offset = xx;
2149 FLAC__uint64 xx; local
2351 if(!FLAC__bitreader_read_utf8_uint64(decoder->private_->input, &xx, raw_header, &raw_header_len))
2353 if(xx == FLAC__U64L(0xffffffffffffffff)) { /* i.e. non-UTF8 code... */
2361 decoder->private_->frame.header.number.sample_number = xx;
/external/opencv/cv/src/
H A Dcvimgwarp.cpp2246 double xx = bufx.data.fl[x]; local
2249 double p = log(sqrt(xx*xx + yy*yy) + 1.)*M;
2250 double a = atan2(yy,xx);
H A Dcvlkpyramid.cpp864 double xx, xy, yy; local
880 xx = x * x;
886 G[14] += xx * ixix;
888 G[16] += xx * ixiy;
902 G[28] += xx * iyiy;
/external/qemu/android/camera/
H A Dcamera-format-converters.c919 int xx, yy; local
920 for (xx = x - 1; xx < (x + 2); xx += 2) {
922 if (xx >= 0 && yy >= 0 && xx < width && yy < height) {
923 sum += _get_bayer_color(desc, buf, xx, yy, width);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp750 fMatrix22.xx = SkScalarToFixed(SkScalarMul(m.getScaleX(), inv));
755 fMatrix22.xx = fMatrix22.yy = SK_Fixed1;
1077 glyph->fAdvanceX = SkFixedMul(fMatrix22.xx, fFace->glyph->linearHoriAdvance);
1087 identityMatrix.xx = identityMatrix.yy = SK_Fixed1;
1153 int xx = SkScalarRoundToInt(SkFloatToScalar(x * 255)); local
1154 table[i] = SkToU8(xx);
H A DSkFontHost_win.cpp693 int xx = SkScalarRound(SkFloatToScalar(x * 255)); local
694 table[i] = SkToU8(xx);
/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c2654 static inline UChar abdU8 ( UChar xx, UChar yy ) { argument
2655 return toUChar(xx>yy ? xx-yy : yy-xx);
2713 ULong amd64g_calculate_mmx_pmaddwd ( ULong xx, ULong yy ) argument
2717 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
2718 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))),
2719 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy)))
2720 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy)))
2725 ULong amd64g_calculate_mmx_pmovmskb ( ULong xx )
2740 amd64g_calculate_mmx_psadbw( ULong xx, ULong yy ) argument
[all...]
H A Dguest_x86_helpers.c2432 static inline UChar abdU8 ( UChar xx, UChar yy ) { argument
2433 return toUChar(xx>yy ? xx-yy : yy-xx);
2491 ULong x86g_calculate_mmx_pmaddwd ( ULong xx, ULong yy ) argument
2495 (((Int)(Short)sel16x4_3(xx)) * ((Int)(Short)sel16x4_3(yy)))
2496 + (((Int)(Short)sel16x4_2(xx)) * ((Int)(Short)sel16x4_2(yy))),
2497 (((Int)(Short)sel16x4_1(xx)) * ((Int)(Short)sel16x4_1(yy)))
2498 + (((Int)(Short)sel16x4_0(xx)) * ((Int)(Short)sel16x4_0(yy)))
2503 UInt x86g_calculate_mmx_pmovmskb ( ULong xx )
2518 x86g_calculate_mmx_psadbw( ULong xx, ULong yy ) argument
[all...]

Completed in 647 milliseconds

1234