search for: laguerre_with_defl

Displaying 2 results from an estimated 2 matches for "laguerre_with_defl".

2001 Jun 23
3
gcc 2.95.2/irix/Laguerre_With_Deflation/inifinte loop
I built ogg vorbis from the rc1 cvs source on Irix 6.5.12 with gcc 2.95.2. Using oggenc I encoded about 8,000 aiff files but found about a dozen where oggenc would go into an infinite loop. I tracked the problem with Laguerre_With_Deflation() as far back as logmask being Inf in floor0_forward. I'm now building gcc 3.0 with the expectation this is a compiler issue. If not, I'll back trace further. Has this been observed by anyone else? I didn't see it in a search of the archive. brian redman --- >8 ----...
2001 Jun 23
1
Re: gcc 2.95.2/irix/Laguerre_With_Deflation/inifinte loo
Sorry about the one-man thread but if someone would slap me... floor0_forward is declared "int". It returns "val". "val" is declared "long". "val" is assigned the return from "rint" which is "double". Am I misreading this? ber --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: