Displaying 19 results from an estimated 19 matches for "rv1".
Did you mean:
rc1
2010 May 31
1
[LLVMdev] Error with instruction selection
Hello,
I'm seeing a miscompilation from the following code:
declare <4 x float>* @getPtr()
define <4 x float> @func() {
%rv1 = call <4 x float>* @getPtr()
%rv2 = call <4 x float>* @getPtr()
%rv3 = load <4 x float>* %rv1
ret <4 x float> %rv3
}
The load ends up loading from the pointer returned by the 2nd function
call.
I traced down the problem to calling the
SelectionDAGISel::SelectCodeCommon...
2009 Dec 17
2
issue with using rm: cannot generate on-the-fly list
...ral variables which
should be removed at the end of each iteration. To do this, I wrote a
function to clean up the workspace. An example is included here:
cleanUpWorkspace<-function()
{
#Remove key data sructures, if they have been declared:
delList<-list()
for(varname in c("rv1","rv2", "rv3", "rv4")) {
if(exists(varname)) {
delList<-append(delList, varname)
}
}
if(length(delList)>0) {
rm(list=delList, pos=-1)
#rm(list=delList, envir=parent.env(environment()))
#rm(list=delL...
2004 Nov 19
1
Active Directory, Listing Users in Groups.
I have samba 3.0.8, as a member of 2000AD and 2003AD.
I would like to get groups and the members in each group.
The purpose is to maintain a set of Filtering profiles on squidGuard that
are based on AD groups. I will have a script that reads a config file with
the groupnames to fetch from Active Directory and a Precedence order to set
them in. One of the groups will be designated "a NO
2013 Jul 29
1
[syslinux:firmware] load_linux: dynamically calculate the cmdline region
On 07/29/2013 06:28 AM, Matt Fleming wrote:
> On Fri, 26 Jul, at 09:49:28AM, H. Peter Anvin wrote:
>> Hmm... this might constrain the heap excessively if the SMT_TERMINAL
>> cutoff is at the wrong place (because there will be just enough SMT_FREE
>> to fit.) I'm wondering if we shouldn't use the highest of these two
>> regions.
>
> Could you give an
2010 Apr 19
1
[LLVMdev] Patch - Allow calls that return i8 or i16. On SPU.
hi,
either function call in this code makes llc (targeting SPU) assert:
declare i8 @return_i8()
declare i16 @return_i16()
define void @testfunc() {
%rv1 = call i8 @return_i8()
%rv2 = call i16 @return_i16()
ret void
}
Attached is a patch to fix it, and remove some related redundant code.
Does this rather trivial fix warrant a test case?
kalle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spu_call_i8_i16....
2005 Feb 09
1
Asterisk Versioning
Hi,
Just want to understand the difference between Asterisk Versions and please
correct me if I am wrong, I understand they are:
Stable
CVS
CVS Head
I am a newbie and about to install Asterisk on SUSE Server. Can someone
please advise what is the best version type and number should I use. My
environment is not so big. I only wish to eventually get my asterisk to talk
to Cisco CCM 3.3.4.
2005 Oct 06
1
Compare two distance matrices
Hi all,
I am trying to compare two distance matrices with R. I would like to
create a XY plot of these matrices and do some linear regression on
it. But, I am a bit new to R, so i have a few questions (I searched in
the documentation with no success).
The first problem is loading a distance matrix into R. This matrix is
the output of a the Phylip program Protdist and lookes like this:
5
2004 Nov 23
1
Queue Patch - estimated hold time announcements
...ls
Sent: Sunday, November 21, 2004 11:34 PM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: [Asterisk-Users] Queue Patch - estimated hold time
announcements
On a pre 1.0 version I was running I patched queue.c to add estimated
hold time announcements.
Stable 1.0 (cvs checkout -rv1-0_stable asterisk) does not appear to of
included this patch and of course patching the current
queue.c with the patch I have fails.
I looked at the Matis to see if an updated queue.c file is available or
a patch for the current but I did not see anything - not too
sure how these updates are inclu...
2016 Jun 08
1
keytabs basics linux <=> AD ?
...swir.private.aaa.private.dom:88
master_kdc = swir.private.aaa.private.dom:88
admin_server = swir.private.aaa.private.dom:749
default_domain = private.aaa.private.dom
pkinit_anchors = FILE:/etc/ipa/ca.crt
}
AAA.PRIVATE.DOM = {
kdc = win-srv.aaa.private.dom:88
domain_server = wins-rv1.aaa.private.dom:749
admin_server = win-srv1.private.aaa.private.dom
}
[domain_realm]
.private.aaa.private.dom = PRIVATE.AAA.PRIVATE.DOM
private.aaa.private.dom = PRIVATE.AAA.PRIVATE.DOM
aaa.private.dom = AAA.PRIVATE.DOM
.aaa.private.dom = AAA.PRIVATE.DOM
--------------------
so PRIVA...
2004 Nov 21
1
Mailing List Admin - Remove annoying user [Fwd: RE: Re: Get the Caller-ID without Answering]
Here is another user that doesn't seem to know how to setup spam
filtering... Someone please remove them from the list.....
BTW, looks like their bayes DB needs to be re-trained :)
Regards,
Adam
-----Forwarded Message-----
> From: Postmaster@fortephones.com
> To: mailinglists@websitemanagers.com.au
> Subject: RE: Re: [Asterisk-Users] Get the Caller-ID without Answering
> Date:
2005 Feb 08
1
CVS or release?
hi
is the v1-0 CVS branch supposed to be stable as in STABLE, or should
one use releases?
roy
2013 Apr 23
0
adding the second regressor
...s in the source file also? I attached the original files published by
Bruce Hansen.
Thank you very much in advance for your precious help.
Best Regards,
Tarkan
source ("c:/fm.R")
hansen_tdum <- as.matrix(read.table("c:/hansen_tdum.dat"))
DB1 <- as.matrix(hansen_tdum[,1])
RV1 <- as.matrix(hansen_tdum[,10])
EX1 <- as.matrix(hansen_tdum[,19])
y <- EX1
x <- ???????????????
for (fmp in 1:1){
cat ("Tax and Spend, Linear ","\n")
cat ("\n")
whiten <- 1
kernel <- 3
band <- 4
out <- fm(y,x,1,1)
cat ("\n")
cat (&quo...
2010 May 31
0
[LLVMdev] Finding Merge nodes in CFG (ambika@cse.iitb.ac.in)
...1275313646.13411.91.camel at LLVMbuilder.research.nokia.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello,
> I'm seeing a miscompilation from the following code:
>
> declare <4 x float>* @getPtr()
> define <4 x float> @func() {
> %rv1 = call <4 x float>* @getPtr()
> %rv2 = call <4 x float>* @getPtr()
> %rv3 = load <4 x float>* %rv1
> ret <4 x float> %rv3
> }
>
> The load ends up loading from the pointer returned by the 2nd function
> call.
> I traced down the p...
2008 Mar 31
1
[03/15][PATCH] kvm/ia64: Add header files for kvm/ia64. V8
Hi Xiantao,
Some more nit-picking, though some of this is a bit more important
to fixup.
Cheers,
Jes
> +typedef struct thash_data {
Urgh! argh! Please avoid typedefs unless you really need them, see
Chapter 5 of Documentation/CodingStyle for details.
> diff --git a/include/asm-ia64/kvm_host.h b/include/asm-ia64/kvm_host.h
> new file mode 100644
> index 0000000..522bde0
> ---
2008 Mar 31
1
[03/15][PATCH] kvm/ia64: Add header files for kvm/ia64. V8
Hi Xiantao,
Some more nit-picking, though some of this is a bit more important
to fixup.
Cheers,
Jes
> +typedef struct thash_data {
Urgh! argh! Please avoid typedefs unless you really need them, see
Chapter 5 of Documentation/CodingStyle for details.
> diff --git a/include/asm-ia64/kvm_host.h b/include/asm-ia64/kvm_host.h
> new file mode 100644
> index 0000000..522bde0
> ---
2006 Mar 10
1
Yet again: chan_zap.c: Unable to specify channel 4: No such device
I have seen this in the archives any number of times -- but I have yet to
find a solution that works for me. Any suggestions you can offer would be
most appreciated.
Here are the answers to the questions I have seen asked in earlier
posts. The log contains:
Mar 10 12:26:29 WARNING[3015] chan_zap.c: Unable to specify channel 4: No
such device
Mar 10 12:26:29 ERROR[3015] chan_zap.c: Unable
2012 Jul 19
1
Switching log(J) to log(J+1) to avoid log(0) in HAR-RVJ model
...form); }
if( !(type %in% c("HARRV","HARRVJ","HARRVCJ"))){ warning("Please provide a
valid argument for type, see documentation.") }
if( sum(data<0) != 0 ){ #If it are returns as input
# Get the daily RMs (in a non-robust and robust way)
RV1 = match.fun( RVest[1]);
RM1 = apply.daily( data, RV1 );
# save dates:
alldates = index(RM1)
if( nest == 2 ){
RV2 = match.fun( RVest[2]);
RM2 = apply.daily( data, RV2 ); }
}
if( sum(data<0) == 0 ){ #The input is most likely already realized
measures
dimd...
2006 Mar 13
1
Cannot load wcfxo -- Please help!
...rds, and even the entire PCI card. I cannot switch slots, since
there is only one PCI slot in this mini PC.
Below is everything I can think of that may be of use in diagnosing the
problem. (I apologize for how long this message is as a result!) Asterisk
was checked out using
cvs checkout -rv1-2 asterisk zaptel libpri
I notice that lsmod shows _lots_ of modules -- only few of which are really
necessary. But I don't see how that would be causing this problem.
Thanks for any hints you may be able to provide.
===== zaptel.conf ========
unused=1,2
fxsks=3
fxoks=4
loadzone = us
default...
2003 Dec 01
0
No subject
...1jW<5D5gPE<6J}>]VPPD;z7?#,8_02H+LXPT!"8_7~Nq1jW<!" TY<SIO:O@m5D<[8q#,Or9c4s?M;'La9)8_PT<[1H5D7~Nq!#
Oj<{http://idc.now.net.cn
!n!nM,J1NRCGOr9c4s8w=l3OUw4z@m#,HH3@Q{GkDz<SHkMxBgJ14z5DR5Nq:OWwUsS*#,92M,7VOmMxBgJ14z5DES4s?M;'WJT4!#OjO8Gk7CNJNRCGMxU>!#
;rV1=SA*O5NRCG#:
0756--2216376 2139739
sanry@now.net.cn youko@now.net.cn
;6S-VBPE Today's Network support@now.net.cn
;6S-Dz7CNJNRCG5DMxU> http://www.now.net.cn
NRCGR;V1RTW(R5!"SEVJ!"AlOHN*WZV<#,HH3ON*Dz7~Nq#!
. ..
W"#:VDNS?IJS;/SrC{7~NqFw#,D\J5OV#U#R#LW*7&qu...