URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [pch/] [inline-3.hs] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
extern double rint(double); extern double fmod (double, double); static inline unsigned foo(double d) { double a; a = rint(d); return (unsigned)(fmod(a, (double)0xFFFFFFFF) + ((d - a) * 0xFFFFFFFF)); }
Go to most recent revision | Compare with Previous | Blame | View Log