search for: multpli

Displaying 10 results from an estimated 10 matches for "multpli".

Did you mean: multple
2009 Jul 11
2
[LLVMdev] review request for patch
On Fri, Jul 10, 2009 at 8:35 PM, Dan Gohman<gohman at apple.com> wrote: > > > On Jul 10, 2009, at 2:03 PM, Ryan Flynn <parseerror at gmail.com> wrote: > >> I've addressed a "TODO" in ConstantRange and several in its unit test >> by implementing a stricter "multiply" method (it had been returning a >> "full" set for
2004 Aug 06
1
protocol description
...y relay an icecast or a shoutcast stream for > you. And the client (listener) protocol is the same. Ah! so maybe my program already supports it... Ok, what it does is the following: the proxy connects to a server clients can then connect to the proxy and will get the audio from that server. so multplie clients can have audio from a source with the badwidth-usage of only of client. of course, the proxy only connects when there are clients and also disconnects when no clients are listening anymore. <p>Folkert van Heusden +--------------------------------------------------------------------...
2009 Jul 11
0
[LLVMdev] review request for patch
On Jul 10, 2009, at 2:03 PM, Ryan Flynn <parseerror at gmail.com> wrote: > I've addressed a "TODO" in ConstantRange and several in its unit test > by implementing a stricter "multiply" method (it had been returning a > "full" set for anything that wasn't "empty", which broader than > necessary) > and updated the unit test to
2009 Jul 10
2
[LLVMdev] review request for patch
I've addressed a "TODO" in ConstantRange and several in its unit test by implementing a stricter "multiply" method (it had been returning a "full" set for anything that wasn't "empty", which broader than necessary) and updated the unit test to match, but I'm not completely confident that I understand ConstantRange and APInt and was hoping someone
2007 Aug 22
3
rectify a program of seasonal dummies matrix
Hi friends, I would like to construct a matrix of seasonal dummies with number of rows (observations)=100. such matrix is written as follows:[1 0 0 0;0 1 0 0;0 0 1 0;0 0 0 1;1 0 0 0;0 1 0 0;0 0 1 0;0 0 0 1;etc...] . I wrote the following program: T=100 br=matrix(0,T,4) { for (i in 1:T) for (j in 1:4) if i==j br[i,j]=1 if else (abs(i-j)%%4==0 br[i,j]=1 else br[i,j]=0 } z<-br z but
2009 Jul 11
0
[LLVMdev] review request for patch
Hi Ryan, In this case there already is an implementation for this, it's just hard to find being in the internals of the LoopVR pass. I'm planning to pull the multiply and udiv support out of there. Your patch looks good but beyond what Dan mentioned you have a bug calculating NewUpper: the constant ranges are half-open intervals where "[5, 10)" includes the value 9 but not
2008 Nov 17
2
How to calculate the linear distance between 2 points
Deemed colleagues I would appreciate your help with a sentence to calculate the linear distance between 2 geographical points (coordinates in UTM). In advance thnks for your attention, -- Ricardo Bandin Llanos rbandin@udec.cl Estudiante - Magíster Cs. m. Pesquerías Universidad de Concepción, Región del Bio-Bio, Chile Celular: (0056-41) 97949957 [[alternative HTML version deleted]]
2008 Mar 19
3
How to remove double for loop?
Hello everyone. I use double for loops to fill in matrices, but there are surely better (and computationally faster) ways to perform that task. Could someone show me, given the following example of a double for loop, how this could be done? It is much easier to learn by examples. Val <- matrix(0, nrow=n+1, ncol=n+1) for( i in 0:n){ for(j in 0:i){ Val[j+1, i+1] <- u^j*d^(i-j)
2004 Aug 06
3
protocol description
Hi, Do you have any documentation on the protocol used by the icecast-server? I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would also like to convert it for icecast-sessions. This shoutcastproxy makes it possible to listen with a couple of people to a session while only 1 is retrieved from a shoutcastserver (http://www.vanheusden.com/shoutcastproxy/). <p>Folkert van
2004 Aug 06
3
protocol description
Hi, Do you have any documentation on the protocol used by the icecast-server? I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would also like to convert it for icecast-sessions. This shoutcastproxy makes it possible to listen with a couple of people to a session while only 1 is retrieved from a shoutcastserver (http://www.vanheusden.com/shoutcastproxy/). <p>Folkert van