OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [newlib/] [newlib/] [libm/] [math/] [w_sinh.c] - Diff between revs 39 and 56

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_)

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.