[BACK]Return to k_standard.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / lib / libm / src

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/lib/libm/src/k_standard.c between version 1.16 and 1.17

version 1.16, 2010/09/01 10:44:28 version 1.17, 2011/04/11 15:17:33
Line 370  __kernel_standard(double x, double y, in
Line 370  __kernel_standard(double x, double y, in
                 if (_LIB_VERSION == _SVID_)                  if (_LIB_VERSION == _SVID_)
                   exc.retval = -HUGE;                    exc.retval = -HUGE;
                 else                  else
                   exc.retval = -HUGE_VAL;                    exc.retval = zero/zero;
                 if (_LIB_VERSION == _POSIX_)                  if (_LIB_VERSION == _POSIX_)
                   errno = EDOM;                    errno = EDOM;
                 else if (!matherr(&exc)) {                  else if (!matherr(&exc)) {
Line 406  __kernel_standard(double x, double y, in
Line 406  __kernel_standard(double x, double y, in
                 if (_LIB_VERSION == _SVID_)                  if (_LIB_VERSION == _SVID_)
                   exc.retval = -HUGE;                    exc.retval = -HUGE;
                 else                  else
                   exc.retval = -HUGE_VAL;                    exc.retval = zero/zero;
                 if (_LIB_VERSION == _POSIX_)                  if (_LIB_VERSION == _POSIX_)
                   errno = EDOM;                    errno = EDOM;
                 else if (!matherr(&exc)) {                  else if (!matherr(&exc)) {
Line 800  __kernel_standard(double x, double y, in
Line 800  __kernel_standard(double x, double y, in
                 if (_LIB_VERSION == _SVID_)                  if (_LIB_VERSION == _SVID_)
                   exc.retval = -HUGE;                    exc.retval = -HUGE;
                 else                  else
                   exc.retval = -HUGE_VAL;                    exc.retval = zero/zero;
                 if (_LIB_VERSION == _POSIX_)                  if (_LIB_VERSION == _POSIX_)
                   errno = EDOM;                    errno = EDOM;
                 else if (!matherr(&exc)) {                  else if (!matherr(&exc)) {

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>