[MPlayer-cvslog] r25777 - in trunk/libswscale: rgb2rgb_template.c swscale-example.c swscale.c swscale_altivec_template.c swscale_template.c yuv2rgb_altivec.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Jan 17 14:01:27 CET 2008


Hello,
On Thu, Jan 17, 2008 at 01:30:19PM +0100, Benoit Fouet wrote:
[...]
> BTW, I'm not sure the && precedence on || is something that is true in
> all logic stuff: for instance, IIRC, in shell, they have the same priority

It depends, and there are many ways to write it, but often e.g.
(a and b) or (c and d) is written on one of the
ab v cd (short form of "a n b v c n d" - the 'n' is supposed to be en
inverted v)
ab + cd (short for "a * b + c * d" - this is a bit unusual way to write
since it can be confusing, but it is used).
I admit I have not read many, but in all books about logic and formal
systems I have read, and had precedence over or...

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list