search for: xp1

Displaying 20 results from an estimated 41 matches for "xp1".

Did you mean: xp
2007 Sep 11
2
[LLVMdev] volatiles
...void self_assign_1 (void) { x = x; } void self_assign_2 (void) { t sink = x; x = sink; } void self_assign_3 (void) { volatile t *xp = &x; *xp = *xp; } void self_assign_4 (void) { volatile t *xp = &x; t sink = *xp; *xp = sink; } void self_assign_5 (void) { volatile t *xp1 = &x; volatile t *xp2 = &x; *xp1 = *xp2; } void self_assign_6 (void) { volatile t *xp = &x; volatile t **xpp = &xp; t sink = **xpp; **xpp = sink; } void self_assign_7 (void) { volatile t *xp1 = &x; volatile t *xp2 = &x; volatile t **xpp1 = &xp1; vol...
2003 Sep 17
0
upgrade from 2.2p1 to 3.Xp1
Hi, at the begining of summer we were planning to upgrade the openssh version up to 3.4, but nowadays we would like to upgrade to 3.7... now we have the same problems we found with the 3.4 version: it seems as 2.2 and 3.X are incompatible versions, or they use incompatible methods to exchange some information that we don't know how to change... we need interoperation during the upgrade
2002 Oct 02
0
rsync rsh XP->Unix Terminal Read cygwin
I can not get rsync to work when sending from my XP box to a Solaris,HPUX,or AIX host using rsh I am using the cygwin version of rsync, and the windows XP version of remsh. Can anybody tell me what is happening? Any hints on what to do next? Administrator@WOTTPAWLOWM-XP1 /cygdrive/e/perforce_data/atlantic_it4sb2/devroot/ src/iwr/impromptuserver/app.exe/child.lib $ rsync -v -n --progress htmltools.cpp defender:/home/pawlowsm/test Terminal read: The parameter is incorrect. rsync: connection unexpectedly closed (0 bytes read so far) rsync error: error in rsync protoc...
2004 Oct 12
0
Authentication in trusded domain
...). I have made a trust between this domain. But I try logon computer from domaina as user for domainb, the log in serverb wrotes me that a authentication was succeded: [2004/10/12 17:19:19, 3] rpc_server/srv_netlog_nt.c:_net_sam_logon(620) SAM Logon (Network). Domain:[DOMAINB]. User:[bronasek@\\XP1] Requested Domain:[DOMAINB] [2004/10/12 17:19:19, 3] smbd/sec_ctx.c:push_sec_ctx(256) push_sec_ctx(65534, 65534) : sec_ctx_stack_ndx = 1 [2004/10/12 17:19:19, 3] smbd/uid.c:push_conn_ctx(365) push_conn_ctx(100) : conn_ctx_stack_ndx = 0 [2004/10/12 17:19:19, 3] smbd/sec_ctx.c:set_sec_ctx(288)...
2004 Oct 08
1
Trust between two samba domains
I have a problem with Samba: I want to make trust between two Samba domains. I have setup the trust on the DOMAINB server then on the Samba DOMAINA server "net rpc trustdom establish DOMAINB" I then get the following: Password: [entered password] Could not connect to server SERVERB [this is the PDC for the DOMAINB domain] Trust to domain DOMAINB established When I then try
2006 Apr 03
1
VMX status report 9514:4ad317429111
...nel 1, one vmx with memory 128M PASS 2, one vmx with memory 256M PASS 3, one vmx with memory 512M PASS 4, one xenU create PASS 5, 2 vmx and 2 xenU coexist PASS 6, four vmx coexist PASS 7, network in VMX domain PASS 8, network in XenU domain PASS 9, one window domain PASS 10,1 xp1 and 1 xp2 windows domains coexist PASS 11,XenU migration PASS 12,subset LTP test in VMX domain PASS 13,one vmx boot with base kernel(2.6.16) PASS xm-test on IA-32 ======================================================================== = Xm-test execution summary: PASS: 47 FAIL: 2 XP...
2009 Sep 20
1
How to choose knots for GAM?
Hi, all I want to choose same knots in GAM for 10 different studies so that they has the same basis function. Even though I choose same knots and same dimensions of basis smoothing, the basis representations are still not same. My command is as follows: data.gam<-gam(y~s(age,bs='cr',k=10)+male,family=binomial,knots=list(age=seq(45,64,length=10))) What is my mistake for choice of
2006 Mar 24
3
VMX status chgset 9425:96e3b02ec931
...nel 1, one vmx with memory 128M PASS 2, one vmx with memory 256M PASS 3, one vmx with memory 512M PASS 4, one xenU create PASS 5, 2 vmx and 2 xenU coexist PASS 6, four vmx coexist PASS 7, network in VMX domain PASS 8, network in XenU domain PASS 9, one window domain PASS 10,1 xp1 and 1 xp2 windows domains coexist PASS 11,XenU migration PASS 12,subset LTP test in VMX domain PASS xm-test on IA-32 ======================================================================== = Xm-test execution summary: PASS: 47 FAIL: 2 XPASS: 2 XFAIL: 1 Details: XFAIL: 02_network...
2015 Mar 04
0
[RFC PATCH v1] armv7(float): Optimize decode usecase using NE10 library
...t;i++) + { + N >>= 1; + trig += N; + } + N2 = N>>1; + N4 = N>>2; + + ALLOC(f, N2, kiss_fft_scalar); + + /* Pre-rotate */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in; + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; + for(i=0;i<N4;i++) + { + kiss_fft_scalar yr, yi; + yr = S_MUL(*xp2, t[i]) + S_MU...
2015 Apr 28
0
[RFC PATCH v1 2/8] armv7(float): Optimize decode usecase using NE10 library
...t;i++) + { + N >>= 1; + trig += N; + } + N2 = N>>1; + N4 = N>>2; + + ALLOC(f, N2, kiss_fft_scalar); + + /* Pre-rotate */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in; + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+stride*(N2-1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const kiss_twiddle_scalar * OPUS_RESTRICT t = &trig[0]; + for(i=0;i<N4;i++) + { + kiss_fft_scalar yr, yi; + yr = S_MUL(*xp2, t[i]) + S_MU...
2015 Mar 04
1
[RFC PATCH v1] Decode(float) optimize using libNe10
Hello All, I extended the libNE10 optimizations for float towards mdct_backwards/opus_ifft. I am able to get about 14.26% improvement for Decode use case now on my Beaglebone Black. Please see [1] for measurements. Questions 1. Since this patch needs to go in after Encode [2] patch) should I submit this as patch series? 2. Since Jonathan Lennox posted intrinsics cleanup [3] patch, should
2009 Jun 08
2
ridiculous behaviour printing to eps: labels all messed up!
OK, this is really weird! here's an example code: t1<-c(1,2,3,4) t2<-c(4,2,4,2) plot(t1~t2, xlab="exp1", ylab="exp2") dev.copy2eps(file="test.eps") that all seems fine... until you look at the eps file created, where for some weird reason, if you scroll down to the end, the code reads: /Font1 findfont 12 s 0 setgray 214.02 18.72 (e) 0 ta -0.360 (xp1) tb gr 12.96 206.44 (e...
2010 Apr 13
5
Completely in despair - Xen and Windows domU
Hello! I am using xen some years now and it just runs without any problems. But now one customer needs a stupid WinXP domU and I am trying to get this running for about two weeks... I am using 2.6.26-2-xen-amd64 kernel, set up a dummy network auto dummy0 allow-hotplog dummy0 iface dummy0 inet static address 10.0.0.1 netmask 255.255.255.0 broadcast 10.0.0.255 xend-config: (network-script
2006 Nov 11
1
HVM: Could not initialize SDL - exiting
Hello, I''m trying to get my first HVM domU installed (another Debian domU is already working under the same dom0). I intend to install the guest OS from a bootable CD-ROM. But when I create the new HVM domU with ''xm create xp1-cd.cfg'' , I don''t get the expected installation-window and find this in /var/log/xen/qemu-dm.6575.log: domid: 6 qemu: the number of cpus is 1 shared page at pfn:17fff, mfn: 30cec buffered io page at pfn:17ffd, mfn: 30cee ---------------------- DirectFB v0.9.25 --------...
2002 Jan 10
1
OpenSSH 3.0.Xp1, AIX -> Sun trusted host problem
Hi, Folks ... Apologies in advance for the length of this message, but I wanted to be thorough, and provide as much info as I could. I'm trying to figure out a problem in trusted-host authentication using AIX hosts as clients, and a Sun host as the server; either I'm missing something real obvious, or there might be a bug somewhere in some piece of software involved here. -- All of
2010 Jan 13
1
centos on vmware worstation not mounting cdrom
.../dev/cdrom /media/<br> mount: block device /dev/cdrom is write-protected, mounting read-only<br> [root@server ~]# ls -la /media<br> total 487<br> drwxr-xr-x 7 root root 6144 Mar 21 2009 .<br> drwxr-xr-x 25 root root 4096 Jan 13 00:42 ..<br> drwxr-xr-x 2 xp1 500 407552 Mar 21 2009 CentOS<br> -rw-r--r-- 1 root root 112 Mar 21 2009 .discinfo<br> -rw-r--r-- 7 root root 212 Jun 14 2008 EULA<br> -rw-r--r-- 7 root root 18009 Jun 14 2008 GPL<br> drwxr-xr-x 4 root root 2048 Mar 21 2009 images<br> drwxr-xr-x...
2008 Jul 05
1
net rpc shutdown does not work
I'm using centos 5.2 up-to-date with its latest samba 3.0.28-1.el5_2.1 running a Samba PDC with OpenLDAP as backend. Everything else works fine but somehow this command *(net rpc shutdown -t 10 -U root -S xp1 -d 1)* doesn't work and return this with debug level 1 [2008/07/05 19:30:11, 1] utils/net_rpc.c:rpc_init_shutdown_internals(5206) Shutdown of remote machine failed! [2008/07/05 19:30:11, 1] utils/net_rpc.c:run_rpc_command(170) rpc command function failed! (NT_STATUS_ACCESS_DENIED) [2008/07...
2013 Feb 15
1
FRONTIER
Hello everybody, Anyone familiar with the package frontier? I have some general questions on how to approach the model design. Thanks in advance Giovanna Giovanna Ottaviani Aalmo Stipendiat/Ph.D. Student ------------------------------------------- Norsk institutt for skog og landskap Pb 115, NO-1431 Ås T (+47) 64 94 9094 M(+47) 980 30 422 F(+47) 64 94 90 80
2015 Jan 20
0
[RFC PATCH v1 2/2] armv7(float): Optimize encode usecase using NE10 library
...2, kiss_fft_scalar); + ALLOC(f2, N4, kiss_fft_cpx); + + /* Consider the input to be composed of four blocks: [a, b, c, d] */ + /* Window, shuffle, fold */ + { + /* Temp pointers to make it really clear to the compiler what we're doing */ + const kiss_fft_scalar * OPUS_RESTRICT xp1 = in+(overlap>>1); + const kiss_fft_scalar * OPUS_RESTRICT xp2 = in+N2-1+(overlap>>1); + kiss_fft_scalar * OPUS_RESTRICT yp = f; + const opus_val16 * OPUS_RESTRICT wp1 = window+(overlap>>1); + const opus_val16 * OPUS_RESTRICT wp2 = window+(overlap>>1)-1;...
2015 Jan 20
6
[RFC PATCH v1 0/2] Encode optimize using libNE10
Hello opus-dev, I've been cooking up this patchset to integrate NE10 library into opus. Current patchset focuses on encode use case mainly effecting performance of clt_mdct_forward() and opus_fft() (for float only) Glad to report the following on Encode use case: (Measured on my Beaglebone Black Cortex-A8 board) - Performance improvement for encode use case ~= 12.34% (Based on time -p