Displaying 10 results from an estimated 10 matches for "multply".
Did you mean:
multiply
2009 Jul 11
2
[LLVMdev] review request for patch
...eeds a more involved check. One way to
> do this would be to extend the operands out to twice their original
> width, do the multiply, and then check for overflow.
>
> For the unit tests, please check for specific values instead of
> checking that One.multiply(Wrap) is equal to Wrap.multply(One) for
> example, so that it won't report a pass if it both sides have the same
> wrong value.
>
>>
>> Ryan
>>
>> P.S. - Also, I'm not totally sure if it's appropriate to ask for this
>> here, but I thought it was more so than to llvm-commit, ple...
2004 Aug 06
1
protocol description
> > 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
> >
2009 Jul 11
0
[LLVMdev] review request for patch
...ple times, so it needs a more involved check. One way to
do this would be to extend the operands out to twice their original
width, do the multiply, and then check for overflow.
For the unit tests, please check for specific values instead of
checking that One.multiply(Wrap) is equal to Wrap.multply(One) for
example, so that it won't report a pass if it both sides have the same
wrong value.
>
> Ryan
>
> P.S. - Also, I'm not totally sure if it's appropriate to ask for this
> here, but I thought it was more so than to llvm-commit, please let me
> know otherwise...
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
...check. One way to
>> do this would be to extend the operands out to twice their original
>> width, do the multiply, and then check for overflow.
>>
>> For the unit tests, please check for specific values instead of
>> checking that One.multiply(Wrap) is equal to Wrap.multply(One) for
>> example, so that it won't report a pass if it both sides have the same
>> wrong value.
>>
>>> Ryan
>>>
>>> P.S. - Also, I'm not totally sure if it's appropriate to ask for this
>>> here, but I thought it was more so than...
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