Displaying 20 results from an estimated 800 matches similar to: "Dumb question (because I used to know the answer)"
2007 Dec 16
3
[LLVMdev] Question about coalescing
Dear guys,
I want to coalesce some copies, and I would like to know if there is
any method that I can call, like JoinCopy from the old (LLVM 1.9)
LiveIntervals class. I found it in SimpleRegisterCoalescing (LLVM 2.1),
but I do not want to call this analysis, as I have my own.
basically, I can determine that two virtuals do not overlap, and I
know that it is safe to join them. In
2007 Mar 28
2
[LLVMdev] Third party integration
I have only just begun looking through the docs for LLVM. I have read
through some of the PP presentations to get an idea of the modularity of
LLVM.
May someone be so kind to point me to some documentation on how to
communicate with the LLVM modules (specifically the optimizer) from some
third party piece of software (my compiler)?
I am hoping there is a file format, or some serialization, that
2006 May 18
1
reshape question
I am a relative R newbie and I am having trouble with reshape() on R
V1.9.1 on Linux. The same code appears to be ok when run on R V2.2.0 on
Windows and a V2.1 on Linux. Any help would be great as I need to stay
on V1.9 for the immediate future... Thanks, Reid Hutchins
df <- data.frame(state= rep(1:2, each=8), school=rep(1:2,each=4),
class=rep(1:2,each=2),Values2Columns=rep(1:2,
2010 Apr 30
1
tis: cannot alter subset when input matrix contains NAs
When using the tis time series package (v1.9), I cannot select or alter a subset of a time series when the time series is created from a matrix and the matrix contains NA values.
Example:
x<-tis(t(c(1:10,NA)), start=c(2000,1), freq=12)
x[x>0]<-0
The second line yields "Error in if (any(i > nrow(x))) { : missing value where TRUE/FALSE needed"
However, both of the following
2007 Dec 17
0
[LLVMdev] Question about coalescing
On Dec 15, 2007, at 4:45 PM, Fernando Magno Quintao Pereira wrote:
>
> Dear guys,
>
> I want to coalesce some copies, and I would like to know if
> there is
> any method that I can call, like JoinCopy from the old (LLVM 1.9)
> LiveIntervals class. I found it in SimpleRegisterCoalescing (LLVM
> 2.1),
> but I do not want to call this analysis, as I have my own.
2005 Jan 05
1
Standalone Mathlib, C++ and ISNAN()
In the hope of some meaningful response and ignoring the risk of
further abuse, let me try to clarify the issue here.
I have re-read the 'Writing R Extensions' manual. It seems to me that
it clearly says R API functions can be called from from C++ programs,
and the API includes the special values ISNAN() and R_FINITE() and the
missing test ISNA().
R_FINITE is no problem. It is
1998 Sep 03
2
failed to set socket options
Samba Users:
We have Samba v1.9. and are having a small difficulty with the "socket
options" and "??? timeout" parameters. When we set it to ?TCP_NODELAY,
our log file indicates "Failed to set socket option TCP_NODELAY". This
also happened on an earlier version of Samba as well. Has anyone else
had a similar problem and found a solution?
Also, when setting
2013 Jul 18
3
setdiff y/o intersect para diferencias entre vectores
hola,
tengo dos vectores de 1134 y 385 elementos que se corresponden con números de accesión de genes. Necesito saber que números son comunes o intersección de vectores.
He utilizado intersect(x,y) y me da todo el rato un único valor:
V1 V1.1 V1.2 V1.3 V1.4 V1.5 V1.6 V1.7 V1.8 V1.9 V1.10 V1.11 V1.12
1 AJ558305 AJ558305 AJ558305 AJ558305 AJ558305
2004 Sep 21
1
lme RE variance computation
As I understand it lme (in R v1.9.x) estimates random effect variances
on a log scale, constraining them to be positive. Whilst this seems
sensible, it does lead to apparently biased estimates if the variance is
actually zero - which makes our simulation results look strange. Whilst
we need to think a bit deeper about it - I still haven't got my head
around what a negative variance could
2004 Oct 15
1
Building package compatible w/ R v1.9.1 and R v2.0.0?
Hi,
just in the process of updating my packages for R v2.0.0 and I have not had
time to followed the R v2.0.0 discussions so maybe my questions have already
been answered.
A concern I have is that when creating packages they should be backward
compatible with R v1.9.x for a while until all users and computers has
migrated to R v2.0.x. It is pretty straightforward to setup my packages so
that
2008 Jan 08
3
splitting the column
Hi,
I have a matrix data with 21 rows and 6 columns. Below and attach with is my matrix data. My problem is to split the column into 3 subcolumns (except for column 3 and 4) . I want my new matrix data to have 14 columns and 21 rows. Kindly help is highly appreciated.
[,1] [,2] [,3] [,4] [,5] [,6]
2008 May 23
3
extracting columns from a list
Dear all,
i have 2 lists of data with each of the list contain 14 columns. How am i going to extract column 12 and 13 from each of the list ?? and can i combine my extracted columns to form a single list. Attach with are my data. Your coorperation is highly appreciated. Many thanks
Regards,
Anisah
-------------- next part --------------
An embedded and charset-unspecified
2006 Jul 13
4
Compiling the latest SVN checkout
Hello,
I just checked out the latest version of speex and I want to compile it.
The INSTALL file says that's easy:
bjoern@deimos:~/studium/beleg/resources/svn/speex$ cat INSTALL
Installing Speex is as easy as:
% ./configure [--prefix=<install-path>]
% make
% make install
Note that if you are using the code from SVN, you will need to run
"autogen.sh" instead of
2007 Jan 21
1
TrippLite USB UPS
Good afternoon,
I am trying to communicate with a new Tripp-Lite UPS via usb and having little
luck. After more than a week on this I've decided to ask for help. I am very
inexperienced at posting information to message boards, so hopefully I'm
doing this right. I assume this is the correct place to post this message.
I will start with the equipment I have. I am using Debian Sarge
2001 Sep 10
5
?? hmm ??
Hello again!
thanks to all who helped with overlay plots - v. easy in the end.
Anyway, another new(ba)bee type question - the gurus will cringe I'm sure!
Q. simple R function
mm <- function (u) {
x <- u$GDP
x
m <- mean(x)
m
}
When the function is called the vector "x" does not get printed from within
the function, but the mean value "m" does, why?
I
2005 Dec 29
7
Building PHP PECL modules
I'm attempting to build some PECL modules on fully updated CentOS 4.2
system. Preferably pack them into nice RPM packages. However, seems
I'm missing something. For example, this is what I get for sqlite module:
$ pear makerpm SQLite-1.0.3.tgz
`phpize' failed
The php-devel package is installed (so I do have phpize command). It's
just that it is failing. If I unpack the
2001 Sep 06
2
overlay plots
Hi all!
I new to R (I don't know anything about S+ either!)
I've a simple question:
How do I generate overlay plots in R?
So far as I can see the plot(x, y) operator will only give me one graph and
the plot(x ~ y + z) will give me 2 separate plots.
Is there an easy way to overlay or am I missing the obvious?
Any help welcome.
Gerard Keogh
The information in this email, and any
2010 May 17
1
nv50 piglit change between 7.8 and master
7.8 branch (533b7663) : 209/246
master branch (c882c31) : 216/241
In short :
8 fail/warn -> pass
5 fail -> skip
1 pass -> fail
So the only regression is glean/clipFlat
Output:
----------------------------------------------------------------------
Test clipping with flat shading (provoking vertex).
clipFlat: Failure for glBegin/End(GL_QUADS), glFrontFace(GL_CCW)
GL_EXT_provoking_vertex
2003 Nov 11
5
ocfs issues with 9.2.0.3
I am starting to see a few issues with OCFS and 9.2.0.3 RAC on
redHat Linux AS 2.1. Wondering if there is anyone out there
experiencing similar issues...
a few pointers to the issues..
1. OCFS read/write performance is way lower than a read/write to a raw
device.. i can give you some comparison numbers..
2. Writes to shared disk with ocfs would get locked up by one server..
it doesnt have to
2003 Nov 11
5
ocfs issues with 9.2.0.3
I am starting to see a few issues with OCFS and 9.2.0.3 RAC on
redHat Linux AS 2.1. Wondering if there is anyone out there
experiencing similar issues...
a few pointers to the issues..
1. OCFS read/write performance is way lower than a read/write to a raw
device.. i can give you some comparison numbers..
2. Writes to shared disk with ocfs would get locked up by one server..
it doesnt have to