/external/clang/test/CodeGenCXX/ |
lvalue-bitcasts.cpp | 7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { 15 ir = reinterpret_cast<int&>(xr); 23 fr = reinterpret_cast<float&>(xr); 27 xr = reinterpret_cast<X&>(ir); 31 xr = reinterpret_cast<X&>(fr); 47 cfr = reinterpret_cast<_Complex float&>(xr); 52 void c_cast(int &ir, float &fr, X &xr) { 60 ir = (int&)xr; 68 fr = (float&)xr; 72 xr = (X&)ir [all...] |
references.cpp | 192 const X& xr = getP().first; local 223 const X &xr = getZ().has.x; local
|
/external/skia/include/core/ |
SkScan.h | 91 static inline void XRect_set(SkXRect* xr, const SkIRect& src) { 92 xr->fLeft = SkIntToFixed(src.fLeft); 93 xr->fTop = SkIntToFixed(src.fTop); 94 xr->fRight = SkIntToFixed(src.fRight); 95 xr->fBottom = SkIntToFixed(src.fBottom); 102 static inline void XRect_set(SkXRect* xr, const SkRect& src) { 103 xr->fLeft = SkScalarToFixed(src.fLeft); 104 xr->fTop = SkScalarToFixed(src.fTop); 105 xr->fRight = SkScalarToFixed(src.fRight); 106 xr->fBottom = SkScalarToFixed(src.fBottom) [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_reorder.cpp | 40 int32 xr[ ], rescaled data 47 int32 xr[ ], reordered data 53 xr[scf_band][window][freq_line] shall be reordered in polyphase subband 54 order, xr[subband][window][freq_line], prior to the IMDCT operation. 119 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 155 int32 tmp1 = xr[src_line]; 156 int32 tmp2 = xr[src_line+(sfb_lines)]; 157 int32 tmp3 = xr[src_line+(sfb_lines<<1)]; 165 pv_memcpy(&xr[ct], Scratch_mem, sfb_lines*3*sizeof(int32)); 176 int32 tmp1 = xr[src_line] [all...] |
pvmp3_stereo_proc.h | 89 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 96 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 102 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
pvmp3_reorder.h | 88 void pvmp3_reorder(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
pvmp3_mpeg2_stereo_proc.h | 87 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 97 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS],
|
pvmp3_stereo_proc.cpp | 40 int32 xr[], input channel 58 int32 xr[], input channel 77 int32 xr[], input channel 181 void pvmp3_st_mid_side(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 187 int32 *pt_xr = &xr[Start]; 218 void pvmp3_st_intensity(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 227 int32 *pt_xr = &xr[Start]; 252 void pvmp3_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 344 pvmp3_st_mid_side(xr, xl, 0, sfbStart); 359 pvmp3_st_intensity(xr, xl, scalefac->l[sfbTemp], sfbStart, sfbNo) [all...] |
pvmp3_mpeg2_stereo_proc.cpp | 48 int32 xr[], input channel 70 int32 xr[], input channel 159 void pvmp3_st_intensity_ver2(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 174 int32 *pt_xr = &xr[Start]; 218 void pvmp3_mpeg2_stereo_proc(int32 xr[SUBBANDS_NUMBER*FILTERBANK_BANDS], 317 pvmp3_st_mid_side(xr, xl, 0, sfbNo); 330 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->l[sfb], sfbStart, sfbNo); 334 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo); 360 pvmp3_st_intensity_ver2(xr, xl, io, scalefac_R->s[j][sfb], sfbStart, sfbNo); 364 pvmp3_st_mid_side(xr, xl, sfbStart, sfbNo) [all...] |
/external/openssl/crypto/objects/ |
objxref.pl | 31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/; 32 check_oid($xr); 35 $xref_tbl{$xr} = [$p1, $p2, $ln]; 78 my $xr = $_; 80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
|
/external/webrtc/src/modules/audio_processing/utility/ |
fft4g.c | 372 float xr; local 385 xr = a[n - 1]; 390 a[1] = a[0] - xr; 391 a[0] += xr; 409 xr = a[0] - a[1]; 415 a[n - 1] = xr; 431 float xr; local 444 xr = a[n - 1]; 449 a[1] = a[0] + xr; 450 a[0] -= xr; 488 float xr, xi, yr, yi; local 584 float xr, xi, yr, yi; local 722 float xr, xi, yr, yi; local 822 float xr, xi, yr, yi; local 1267 float wkr, wki, xr, xi, yr, yi; local 1292 float wkr, wki, xr, xi, yr, yi; local 1319 float wkr, wki, xr; local 1340 float wkr, wki, xr; local [all...] |
/external/svox/pico/lib/ |
picofftsg.c | 489 PICOFFTSG_FFTTYPE xr; local 492 xr = a[n - 1]; 497 a[1] = a[0] - xr; 498 a[0] += xr; 520 xr = a[0] - a[1]; 526 a[n - 1] = xr; 533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; local 539 xr = a[j] + a[k]; 541 a[k] = xr; 557 xr = *amk 671 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local 1030 PICOFFTSG_FFTTYPE xr, xi, yr, yi; local 3067 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local 3145 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local 3201 PICOFFTSG_FFTTYPE w1r, w1i, wkr, wki, wdr, wdi, ss, xr, xi, yr, yi; local 3258 PICOFFTSG_FFTTYPE wki, wdr, wdi, xr; local [all...] |
/external/skia/src/core/ |
SkScan.cpp | 56 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip, 60 XRect_round(xr, &r);
|
SkScan_Antihair.cpp | 559 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) { 560 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop), 561 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom), 567 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip, 571 XRect_roundOut(xr, &outerBounds); 577 antifillrect(xr, blitter); 582 if (tmpR.intersect(xr)) { 595 if (tmpR.intersect(xr)) { [all...] |
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_rdft_sse2.c | 26 float wkr, wki, xr, xi, yr, yi; local 61 // yr = wkr * xr - wki * xi; 62 // yi = wkr * xi + wki * xr; 102 xr = a[j2 + 0] - a[k2 + 0]; 104 yr = wkr * xr - wki * xi; 105 yi = wkr * xi + wki * xr; 116 float wkr, wki, xr, xi, yr, yi; local 152 // yr = wkr * xr + wki * xi; 153 // yi = wkr * xi - wki * xr; 194 xr = a[j2 + 0] - a[k2 + 0] [all...] |
aec_rdft.c | 33 float xr, xi, yr, yi; local 52 xr = a[j1]; 58 a[k1] = xr; 62 xr = a[j1]; 68 a[k1] = xr; 72 xr = a[j1]; 78 a[k1] = xr; 82 xr = a[j1]; 88 a[k1] = xr; 93 xr = a[j1] 439 float wkr, wki, xr, xi, yr, yi; local 460 float wkr, wki, xr, xi, yr, yi; local [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/ |
BlowfishEngine.java | 405 int xr, 416 xr ^= F(xl) ^ P[i]; 417 xl ^= F(xr) ^ P[i + 1]; 420 xr ^= P[ROUNDS + 1]; 422 table[s] = xr; 425 xr = xl; // end of cycle swap 517 int xr = BytesTo32bits(src, srcIndex+4); local 523 xr ^= F(xl) ^ P[i]; 524 xl ^= F(xr) ^ P[i + 1]; 527 xr ^= P[ROUNDS + 1] 545 int xr = BytesTo32bits(src, srcIndex + 4); local [all...] |
/external/openssl/crypto/sha/asm/ |
sha1-s390x.pl | 85 xr $t0,$c 89 xr $t0,$d 105 xr $t0,$c 107 xr $t0,$d
|
/external/skia/tests/ |
MathTest.cpp | 450 SkFract xr = SkFractSqrt(x); local 452 REPORTER_ASSERT(reporter, xr == check || 453 xr == check-1 || 454 xr == check+1); 456 xr = SkFixedSqrt(x); 459 REPORTER_ASSERT(reporter, xr == check || xr == check-1); 461 xr = SkSqrt32(x); 464 REPORTER_ASSERT(reporter, xr == check || xr == check-1) [all...] |
/external/openssl/crypto/dsa/ |
dsa_ossl.c | 135 BIGNUM xr; local 141 BN_init(&xr); 175 /* Compute s = inv(k) (m + xr) mod q */ 176 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */ 177 if (!BN_add(s, &xr, &m)) goto err; /* s = m + xr */ 196 BN_clear_free(&xr); 271 /* Compute part of 's = inv(k) (m + xr) mod q' */
|
/external/speex/libspeex/ |
lsp.c | 228 spx_word16_t temp_xr,xl,xr,xm=0; local 316 xr = 0; /* initialise xr to zero */ 327 while(flag && (xr >= -FREQ_SCALE)){ 339 xr = SUB16(xl, dd); /* interval spacing */ 340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */ 342 temp_xr = xr; 344 /* if no sign change increment xr and re-evaluate poly(xr). Repeat til 350 between xm and xr else set interval between xl and xr and repeat til [all...] |
/external/openssl/crypto/aes/asm/ |
aes-s390x.pl | 284 xr $s1,$t1 297 xr $s2,$t2 311 xr $s3,$t3 401 xr $s0,$t0 402 xr $s1,$t2 610 xr $s1,$t1 627 xr $s2,$t2 637 xr $s3,$t3 723 xr $s0,$t0 724 xr $s1,$t [all...] |
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/ |
SAX1ParserAdapter.java | 33 public SAX1ParserAdapter(XMLReader xr) 35 xmlReader = xr;
|
/system/core/libpixelflinger/ |
trap.cpp | 241 c->iterators.xr = r; 313 c->iterators.xr = r; 437 c->iterators.xr = r; 452 size_t ct = c->iterators.xr - x; 569 register int32_t xl, xr; local 577 xr = xl; 578 for ( ; xr<maxx ; xr++) { 586 if (xl < xr) { 588 c->iterators.xr = xr 746 const int32_t xr = min(right_x >> TRI_ITERATORS_BITS, xmax); local [all...] |
scanline.cpp | 609 const int x1 = c->iterators.xr; [all...] |