search for: pseudo

Displaying 20 results from an estimated 3536 matches for "pseudo".

2005 Oct 10
0
compile problem on solaris10 x86
...L../../dlls/advapi32 -L../../dlls/kernel32 -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -luuid -lSM -lICE -lXext -lX11 -lsocket -lnsl -L../../libs/port -lwine_port -lresolv -lsocket -lnsl ddraw.ZNYvlZ.s: Assembler messages: ddraw.ZNYvlZ.s:16: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:17: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:21: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:22: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:23: Error: unknown pseudo-op: `.half' ddraw.ZNYvlZ.s:35: Error: unknown pseudo-op: `.half'...
2007 Apr 30
4
B62 AHCI and ZFS
...[ID 936769 kern.notice] sd0 is /pci at 0,0/pci-ide@ 1f,1/ide at 0/sd at 1,0 Apr 27 09:30:04 weston unix: [ID 469452 kern.notice] NOTICE: symhisl: 64-bit dri ver module not found Apr 27 09:30:04 weston unix: [ID 469452 kern.notice] NOTICE: cadp: 64-bit driver module not found Apr 27 09:30:05 weston pseudo: [ID 129642 kern.notice] pseudo-device: pm0 Apr 27 09:30:05 weston genunix: [ID 936769 kern.notice] pm0 is /pseudo/pm at 0 Apr 27 09:30:05 weston pseudo: [ID 129642 kern.notice] pseudo-device: power0 Apr 27 09:30:05 weston genunix: [ID 936769 kern.notice] power0 is /pseudo/power@ 0 Apr 27 09:30:05...
2010 May 29
4
ZFS and IBM SDD Vpaths
...scrub: none requested config: NAME STATE READ WRITE CKSUM poas43m01 UNAVAIL 0 0 0 insufficient replicas vpath4c UNAVAIL 0 0 0 cannot open before 30. vpath1a <IBM-2145-0000 cyl 8190 alt 2 hd 64 sec 256> /pseudo/vpathdd at 1:1 31. vpath2a <IBM-2145-0000 cyl 13822 alt 2 hd 64 sec 256> /pseudo/vpathdd at 2:2 32. vpath3a <IBM-2145-0000 cyl 13822 alt 2 hd 64 sec 256> /pseudo/vpathdd at 3:3 33. vpath4a <IBM-2145-0000 cyl 13822 alt 2 hd 64 sec 256>...
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
Hello, on a v20z, we have as DOM 0 a Solaris XEN on snv44 64bits and we have as DOM U a Solaris XEN on snv44 64 bits. We then install a pseudo driver in the Solaris DOM 1 XEN snv44: installation is ok and driver works as expected. But on reboot of DOM 1, the driver is no more there (in modinfo, driver not found). Is there something special to do after a pseudo driver installation in a Solaris domU ? We try: - a touch /reconfigure: does...
2008 May 29
2
Plotting a cubic line from a multiple regression
...g for the effects of TIV (total intracranial volume): ######################## cortex = rnorm(100, mean=0.5, sd=0.5) age = rnorm(100, mean=10, sd=2) tiv = rnorm(100, mean=1000, sd=100) ## ## simple regression (ignoring TIV) works ## cortex.lm = lm(cortex ~ poly(age, degree=3)) plot(age, cortex) pseudo.x = seq(min(age)-2, max(age)+2, len=200) lines(pseudo.x, predict(cortex.lm, data.frame(age=pseudo.x))) ## ## multiple regression (accounting for TIV) fails ## cortex.lm = lm(cortex ~ poly(age, degree=3) + tiv) plot(age, cortex) pseudo.x = seq(min(age)-2, max(age)+2, len=200) lines(pseudo.x, predic...
2013 Dec 17
1
What is the formula of Pseudo-F statistic in capscale in vegan?
...ficance for six terms in the model for the constrained ordination using anova.cca in the vegan package. The significance test is sequential, i.e., testing for significance of a term only after accounting for all preceding terms. Could someone please provide us with either the actual formula for the pseudo-F statistic or a reference that provides this formula? We ask because we are doing the exact same analysis in another program (using distLM in PRIMER 6 v 6.1.13 and PERMANOVA+ v 1.0.3 from PRIMER-E), but we are getting very different pseudo-F ratios despite specifying the exact same order of model...
2013 Apr 09
2
R crash
...t- R GUI front-end has stopped working. Why this happens? What is the solution? The r codes are as follows: a<-read.table("d:/bmt.txt",header=T") cutoffs<-c(1.75,3.34,5.09,6.93,9.11,11.8,15.3,20.1,23.7,27.3,30.9,34.3,37.6,41.5,46.5,51.1,57,63,73.1,93.68) a$icr <- REL library(pseudo) pseudo <- pseudoci(time=a$TIME,event=a$icr,tmax=cutoffs) #rearranging data b <- NULL for(it in 1:length(pseudo$time)){ b <- rbind(b,cbind(a,pseudo = pseudo$pseudo[[1]][,it], tpseudo = pseudo$time[it],id=1:nrow(a))) } b <- b[order(b$id),] library(geepack) fit3 <- geese(pse...
2013 Mar 25
3
[LLVMdev] [PATCH] RegScavenger::scavengeRegister
This patch adds parameter "EliminateFI" to RegScavenger::scavengeRegister, which tells register scavenger not to eliminate frame index of the emergency spill slot if set to false. I have pseudo load, store and copy instructions which are generated during register allocation and expanded post-RA but before the final stack size is known. I use register scavenger to search for a temporary integer GPR that is used during pseudo-expansion. This is what happens during pseudo-expansion: The fo...
2004 Sep 28
2
Unable to open pseudo channel
...s, very impressed with this product... I have an issue on a debian unstable system with the zap interface. I've compiled and loaded the ztdummy successfully, but when attempting to connect to a conference room I get failure. I get the error chan_zap.c:757 zt_open: Unable to open '/dev/zap/pseudo': Permission denied The real issue is that the /dev/zap/pseudo is really a symbolic link to /boot/pseudo which isn't there. Can anyone tell me where it ought be linked, or if I need to mknod etc to create the virtual device? Cheers, Lewis
2020 Sep 25
2
TableGen pseudo lowering
The TableGen PseudoLoweringEmitter backend is responsible for lowering pseudo-instructions to real machine instructions. In the code is this comment: // FIXME: This pass currently can only expand a pseudo to a single instruction. // The pseudo expansion really should take a list of dags, not just // a s...
2014 Aug 13
2
[LLVMdev] Pseudo load and store instructions for AArch64
Hello, I'm trying to add pseudo 64-bit load and store instructions for AArch64, which should have latencies set to "1" while being otherwise exactly the same as normal load and store instructions. Various assertions fire (even different ones for the same binary, maybe something is uninitialized) and I can't underst...
2003 Dec 16
1
Memory issues in "aggregate" (PR#5829)
...sm) for summary information > callsperhour <- function(x) length(x)/12 > profiles <- subset(read.csv("profiles.csv"), hourofday >= 7 & hourofday <= 19 & dayofweek >= 1 & dayofweek <= 5) > nrow(profiles) [1] 100520 > attach(profiles) > pseudo.hist <- aggregate(duration, list(Delta), length) > colnames(pseudo.hist) <- c("Delta", "N") > detach(profiles) > gc() used (Mb) gc trigger (Mb) Ncells 701188 18.8 2683553 71.7 Vcells 1447712 11.1 8201413 62.6 > memory.profile() NILSXP...
2012 Sep 26
0
[LLVMdev] [Questions] clang cross compilation and SimpleScalar simulation
...ommended by SimpleScalar. The code generated by arm-linux-gcc 2.95.2 can run on SimpleScalar. Now I want to use llvm/clang to generate ARM assembly code and arm-linux-gcc 2.95.2 to be assembler. Unfortunately, I got some error messages below : hello.s: Assembler messages: hello.s:1: Error: Unknown pseudo-op: `.syntax' hello.s:2: Error: Unknown pseudo-op: `.eabi_attribute' hello.s:3: Error: Unknown pseudo-op: `.eabi_attribute' hello.s:4: Error: Unknown pseudo-op: `.eabi_attribute' hello.s:5: Error: Unknown pseudo-op: `.eabi_attribute' hello.s:6: Error: Unknown pseudo-op: `....
2020 Aug 08
5
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...dxl at google.com> Date: Friday, August 7, 2020 at 7:57 PM To: Wenlei He <wenlei at fb.com> Cc: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org>, Wei Mi <wmi at google.com>, Hongtao Yu <hoy at fb.com> Subject: Re: [RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation On Fri, Aug 7, 2020 at 4:44 PM Wenlei He <wenlei at fb.com<mailto:wenlei at fb.com>> wrote: Thanks for the thoughtful questions, David. See my answers inline. Thanks, Wenlei From: Xinliang David Li <davidxl at google.com<mailto:davidxl at google.com>> Da...
2012 Sep 26
1
[LLVMdev] [Questions] clang cross compilation and SimpleScalar simulation
...The code generated by arm-linux-gcc 2.95.2 can run on SimpleScalar. > Now I want to use llvm/clang to generate ARM assembly code and arm-linux-gcc 2.95.2 to be assembler. > Unfortunately, I got some error messages below : > > hello.s: Assembler messages: > hello.s:1: Error: Unknown pseudo-op: `.syntax' > hello.s:2: Error: Unknown pseudo-op: `.eabi_attribute' > hello.s:3: Error: Unknown pseudo-op: `.eabi_attribute' > hello.s:4: Error: Unknown pseudo-op: `.eabi_attribute' > hello.s:5: Error: Unknown pseudo-op: `.eabi_attribute' > hello.s:6: Erro...
2013 Mar 25
0
[LLVMdev] [PATCH] RegScavenger::scavengeRegister
On Mar 25, 2013, at 12:04 PM, Akira Hatanaka <ahatanak at gmail.com> wrote: > This patch adds parameter "EliminateFI" to RegScavenger::scavengeRegister, which tells register scavenger not to eliminate frame index of the emergency spill slot if set to false. > > I have pseudo load, store and copy instructions which are generated during register allocation and expanded post-RA but before the final stack size is known. I use register scavenger to search for a temporary integer GPR that is used during pseudo-expansion. > > This is what happens during pseudo-expansio...
2020 Aug 08
3
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
Hi Rahman, Thanks for sharing the BB-info section proposal which is a shiny idea. I think the BB-info and pseudo probes deal with a similar problem in different spaces, i.e., mapping hardware samples to corresponding basic blocks. In the context of pseudo probes, we much focus on mapping samples back to source-level blocks which is the input to the optimizer. Therefore we are building a persisting probe for e...
2002 Aug 23
1
3.4p1 ssh-agent auth-retry patch available: was: Re: Updated ssh-agent authentication retry patch available
And lsof the agent too - see what files it has open... Nico -- > -----Original Message----- > From: Kevin Steves [mailto:kevin at atomicgears.com] > Sent: Friday, August 23, 2002 4:48 PM > To: openssh-unix-dev at mindrot.org > Cc: stevesk at pobox.com > Subject: Re: 3.4p1 ssh-agent auth-retry patch available: was: Re: > Updated ssh-agent authentication retry patch available
2020 Aug 08
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
In addition to an IR block id or probe Id, we’ll also need to know the inline context of a probe if it comes from an inlinee. The current pseudo probe encoding is based on a DFS walk of the inline tree. A MIR BB may contain probes from different inlinees, and we may need to extend the BB-info format for encode the inline contexts there. I’m happy to work with you on a encoding format that can be used for both Propeller and pseudo probes. T...
2020 Aug 07
2
[RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation
...dxl at google.com> Date: Friday, August 7, 2020 at 1:24 PM To: Wenlei He <wenlei at fb.com> Cc: "llvm-dev at lists.llvm.org" <llvm-dev at lists.llvm.org>, Wei Mi <wmi at google.com>, Hongtao Yu <hoy at fb.com> Subject: Re: [RFC] Context-sensitive Sample PGO with Pseudo-Instrumentation Wenlei, Thanks for the interesting proposal! please see my replies inline below. On Fri, Aug 7, 2020 at 11:28 AM Wenlei He <wenlei at fb.com<mailto:wenlei at fb.com>> wrote: Hi All, Our team at Facebook is building a new context-sensitive Sample PGO as an alternative t...