search for: try2

Displaying 20 results from an estimated 28 matches for "try2".

Did you mean: try
2010 Nov 28
6
[LLVMdev] RFC: Exception Handling Proposal II
...predecessor points, which is a challenge because one of those predecessors is an arbitrary point within the block %try, and %x actually has two values over that extent. So mem2reg would have to split %try and make a phi in %lp, like so: try1: unwinds to %lp %count = load i32* @count br label %try2 try2: unwinds to %lp call void foo() br label %return lp: %t = phi i32 [ i32 0, label %try1 ], [ i32 %count, label %try2 ] #etc. That's a lot of added complexity for mem2reg (and other transformations that use it as a subroutine), but it's pretty much inherent in any design where e...
2018 Mar 04
2
file contents cause rsync to fail (with certains args and dir structure)
...ne 'c' > sourcedir/c echo 'sourcedir' >/tmp/filesfrom.lst.tmp rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/ #rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2) #rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3] # ^ this happens first and any subsequent times! echo '!! test 2:' mkdir -p sourcedir2/a #one \0 followed by a non-\0 (so, using an M) required: echo -n...
2010 Nov 29
0
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 28, 2010, at 3:47 PM, John McCall wrote: > So mem2reg would have to split %try and make a phi in %lp, like so: > > try1: unwinds to %lp > %count = load i32* @count > br label %try2 > try2: unwinds to %lp > call void foo() > br label %return > lp: > %t = phi i32 [ i32 0, label %try1 ], [ i32 %count, label %try2 ] > #etc. > > That's a lot of added complexity for mem2reg (and other transformations that use it as a subroutine), but it's pretty...
2010 Nov 29
0
[LLVMdev] RFC: Exception Handling Proposal II
..., which is a challenge because one of those predecessors is an arbitrary point within the block %try, and %x actually has two values over that extent. So mem2reg would have to split %try and make a phi in %lp, like so: > > try1: unwinds to %lp > %count = load i32* @count > br label %try2 > try2: unwinds to %lp > call void foo() > br label %return > lp: > %t = phi i32 [ i32 0, label %try1 ], [ i32 %count, label %try2 ] > #etc. > > That's a lot of added complexity for mem2reg (and other transformations that use it as a subroutine), but it's pretty...
2008 Nov 13
0
sem and "simple variables"
...=c1+dc1) and 0 variance. this works with many formulations but throws a singularity on others. instead, where ever i use c2 i could just use c1 and dc1 coercing the estimated parameters to be the same. bellow are the two versions of this model, one calculating and using c2 as a simple variable(ram.try2) and the other not(ram.try1). it is likely i have just misunderstood something in the syntax or the formulation. if someone could point me in the right direction i will appreciate it! yours aye, steven northway # longitudinal data model (only part of the full model, but illustrates my troubl...
2007 Aug 20
0
[LLVMdev] svn errors
Is there a problem with the svn server. When I try a: svn co http://llvm.org/svn/llvm-project/llvm-gcc-4.0/trunk/gcc llvm-gcc-4.0.try2/gcc I keep getting errors similar to those below, but at a different file each time. svn: In directory 'llvm-gcc-4.0.try2/gcc/testsuite/ada/acats/tests/l' svn: Error processing command 'modify-wcprop' in 'llvm-gcc-4.0.try2/gcc/testsuite/ada/acats/tests/l' svn: Can't...
2011 Oct 21
1
replicating SAS's "proc rank" procedure
...e<-c(1:cuts) range2<-range/cuts range3<-quantile(factor,range2) over<-length(factor) for (i in 1:over){ for (j in 1:cuts) { if (data[[i,1]]<=range3[[j]]) {data[[i,3]]<-j ##test<-j ##print(j) } if (data[[i,3]]>0) break } } out2<-data return(out2) } cars$rank<-0 try2<-rankit2(rank,15,cars,cars$speed) try2 all the best Leigh RCalc partner www.RCalc.co.uk -- View this message in context: http://r.789695.n4.nabble.com/replicating-SAS-s-proc-rank-procedure-tp820510p3924739.html Sent from the R help mailing list archive at Nabble.com.
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
Hello! This is the try number two. What was changed: - Added selectable choice in Kconfig file (thanks Jamal!) - Don''t abuse tc_u32_sel to not break backward compatibility (thanks Patrick!). Stephen, do you have any comments on iproute2 part? I know it''s not perfect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s intuitive but breaks a
2003 Oct 22
4
adjacency matrix
Dear R experts, I am new to the list and R software. I need to convert arcview file to Winbugs having R has middle package. Got from friends that it is possible following the steps: 1. Converting arcview shapefile to "cgm clear text file" 2. Downloading "convert.r" to into R 2.1 use source("convert.r") 2.2 convert("filename_cgm") without the
2018 Mar 04
0
file contents cause rsync to fail (with certains args and dir structure)
...&gt; sourcedir/c echo 'sourcedir' &gt;/tmp/filesfrom.lst.tmp rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/ #rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2) #rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3] # ^ this happens first and any subsequent times! echo '!! test 2:' mkdir -p sourcedir2/a #one \0 followed by a non-\0 (so, using an M) r...
2011 Dec 23
5
XRender_AlphaBlend Unable to AlphaBlend without Xrender
I am getting the following error using the macports version of wine 1.2.3: Code: fixme:xrender:XRender_AlphaBlend Unable to AlphaBlend without Xrender The macports developer said that xrender is already listed as a dependency, so I was wondering why this is not being picked up by wine? Also, there are other issues with the display of certain components in the windows program I'm trying
2018 Mar 05
1
file contents cause rsync to fail (with certains args and dir structure)
...&gt; sourcedir/c echo 'sourcedir' &gt;/tmp/filesfrom.lst.tmp rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/ #rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2) #rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3] # ^ this happens first and any subsequent times! echo '!! test 2:' mkdir -p sourcedir2/a #one \0 followed by a non-\0 (so, using an M) requ...
2018 Mar 05
5
[Bug 13320] New: file contents cause rsync to fail (with certains args and dir structure)
...ne 'c' > sourcedir/c echo 'sourcedir' >/tmp/filesfrom.lst.tmp rsync --recursive --perms --checksum --delay-updates --numeric-ids --preallocate --sparse --files-from=/tmp/filesfrom.lst.tmp -- ./ ./destdir/ #rsync: write failed on "/home/xftroxgpx/sandbox/rsync/nsfod_issues/try2/destdir/sourcedir/a/b": No such file or directory (2) #rsync error: error in file IO (code 11) at receiver.c(374) [receiver=3.1.3] # ^ this happens first and any subsequent times! echo '!! test 2:' mkdir -p sourcedir2/a #one \0 followed by a non-\0 (so, using an M) required: echo -n...
2005 Jun 03
2
Dirty Rotten Hack. (reversing tickmarks on axes?)
...KB that) the same chart with a different scale can be used to communicate bytes and dollars. I set about trying to accomplish this like so: http://nersp.nerdc.ufl.edu/~asr/media/r-foo/try1.png Those axes are a little messy. I tried nudging them around http://nersp.nerdc.ufl.edu/~asr/media/r-foo/try2.png which is better but not good. What I really want to do is tell my axis() function to reverse the tick direction: put your ticks and labels "inside" the graph. Something like http://nersp.nerdc.ufl.edu/~asr/media/r-foo/dirty-hack.png which I accomplished by telling axis() 'li...
2003 Aug 14
2
FW: CIFS mount problem on Linux
...w problem: > > Try1: > mount.cifs //<IPAddress>/ISUXXX /someMountPoint -o username=<userName>,password=<passwd> > ---> My linux box starts hanging ! Does not take any mouse, keyboard events. > The machine seems to be alive (i can ping it) > > Try2: > mount -t cifs //<IPAddress>/ISUXXX /someMountPoint > Asks for password : <I enter password> > ---> My linux box starts hanging ! Does not take any mouse, keyboard events. > The machine is not even alive (cannot ping) > > In this case i do not give an...
2004 Sep 15
7
Splitting vector into individual elements
...d style offred.col <- rgb(silver.bullet(offred.rgb), names = "offred") Neither of my attempts gets it right. silver.bullet.try1 <- function(x) { expr <- cat(x, sep = ",") return(parse(text = expr)) } silver.bullet.try2 <- function(x) { expr <- expression(cat(x, sep = ",")) return(eval(expr)) } ---------------------------------------------------------- SIGSIG -- signature too long (core dumped)
2011 Mar 10
2
sum of variables in function
Dear R users, Probably, this is quite a simpe question, but I do not find the proper way to obtain want I need. To explain the problem, I constructed a simple example. Suppose I have the following function: try1<-function(x){ y<-x[1:2] z<-x[3:4] y[1]*(z[1]+z[2])+y[2]*(z[1]+z[2]) } This function will be part of a for loop. This is what I like to obtain for every k: if k=2
2000 Jun 22
2
Postscript Legends (or not)
...ng the Windows NT release of R 1.0.1, and it's still there in R 1.1.0. The boiled down version is this: I want to draw the following plot and put it into a Postscript file: x <- c(1,2,3,4); y1 <- c(1,2,3,4); y2 <- c(2,2,2,2) Fred <- c(1,2) postscript(file="d:/Bob/Papers/IFM/try2.ps") plot(x,y1, type="l") lines(x,y2,lty="33") legend(1,4, c("y1","y2"), lty=Fred) graphics.off() This works fine. However, if I use Fred <- c(1,"33"), I get an error when trying to view hte file (using either Ghostscript or CorelDraw). G...
2010 Nov 28
0
[LLVMdev] RFC: Exception Handling Proposal II
On Nov 28, 2010, at 2:59 AM, John McCall wrote: > On Nov 28, 2010, at 2:20 AM, Bill Wendling wrote: > >> On Nov 27, 2010, at 4:57 PM, John McCall wrote: >> >>> On Nov 25, 2010, at 3:03 AM, Duncan Sands wrote: >>>> I'm pointing out that if the invoke instruction >>>> is removed and catch information is attached to entire basic blocks, then
2004 Sep 22
2
dot density maps
Dear All, In the moment i'm using the map and maptools package to read shapefiles and display the maps. I'm looking for the possibility to draw points (randomly positioned or positioned according to a grid) into the polygons instead of filling the polygons with colors. For example: a map (shapefile) with 10 countries, 15 points in the polygon of country A, 20 points in the