URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 39 |
Rev 56 |
Line 96... |
Line 96... |
|
|
SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */
|
SET_HIGH_WORD(inf,0x7ff00000); /* set inf to infinite */
|
#endif
|
#endif
|
exc.type = OVERFLOW;
|
exc.type = OVERFLOW;
|
exc.name = "sinh";
|
exc.name = "sinh";
|
|
exc.err = 0;
|
|
exc.arg1 = exc.arg2 = x;
|
if (_LIB_VERSION == _SVID_)
|
if (_LIB_VERSION == _SVID_)
|
exc.retval = ( (x>0.0) ? HUGE : -HUGE);
|
exc.retval = ( (x>0.0) ? HUGE : -HUGE);
|
else
|
else
|
exc.retval = ( (x>0.0) ? HUGE_VAL : -HUGE_VAL);
|
exc.retval = ( (x>0.0) ? HUGE_VAL : -HUGE_VAL);
|
if (_LIB_VERSION == _POSIX_)
|
if (_LIB_VERSION == _POSIX_)
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.