search for: n10

Displaying 20 results from an estimated 48 matches for "n10".

Did you mean: 10
2009 Aug 04
2
[LLVMdev] memory-to-memory instructions
...common global i16 0, align 2 define void @x() nounwind { %1 = load i16* @bar %2 = load i16* @foo %3 = add i16 %2, %1 store i16 %3, i16* @foo ret void } In the DAG matching code generated from the .td file there is : if (N1.getOpcode() == ISD::ADD && N1.hasOneUse()) { SDValue N10 = N1.getOperand(0); if (N10.getOpcode() == ISD::LOAD && N10.hasOneUse() && IsLegalAndProfitableToFold(N10.getNode(), N1.getNode(), N.getNode()) && (Chain.getNode() == N10.getNode() || IsChainCompatible(Chain.getNode(), N10.getNode())))...
2011 Jan 10
3
usb 3
I am trying to plug a USB 2 device in a USB 3 slot. Nothing is being detected in "lsusb". Is there something special I need to do? I am running centos 5.5 x86_64. I thought 3.0 was backward compatible. Nothing special about my device its an RS232 to USB device. It works in 2.0 slot. Thanks, Jerry
2013 Jun 24
1
help needed with printing multiple arguments as vectors, not matrices
** I am using the following way to get p-values from fiser exact test. However, I do need to print for each pair the values "n00, n01, n10, n11". How can I print that as a table and not a matrix as below along with the p-value? Any help will be greatly appreciated fish <- function(y, x) {n00 = sum((1-x)*(1-y)); n01 = sum((1-x)*y); n10 = sum(x*(1-y)); n11 = sum(x*y); a = matrix(c(n00, n01, n10, n11), nrow = 2); pval = fisher....
2010 Jul 24
1
Doubt about a population competition function
Hi, I'm doing a function that describe two populations in competition. that's the function that i wrote: exclusao<-function(n10, n20, k1, k2, alfa, beta, t){ n1<-k1-(alfa*n20) n2<-k2-(beta*n10) if(t==0){plot(t, n10, type='b', xlim=range(c(1:t),c (1:t)), ylim=range(n10, n20), xlab='tempo', ylab='tamanho populacional') points(t, n20, type='b', col="red") points(t,n10,type=&qu...
2009 Jan 10
1
Setting a contingency table
Hi, I want to set a make a contingency table which will look like this.. The problem is that I can't  set the table like the following.                      col1     col2       Total     row1              a         b         n10                      rp1       rp2        100                      cp1       cp2       rtp1   ---------------------------------------------     row2             c         d         n20                      rp3       rp4       100                      cp3       cp4       rtp2   ---------------------...
2004 Dec 21
2
How to display each symbol in a different color using plot with summary.formula.reverse
Dear R Masters, I have searched high and low (the help archives and my various R reference material and help files) for a solution to what appears to me to be quite a simple problem. In the following syntax, variable n10 has three levels. I would like the symbols that appear in the graph for these three levels to be different colors. The best I have been able to do is to have the Key display three colors, but the symbols in the graph only show up in black and white. Any suggestions? par(cex=.8) s <- summary(...
2009 Jul 27
5
Problems with Pass4Sure's Network+ Demo
...to play nice under Wine. I installed the Demo version of the Network+ test program. It is a native Windows Java application. It wanted to install GDIPLUS and msxml6. I used Winetricks to install them and then tried to run the program again and here is what showed up in a terminal session: wine n10-003\ DEMO.exe Fontconfig error: Cannot load default config file Fontconfig error: Cannot load default config file fixme:system:SystemParametersInfoW Unimplemented action: 4132 (SPI_GETDROPSHADOW) Fontconfig error: Cannot load default config file I have this particular .wine to set for a virtual de...
2009 Jul 03
1
Bug#535562: logcheck runs at normal I/O priority, and is hard-coded to nice -n10
Package: logcheck Version: 1.2.69 Severity: normal logcheck is a "batchy" job, but currently runs at normal I/O priority, and is hard-coded to run with a niceness of 10. As a result logcheck can degrade interactive performance on machines with a lot of log traffic, relatively slow CPU or expensive I/O. It'd be useful if the "ionice" and "schedtool" utilities
2011 Sep 09
2
NMDS plot and Adonis (PerMANOVA) of community composition with presence absence and relative intensity
...Then I want to make a PerMANOVA analysis comparing the different treatments with each other. I tried to look at similar problems but I get error messages. Any ideas? #NMDS step1<-read.delim2("day20.txt", row.names=1) library(clusterSim) step2<-data.Normalization(step1,type="n10") step3<-asin(sqrt(step2))*57.3 step4<-t(step3) library(vegan) step5<-data.matrix(vegdist(step4,method="bray")) step6<-metaMDS(step5, autotransform=FALSE) plot(step5) Warning message: In ordiplot(x, choices = choices, type = type, display = display, : Species scores no...
2011 Nov 29
3
I can't run ices client - please help
Hello, I am running fedora 14 in a EeePC netbook. I managed to compile and run icecast server. I managed to compile ices client but I can't make it run. I need to stream from the sound card (mic). My card is this: >lspci ... 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) ... I guess, and this is my first question, that the device must be one of the ones inside /dev/snd since there is not /dev/dsp nor /dev/dsa. The /dev/snd folder looks like this: total 0 crw-rw----+ 1 root audio 116, 2 Nov 28 14:35 timer crw...
2011 Nov 07
2
[Bug 42672] New: NMI SERR with 2 Geforce 310 cards
...- <TAbort- <MAbort- <SERR- <PERR- BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: <access denied> Kernel driver in use: pcieport Kernel modules: shpchp 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01) Subsystem: Hewlett-Packard Company Device 280c Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- &g...
2005 Aug 04
1
Where the error message comes from?
...+means[u] c1[ind] <- sqrt(sw2)*(x*r+y*sqrt(1-r**2))+means[u] g[ind] = u mu1[ind] =means[u] }} data.frame(g=factor(g),c,e=(c1 > mean(c1)+z*sd(c1))+0) } ################################################################# sk1=sk2=sk11=sk21=skR=k1=m1=R2=R1=n10=f10=nb10=b10=s10=p10=bca10=NULL n.cp=f.cp=nb.cp=b.cp=s.cp=p.cp=bca.cp=NULL for (k in c(12,24,48)) { for (m in c(25,50,100)) { for (j in 1:1000) { #### PREPARING CLUSTER LEVEL DATA ###### d1=SimClust(k,m,mu=30,sb2=25,sw2=75,r=0.5,z=0.841621) # for p=0.2 d2=SimClust(k,m,mu=20,sb2=25...
2013 Feb 23
1
Old ICH7 SATA-2 question
Hello there, I've got a question about SATA. I've got ASUS P5GC-MX/1333 with ICH7. (SATA2 support) A few HDD with SATA2. system: uname -a FreeBSD diablo.miekoff.local 9.1-STABLE FreeBSD 9.1-STABLE #1 r246666: Tue Feb 12 00:19:07 MSK 2013 root at diablo.miekoff.local:/usr/obj/usr/src/sys/DIABLO64 amd64 camcontrol info camcontrol iden ada2 pass2: <ST3500320AS SD1A> ATA-8 SATA 2.x
2017 Jul 06
0
Bayes Factor
...s. 'control' plot(BESTmcmc(competition[competition$clpping=="r5",2], competition[competition$clipping=="control",2])) # plot(BESTmcmc(competition[competition$clpping=="r10",2], competition[competition$clipping=="control",2])) # competitionare 'n10' vs. 'control' plot(BESTmcmc(competition[competition$clipping=="n10",2], competition[competition$clipping=="control",2])) # competitionare 'n50' vs. 'control' plot(BESTmcmc(competition[competition$clipping=="n50",2], competition[competiti...
2011 Oct 11
2
ROR Development Assignments at Pune
Hi, Am using ab(Apache Benchmark) for load test in my rails app. ab -n10 -c10 -p ~/post_data_ab.txt -T "multipart/form-data; boundary=1234567" http://localhost:3000/albums ... I have used the above command for testing upload photos. But am getting error which I don''t know how o handle. Can anyone help? Btw, I also need few teammates to handle develo...
2011 Nov 29
1
I can't run ices client - please help
...t ices. Now I have another problem: The stream can be played in Linux but not in Windows or Mac. ?Any tip about this? Thanks again, Manuel El 11/29/2011 04:39 AM, Thomas.Rucker at tieto.com escribi?: > Hi > >>> lspci >> ... >> 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition >> Audio Controller (rev 02) >> ... >> >> I guess, and this is my first question, that the device must be one of >> the ones inside /dev/snd since there is not /dev/dsp nor /dev/dsa. >> Mi xml ices files<input> part is: >&gt...
2005 Apr 28
1
Bug#306695: nagios: logcheck lines, please
On Wed, 2005-04-27 at 22:10 -0400, Steve Gran wrote: > ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ nagios: EXTERNAL COMMAND: PROCESS_SERVICE_CHECK_RESULT > > (although that may be too broad) Can you provide the log messages that this matches? Thanks, -- -jamie <jamie at silverdream.org> | spamtrap: spam at silverdream.org w: http://www.silverdream.org | p: sms at silverdream.org pgp
2011 Mar 05
4
SATA pass-through woes
...ter , it returns 0x50. However, when passing it through, the bmdma register returns 0x0 and the command register returns 0xff (the error register also returns 0xff, shedding no additional light on the situation). This is the hardware on the working system: 00:1f.2 IDE interface: Intel Corporation N10/ICH7 Family SATA IDE Controller (rev 01) (prog-if 8f [Master SecP SecO PriP PriO]) Subsystem: Intel Corporation Device 544e Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- &l...
2011 May 09
1
Another system with no sound
...ems. I manage about 3 dozen desktops. These are all Lenovo ThinkCentre systems of varying vintages, but there are only 2 distinct sound controllers among all of them: 00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 02) 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01) On some systems, the sounds is working fine, and on others it's not. It's not a sound controller issue, as I've got sound working on multiple systems with each controller. I've checked the settings in alsamixer and the maste...
2012 Jul 14
2
video issue - Intel Atom based motherboard D2500HN
Hi all, I recently bought a Intel D2500HN motherboard with Intel GMA 3600 video card. I want to install FreeBSD 9-Release on it via PXE, but after booting the system, it seems that video card driver doesn't work properly. Have a look at this picture: http://img703.imageshack.us/img703/5648/20120714393.jpg I've tried the # vidcontrol 80x25 but unfortunately it doesn't help. Do