/external/clang/test/CodeGenCXX/ |
D | lvalue-bitcasts.cpp | 7 void reinterpret_cast_test(int &ir, float &fr, X &xr) { in reinterpret_cast_test() argument 15 ir = reinterpret_cast<int&>(xr); in reinterpret_cast_test() 23 fr = reinterpret_cast<float&>(xr); in reinterpret_cast_test() 27 xr = reinterpret_cast<X&>(ir); in reinterpret_cast_test() 31 xr = reinterpret_cast<X&>(fr); in reinterpret_cast_test() 47 cfr = reinterpret_cast<_Complex float&>(xr); in reinterpret_cast_test() 52 void c_cast(int &ir, float &fr, X &xr) { in c_cast() argument 60 ir = (int&)xr; in c_cast() 68 fr = (float&)xr; in c_cast() 72 xr = (X&)ir; in c_cast() [all …]
|
/external/skia/src/core/ |
D | SkScan.h | 84 static inline void XRect_set(SkXRect* xr, const SkIRect& src) { in XRect_set() argument 85 xr->fLeft = SkIntToFixed(src.fLeft); in XRect_set() 86 xr->fTop = SkIntToFixed(src.fTop); in XRect_set() 87 xr->fRight = SkIntToFixed(src.fRight); in XRect_set() 88 xr->fBottom = SkIntToFixed(src.fBottom); in XRect_set() 95 static inline void XRect_set(SkXRect* xr, const SkRect& src) { in XRect_set() argument 96 xr->fLeft = SkScalarToFixed(src.fLeft); in XRect_set() 97 xr->fTop = SkScalarToFixed(src.fTop); in XRect_set() 98 xr->fRight = SkScalarToFixed(src.fRight); in XRect_set() 99 xr->fBottom = SkScalarToFixed(src.fBottom); in XRect_set() [all …]
|
D | SkScan.cpp | 48 void SkScan::FillXRect(const SkXRect& xr, const SkRegion* clip, in FillXRect() argument 52 XRect_round(xr, &r); in FillXRect() 81 void SkScan::FillXRect(const SkXRect& xr, const SkRasterClip& clip, in FillXRect() argument 83 if (clip.isEmpty() || xr.isEmpty()) { in FillXRect() 88 FillXRect(xr, &clip.bwRgn(), blitter); in FillXRect() 93 FillXRect(xr, &wrapper.getRgn(), wrapper.getBlitter()); in FillXRect()
|
D | SkScan_Antihair.cpp | 692 static void antifillrect(const SkXRect& xr, SkBlitter* blitter) { in antifillrect() argument 693 antifilldot8(SkFixedToFDot8(xr.fLeft), SkFixedToFDot8(xr.fTop), in antifillrect() 694 SkFixedToFDot8(xr.fRight), SkFixedToFDot8(xr.fBottom), in antifillrect() 700 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRegion* clip, in AntiFillXRect() argument 703 antifillrect(xr, blitter); in AntiFillXRect() 706 XRect_roundOut(xr, &outerBounds); in AntiFillXRect() 712 antifillrect(xr, blitter); in AntiFillXRect() 717 if (tmpR.intersect(xr)) { in AntiFillXRect() 730 if (tmpR.intersect(xr)) { in AntiFillXRect() 739 void SkScan::AntiFillXRect(const SkXRect& xr, const SkRasterClip& clip, in AntiFillXRect() argument [all …]
|
/external/valgrind/none/tests/s390x/ |
D | 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 …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/ |
D | BlowfishEngine.java | 406 int xr, in processTable() argument 417 xr ^= F(xl) ^ P[i]; in processTable() 418 xl ^= F(xr) ^ P[i + 1]; in processTable() 421 xr ^= P[ROUNDS + 1]; in processTable() 423 table[s] = xr; in processTable() 426 xr = xl; // end of cycle swap in processTable() 518 int xr = BytesTo32bits(src, srcIndex+4); in encryptBlock() local 524 xr ^= F(xl) ^ P[i]; in encryptBlock() 525 xl ^= F(xr) ^ P[i + 1]; in encryptBlock() 528 xr ^= P[ROUNDS + 1]; in encryptBlock() [all …]
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/ |
D | filelist.txt | 1 3277703 4 drwxr-xr-x 6 runge runge 4096 Sep 13 21:28 . 2 3277704 4 drwxr-xr-x 7 runge runge 4096 Aug 2 10:05 ./src 3 3277781 4 drwxr-xr-x 2 runge runge 4096 Aug 2 10:09 ./src/zips 10 2982849 4 drwxr-xr-x 2 runge runge 4096 Sep 10 14:37 ./src/patches 14 2982955 4 -rwxr-xr-x 1 runge runge 1529 Sep 10 12:07 ./src/patches/_bundle 15 2982877 4 -rwxr-xr-x 1 runge runge 78 Jul 27 14:41 ./src/patches/_getpatches 17 2982878 4 -rwxr-xr-x 1 runge runge 117 Jul 27 19:06 ./src/patches/_vncpatchapplied 19 2982850 4 drwxr-xr-x 8 runge runge 4096 Jul 25 15:21 ./src/vnc_unixsrc 25 2982890 4 -rwxr-xr-x 1 runge runge 2042 Mar 19 2002 ./src/vnc_unixsrc/vncinstall 26 2982891 16 -rwxr-xr-x 1 runge runge 15239 Jul 4 2005 ./src/vnc_unixsrc/vncserver [all …]
|
/external/webrtc/src/modules/audio_processing/utility/ |
D | 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; [all …]
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
D | transform.c | 54 double tmp1r, tmp1i, xr, xi, yr, yi, fact; in WebRtcIsac_Time2Spec() local 76 xr = tmpre[k] + tmpre[FRAMESAMPLES_HALF - 1 - k]; in WebRtcIsac_Time2Spec() 83 outreQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1r - xi * tmp1i) * 128.0); in WebRtcIsac_Time2Spec() 84 outimQ7[k] = (WebRtc_Word16)WebRtcIsac_lrint((xr * tmp1i + xi * tmp1r) * 128.0); in WebRtcIsac_Time2Spec() 95 double tmp1r, tmp1i, xr, xi, yr, yi, fact; in WebRtcIsac_Spec2time() local 105 xr = inre[k] * tmp1r + inim[k] * tmp1i; in WebRtcIsac_Spec2time() 111 outre1[k] = xr - yi; in WebRtcIsac_Spec2time() 112 outre1[FRAMESAMPLES_HALF - 1 - k] = xr + yi; in WebRtcIsac_Spec2time() 127 xr = (outre1[k] * tmp1r - outre2[k] * tmp1i) * fact; in WebRtcIsac_Spec2time() 129 outre1[k] = xr; in WebRtcIsac_Spec2time()
|
/external/svox/pico/lib/ |
D | picofftsg.c | 489 PICOFFTSG_FFTTYPE xr; in ddct() local 492 xr = a[n - 1]; in ddct() 497 a[1] = a[0] - xr; in ddct() 498 a[0] += xr; in ddct() 520 xr = a[0] - a[1]; in ddct() 526 a[n - 1] = xr; in ddct() 533 PICOFFTSG_FFTTYPE xr, xi, yr, yi, an; in dfct_nmf() local 539 xr = a[j] + a[k]; in dfct_nmf() 541 a[k] = xr; in dfct_nmf() 557 xr = *amk; in dfct_nmf() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | coff-comdat.ll | 58 ; CHECK: .section .text,"xr",discard,_f1 60 ; CHECK: .section .text,"xr",same_contents,_f2 62 ; CHECK: .section .text,"xr",largest,_f3 64 ; CHECK: .section .text,"xr",one_only,_f4 66 ; CHECK: .section .text,"xr",same_size,_f5 68 ; CHECK: .section .text,"xr",associative,@f7@0 70 ; CHECK: .section .text,"xr",discard,@f7@0 72 ; CHECK: .section .text,"xr",associative,@f8@0 74 ; CHECK: .section .text,"xr",discard,@f8@0
|
/external/boringssl/src/crypto/obj/ |
D | obj_xref.pl | 37 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/; 38 check_oid($xr); 41 $xref_tbl{$xr} = [$p1, $p2, $ln]; 86 my $xr = $_; 88 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
|
/external/libvncserver/x11vnc/misc/ |
D | ranfb.pl | 95 $xr = $xg = $xb = $x; 96 $xr = $W - $xr if $Rx; 99 $xr = $xr * $Winv; 103 $X[3*$x+0] = $xr;
|
/external/aac/libFDK/src/ |
D | dct.cpp | 121 FIXP_DBL xr, accu1, accu2; in dct_III() local 145 xr = (accu1>>1) + accu3; in dct_III() 146 pTmp_0[0] = (xr>>1) - accu5; in dct_III() 147 pTmp_1[0] = (xr>>1) + accu5; in dct_III() 149 xr = (accu2>>1) - accu4; in dct_III() 150 pTmp_0[1] = (xr>>1) - accu6; in dct_III() 151 pTmp_1[1] = -((xr>>1) + accu6); in dct_III() 155 xr = fMultDiv2(pDat[M], sin_twiddle_L64[64/2].v.re );/* cos((PI/(2*L))*M); */ in dct_III() 156 tmp[0] = ((pDat[0]>>1) + xr)>>1; in dct_III() 157 tmp[1] = ((pDat[0]>>1) - xr)>>1; in dct_III()
|
/external/lldb/examples/customization/pwd-cd-and-system/ |
D | README | 35 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 hello_watchlocation 36 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 hello_watchpoint 37 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 multiple_threads 38 drwxr-xr-x 7 johnny admin 238 Oct 11 17:24 watchpoint_commands
|
/external/webrtc/src/modules/audio_processing/aec/ |
D | aec_rdft.c | 48 float xr, xi, yr, yi; in bitrv2_32or128() local 67 xr = a[j1]; in bitrv2_32or128() 73 a[k1] = xr; in bitrv2_32or128() 77 xr = a[j1]; in bitrv2_32or128() 83 a[k1] = xr; in bitrv2_32or128() 87 xr = a[j1]; in bitrv2_32or128() 93 a[k1] = xr; in bitrv2_32or128() 97 xr = a[j1]; in bitrv2_32or128() 103 a[k1] = xr; in bitrv2_32or128() 108 xr = a[j1]; in bitrv2_32or128() [all …]
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 68 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 68 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 68 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 68 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 68 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmswtpnt.c | 284 cmsFloat64Number xr, yr; in _cmsBuildRGB2XYZtransferMatrix() local 290 xr = Primrs -> Red.x; in _cmsBuildRGB2XYZtransferMatrix() 298 _cmsVEC3init(&Primaries.v[0], xr, xg, xb); in _cmsBuildRGB2XYZtransferMatrix() 300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb)); in _cmsBuildRGB2XYZtransferMatrix() 314 _cmsVEC3init(&r -> v[0], Coef.n[VX]*xr, Coef.n[VY]*xg, Coef.n[VZ]*xb); in _cmsBuildRGB2XYZtransferMatrix() 316 … _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb)); in _cmsBuildRGB2XYZtransferMatrix()
|
/external/speex/libspeex/ |
D | lsp.c | 228 spx_word16_t temp_xr,xl,xr,xm=0; in lpc_to_lsp() local 316 xr = 0; /* initialise xr to zero */ in lpc_to_lsp() 327 while(flag && (xr >= -FREQ_SCALE)){ in lpc_to_lsp() 339 xr = SUB16(xl, dd); /* interval spacing */ in lpc_to_lsp() 340 psumr = cheb_poly_eva(pt,xr,m,stack);/* poly(xl-delta_x) */ in lpc_to_lsp() 342 temp_xr = xr; in lpc_to_lsp() 360 xm = ADD16(PSHR16(xl,1),PSHR16(xr,1)); /* bisect the interval */ in lpc_to_lsp() 362 xm = .5*(xl+xr); /* bisect the interval */ in lpc_to_lsp() 372 xr=xm; in lpc_to_lsp()
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 85 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | UnixDirectoryListingFormatterTest.groovy | 39 static final DIR_PERMISSIONS = new Permissions('rwxr-xr-x') 47 // "-rwxr-xr-x 1 c096336 iawebgrp 5778 Dec 1 2005 FU_WyCONN_updateplanaccess.sql" 48 // "drwxr-xr-x 2 c096336 iawebgrp 8192 Nov 7 2006 tmp" 49 // "drwxr-xr-x 39 ftp ftp 4096 Mar 19 2004 a" 85 …verifyFormat(fileSystemEntry, "drwxr-xr-x 1 owner123 group456 0 $lastModifiedFormat…
|