search for: ixx

Displaying 13 results from an estimated 13 matches for "ixx".

Did you mean: idx
2003 Jul 15
0
Multivariate regression method
...dimensions of an MV-normal variable, given the values on the other dimensions (these conditioning value can be presented as a matrix, to deal with several cases at once). The code is below, for anyone who would like to use it. Comments will be welcome. Two auxiliary functions ".+". and ixX are defined as well as the main function MV.regn Example: U1<-rnorm(10);U2<-rnorm(10);U3<-rnorm(10); X<-cbind(U2+U3.U1+U3,U1+U2); mu<-matrix(c(0,0,0),nrow=1); S<-matrix(c(2,1,1, 1,2,1, 1,1,2),nrow=3); #Ex 1 MV.regn(S,mu,X[,1,drop=FALSE],1) #Ex 2 MV.regn(S,mu,X[c(1,3,5,7...
2013 Jun 21
3
[LLVMdev] Register Class assignment for integer and pointer types
llvm code generator lowers both integer and pointer types into ixx(say, i16, i32, i64, ...). This make senses for some optimizations. However, integer registers and pointer registers is expilicitly distinguished from each other for some architectures, like TriCore, Blackfin, and our lab prototype dsp, which accelerates address computation and memory access. I ha...
2013 Jun 21
0
[LLVMdev] Register Class assignment for integer and pointer types
...it ugly, and I'm loath to upstream them without an in-tree target that has these requirements, or they will be hard for anyone else to keep working. David On 21 Jun 2013, at 06:00, 杨勇勇 <triple.yang at gmail.com> wrote: > llvm code generator lowers both integer and pointer types into ixx(say, i16, i32, i64, ...). This make senses for some optimizations. > > However, integer registers and pointer registers is expilicitly distinguished from each other for some architectures, like TriCore, Blackfin, and our lab prototype dsp, which accelerates address computation and memory acc...
2013 Jun 23
3
[LLVMdev] Register Class assignment for integer and pointer types
...stream them without an in-tree target that has these > requirements, or they will be hard for anyone else to keep working. > > David > > On 21 Jun 2013, at 06:00, 杨勇勇 <triple.yang at gmail.com> wrote: > > > llvm code generator lowers both integer and pointer types into ixx(say, > i16, i32, i64, ...). This make senses for some optimizations. > > > > However, integer registers and pointer registers is expilicitly > distinguished from each other for some architectures, like TriCore, > Blackfin, and our lab prototype dsp, which accelerates address co...
2013 Jun 23
0
[LLVMdev] Register Class assignment for integer and pointer types
...upstream them without an in-tree target that has these requirements, or they will be hard for anyone else to keep working. > > David > > On 21 Jun 2013, at 06:00, 杨勇勇 <triple.yang at gmail.com> wrote: > > > llvm code generator lowers both integer and pointer types into ixx(say, i16, i32, i64, ...). This make senses for some optimizations. > > > > However, integer registers and pointer registers is expilicitly distinguished from each other for some architectures, like TriCore, Blackfin, and our lab prototype dsp, which accelerates address computation and m...
2013 Jun 24
2
[LLVMdev] Register Class assignment for integer and pointer types
...ee target that has these requirements, or they will be hard for anyone else to keep working. > > > > David > > > > On 21 Jun 2013, at 06:00, 杨勇勇 <triple.yang at gmail.com> wrote: > > > > > llvm code generator lowers both integer and pointer types into ixx(say, i16, i32, i64, ...). This make senses for some optimizations. > > > > > > However, integer registers and pointer registers is expilicitly distinguished from each other for some architectures, like TriCore, Blackfin, and our lab prototype dsp, which accelerates address computa...
2008 Jul 25
1
transcript a matlab code in R
...eensu.ca/pub/faculty/shimotsu/ ) The Matlab code is ======================================================================================= function[r] = whittle(d,x,m) % WHITTLE.M computes the local Whittle likelihood, which uses % the periodogram of data x accoding to the definition % % Ixx(k) = w(x)*conj(w(x)), % % where % N % w(k) = (2*pi*n)^(-1/2) sum x(t)*exp(i*2*pi*(k-1)*t/N), 1 <= k <= N. % t=1 % % Katsumi Shimotsu, April 1999 % % INPUT x: da...
2013 Jun 24
1
[LLVMdev] Register Class assignment for integer and pointer types
...et that has these > requirements, or they will be hard for anyone else to keep working. > > > > David > > > > On 21 Jun 2013, at 06:00, 杨勇勇 <triple.yang at gmail.com> wrote: > > > > > llvm code generator lowers both integer and pointer types into > ixx(say, i16, i32, i64, ...). This make senses for some optimizations. > > > > > > However, integer registers and pointer registers is expilicitly > distinguished from each other for some architectures, like TriCore, > Blackfin, and our lab prototype dsp, which accelerates addre...
2004 Aug 06
0
Majordomo results: Hi
...; not recognized. >>>> ETeo8vZtYf8Ug6ECD4xUSv/rQS9i26ACAAQUonNvs/0o3IPEDFcvYMeG0AK692DmbAoLAlKNRghW **** Command 'eteo8vztyf8ug6ecd4xusv/rqs9i26acaaquonnvs/0o3ipedfcvymeg0ak692dmbaolalknrghw' not recognized. >>>> srPHTlz3AXUUElg5whsWXi0/W0CNbCSMQgsvmeSIAGB9fDzbLWzdLx+IXX++MYAecCcZm+7/zjwn **** Command 'srphtlz3axuuelg5whswxi0/w0cnbcsmqgsvmesiagb9fdzblwzdlx+ixx++myaeccczm+7/zjwn' not recognized. >>>> U1CKRX/22BvAA8ZZBIXAm3v/7XRV/hOAfX8CfNXHB5w4KmwyZbu/UDdTaAY4U1M6FGFmWzh1CQBw **** Command 'u1ckrx/22bvaa8zzbixam3v/7xrv/hoafx8cfnxhb5w4kmwyzbu/u...
2013 Jan 09
4
[PATCH] doc: fix out-of-tree build
It seems the mail you are referring to never made the list: it's not in the archives and not in my mailbox. Take a look here: http://lists.xiph.org/pipermail/flac-dev/2012-December/thread.html It's probably still waiting for moderation. On 07-01-13 17:07, Olivier BLIN wrote: > On 29/12/2012 00:06, Olivier Blin wrote: >> When building outside of the source tree, the Doxyfile
2012 Dec 28
0
[PATCH] doc: fix out-of-tree build
...he value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx -# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm - -FILE_PATTERNS = - -# The RECURSIVE tag can be used to turn specify whether or not subdirectories -# should be searched for input files as well. Possible values are YES and NO. -# If left bla...
2012 Dec 28
3
[PATCH] doc: fix out-of-tree build
...he value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx -# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm - -FILE_PATTERNS = - -# The RECURSIVE tag can be used to turn specify whether or not subdirectories -# should be searched for input files as well. Possible values are YES and NO. -# If left bla...
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking