URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libquadmath/] [math/] [signbitq.c] - Rev 774
Go to most recent revision | Compare with Previous | Blame | View Log
#include "quadmath-imp.h" int signbitq (const __float128 x) { ieee854_float128 f; f.value = x; return f.ieee.negative; }
Go to most recent revision | Compare with Previous | Blame | View Log