ber
2001-Jun-23 18:25 UTC
[vorbis-dev] 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: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
Monty
2001-Jun-23 22:00 UTC
[vorbis-dev] Re: gcc 2.95.2/irix/Laguerre_With_Deflation/inifinte loo
On Sat, Jun 23, 2001 at 09:25:27PM -0400, ber wrote:> 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?This is all OK, the coercion is all well defined by the C spec. Monty --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.