search for: _reasonably_

Displaying 4 results from an estimated 4 matches for "_reasonably_".

Did you mean: _reasonable_
2005 Apr 10
1
Fwd: Re: [LLVMdev] new IA64 backend
...currently suffer from the lack of a solid, > > high-performance, easy-to-use open-source compiler. There are some good > > open-source compilers (ORC, IMPACT) but these break like twigs, and > > aren't really intended for production use. There's GCC which is > > _reasonably_ solid these days but the performance ranges from poor to > > underwhelming. I'm hoping that llvm-gcc will become an alternative for > > those who can't/won't use the Intel or HP compilers. > > > > Duraid > > > > __________________________________...
2005 Mar 17
0
[LLVMdev] new IA64 backend
On Fri, 2005-03-18 at 05:04 +0900, Duraid Madina wrote: > I've just checked in an IA64 backend to LLVM! Woo hoo! And There Was Much Rejoicing in IA64 Land :-). -- Ciao, al ---------------------------------------------------------------------- Al Stone Alter Ego: Linux & Open Source Lab Debian Developer Hewlett-Packard
2013 Jul 12
2
How to determine the pdf of a gamma distribution using the estimated parameters?
Hello everyone, With th bar histogram (number of occurrences) hist<-c(24,7,4,1,2,1,1) of seven equally spaces classes ]1-4], ]5-8], ]9-12], ]13-16], ]17-20], ]21-24], ]25-28], I obtained shape=0.8276 and rate=0.1448. I would like to know how to build the continuous pdf of a this gamma distribution knowing these two estimated parameters such that I will be able to predict the pdf of any
2005 Mar 17
4
[LLVMdev] new IA64 backend
Hi everyone, I've just checked in an IA64 backend to LLVM! Be warned, it's pretty rough right now. Here are some of the known defects: - No varargs - No alloca - No instruction scheduling/bundling of any sort ...or in other words, it breaks often and when it does work, it's a dog. On the plus side, it _does_ have a tasty new pattern instruction selector. :) Beyond fixing the