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

1 2

  /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 198 const X& xr = getP().first; local
229 const X &xr = getZ().has.x; local
  /external/skia/include/core/
SkScan.h 101 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
102 xr->fLeft = SkIntToFixed(src.fLeft);
103 xr->fTop = SkIntToFixed(src.fTop);
104 xr->fRight = SkIntToFixed(src.fRight);
105 xr->fBottom = SkIntToFixed(src.fBottom);
112 static inline void XRect_set(SkXRect* xr, const SkRect& src) {
113 xr->fLeft = SkScalarToFixed(src.fLeft);
114 xr->fTop = SkScalarToFixed(src.fTop);
115 xr->fRight = SkScalarToFixed(src.fRight);
116 xr->fBottom = SkScalarToFixed(src.fBottom)
    [all...]
  /frameworks/av/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/valgrind/main/none/tests/s390x/
xor.stdout.exp 25 xr 0000000000000000 ^ 0000000000000000 = 0000000000000000 (cc=0)
26 xr 0000000000000001 ^ 0000000000000000 = 0000000000000001 (cc=1)
27 xr 000000000000FFFF ^ 0000000000000000 = 000000000000FFFF (cc=1)
28 xr 0000000000007FFF ^ 0000000000000000 = 0000000000007FFF (cc=1)
29 xr 0000000000008000 ^ 0000000000000000 = 0000000000008000 (cc=1)
30 xr 00000000FFFFFFFF ^ 0000000000000000 = 00000000FFFFFFFF (cc=1)
31 xr 0000000080000000 ^ 0000000000000000 = 0000000080000000 (cc=1)
32 xr 000000007FFFFFFF ^ 0000000000000000 = 000000007FFFFFFF (cc=1)
33 xr AAAAAAAAAAAAAAAA ^ 0000000000000000 = AAAAAAAAAAAAAAAA (cc=1)
34 xr 8000000000000000 ^ 0000000000000000 = 8000000000000000 (cc=0
    [all...]
xor.c 24 regsweep(xr, s2);
  /external/skia/src/core/
SkScan.cpp 48 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip,
52 XRect_round(xr, &r);
85 void SkScan::FillXRect(const SkXRect& xr, const SkRasterClip& clip,
87 if (clip.isEmpty() || xr.isEmpty()) {
92 FillXRect(xr, &clip.bwRgn(), blitter);
97 FillXRect(xr, &wrapper.getRgn(), wrapper.getBlitter());
SkScan_Antihair.cpp 551 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) {
552 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop),
553 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom),
559 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip,
562 antifillrect(xr, blitter);
565 XRect_roundOut(xr, &outerBounds);
571 antifillrect(xr, blitter);
576 if (tmpR.intersect(xr)) {
    [all...]
  /external/webrtc/src/modules/audio_processing/utility/
fft4g.c 367 float xr;
380 xr = a[n - 1];
385 a[1] = a[0] - xr;
386 a[0] += xr;
404 xr = a[0] - a[1];
410 a[n - 1] = xr;
418 float xr;
431 xr = a[n - 1];
436 a[1] = a[0] + xr;
437 a[0] -= xr;
696 float xr, xi, yr, yi; local
796 float xr, xi, yr, yi; local
1237 float wkr, wki, xr, xi, yr, yi; local
1262 float wkr, wki, xr, xi, yr, yi; 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/aac/libFDK/src/
dct.cpp 121 FIXP_DBL xr, accu1, accu2; local
145 xr = (accu1>>1) + accu3;
146 pTmp_0[0] = (xr>>1) - accu5;
147 pTmp_1[0] = (xr>>1) + accu5;
149 xr = (accu2>>1) - accu4;
150 pTmp_0[1] = (xr>>1) - accu6;
151 pTmp_1[1] = -((xr>>1) + accu6);
155 xr = fMultDiv2(pDat[M], sin_twiddle_L64[64/2].v.re );/* cos((PI/(2*L))*M); */
156 tmp[0] = ((pDat[0]>>1) + xr)>>1;
157 tmp[1] = ((pDat[0]>>1) - xr)>>1
    [all...]
  /external/webrtc/src/modules/audio_processing/aec/
aec_rdft.c 48 float xr, xi, yr, yi; local
67 xr = a[j1];
73 a[k1] = xr;
77 xr = a[j1];
83 a[k1] = xr;
87 xr = a[j1];
93 a[k1] = xr;
97 xr = a[j1];
103 a[k1] = xr;
108 xr = a[j1]
505 float wkr, wki, xr, xi, yr, yi; local
526 float wkr, wki, xr, xi, yr, yi; local
    [all...]
  /external/bouncycastle/bcprov/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/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlowFish.java 249 private void processTable(int xl, int xr, int[] table)
259 xr ^= F(xl) ^ P[i];
260 xl ^= F(xr) ^ P[i + 1];
263 xr ^= P[ROUNDS + 1];
265 table[s] = xr;
268 xr = xl; // end of cycle swap
349 int xr = BytesTo32bits(src, srcIndex + 4); local
355 xr ^= F(xl) ^ P[i];
356 xl ^= F(xr) ^ P[i + 1];
359 xr ^= P[ROUNDS + 1]
373 int xr = BytesTo32bits(src, srcIndex + 4); local
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-s390x.pl 105 xr $t0,$c
109 xr $t0,$d
125 xr $t0,$c
127 xr $t0,$d
  /external/skia/tests/
MathTest.cpp 506 SkFract xr = SkFractSqrt(x); local
508 REPORTER_ASSERT(reporter, xr == check ||
509 xr == check-1 ||
510 xr == check+1);
512 xr = SkFixedSqrt(x);
515 REPORTER_ASSERT(reporter, xr == check || xr == check-1);
517 xr = SkSqrt32(x);
520 REPORTER_ASSERT(reporter, xr == check || xr == check-1)
    [all...]
  /external/openssl/crypto/dsa/
dsa_ossl.c 135 BIGNUM xr; local
142 BN_init(&xr);
177 /* Compute s = inv(k) (m + xr) mod q */
178 if (!BN_mod_mul(&xr,dsa->priv_key,r,dsa->q,ctx)) goto err;/* s = xr */
179 if (!BN_add(s, &xr, &m)) goto err; /* s = m + xr */
210 BN_clear_free(&xr);
285 /* 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/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 33 public SAX1ParserAdapter(XMLReader xr)
35 xmlReader = xr;

Completed in 1140 milliseconds

1 2