search for: isone

Displaying 8 results from an estimated 8 matches for "isone".

Did you mean: ispone
2011 Oct 20
2
[PATCH] pygrub: do not overload RuntimeError for "no menu.lst found"
From: pbonzini@redhat.com # HG changeset patch # User Paolo Bonzini <pbonzini@redhat.com> # Date 1319096986 -7200 # Node ID bd1f7361d3d7f4c767af21317fb4ec7ea1372f42 # Parent 1b110e895e285f43f14532e14c77597e54a0bcd2 pygrub will still try the next partition if run_grub exits with a "real" error, thus hiding the root cause from the trace. Defining a separate exception for "no
2004 Apr 02
0
picking out eigenvalues of 1
After making E <- eigen( something ) I would like to extract those eigenvectors which have an eigenvalue of 1. If I had an isone() function, I would simply say E$vectors[,which(isone(E))] but the problem is that I have no such thing. I found all.equal, so I could test for all.equal(x, 1), but for complex numbers, I need to use something like all.equal(x, 1+0i), don't I? I tried writing one, isone <- function (x)...
2007 Feb 23
2
gtk-window-decorator - No window borders
Hi, I have a strange problem with gtk-window-decorator. I've tried 0.3.6 & the latest from git, but with either I don't get any window borders when running gwd. I hope its not something simple I've missed but I've searched around and not found anything. gwd never segfaults or even displays any warnings or anything for that matter. It just doesn't draw the borders. I've
2002 Dec 31
1
Trouble pinging servers DNS name.
I can ping the virtual Linux servers NetBIOS name and access a share. Perhaps someone can examine the attached named.conf file for errors and/or omissions. My virtual Linux server (172.17.60.6) has been configured as a WINS server, and a PDC. I am not, however, certain how to configure it as a DNS server beyond what is in the attached named.conf file. Here are the results of pinging the
2009 Jul 20
0
No subject
have adaptors compatible with Asterisk, but explicitly say in the product titles that they're unlocked, which I think is the key. On Thu, Dec 17, 2009 at 4:16 AM, Brian Cline <Brian at nw.brian.fm> wrote: > Hello, > > I'm running Asterisk v1.6.1.11 internally with a few Linksys SIP > phones and will be receiving a machine containing a Dialogic card > for a
2012 Jul 19
2
[PATCH] pygrub: add syslog support to pygrub
# HG changeset patch # User Zhigang Wang <zhigang.x.wang@oracle.com> # Date 1342720736 14400 # Node ID ec9655b30a5fa5b5abb3e05505f681f9be559613 # Parent 43e21ce7f22151524b800a6cf0ac4ba1233b34a7 pygrub: add syslog support to pygrub Currently, when pygrub failed, we don''t know the reason because xend/xl will not capture the stderr message. This patch will log the error message to
2018 Aug 23
0
Total Recall. The sea shall see, how all... Marshall.
@vote, your future needs yo <http://marchekay.gq/lists/lt.php?id=YUgFAQJdVk9RUVAdU1wDX1cNVg> u. <http://marchekay.gq/lists/lt.php?id=YUgFAQJdV09RUVAdU1wDX1cNVg> /one pill makes you younger/ /and the other to say nothing at all/ /go ask adam/ /when he's nine inches tall/ <http://marchekay.gq/lists/lt.php?id=YUgFAQJdUE9RUVAdU1wDX1cNVg> /Is this the real life? Is this just
2013 Feb 14
1
[LLVMdev] LiveIntervals analysis problem
...i [ i16 0, label %for.cond.i i16 32767, label %if.then30.i ] for.cond.i: ; preds = %if.end11.i, %for.body.i %k.0.i = phi i32 [ %inc.i, %for.body.i ], [ 0, %if.end11.i ] %cmp17.i = icmp slt i32 %k.0.i, 9 br i1 %cmp17.i, label %for.body.i, label %isone.i for.body.i: ; preds = %for.cond.i %arrayidx19.i = getelementptr inbounds [13 x i16]* %y.i, i32 0, i32 %k.0.i %47 = load i16* %arrayidx19.i, align 2, !tbaa !5 %cmp21.i = icmp eq i16 %47, 0 %inc.i = add nsw i32 %k.0.i, 1 br i1 %cmp21.i, label %for.co...