Searched refs:_SVID_libm_err (Results 26 - 41 of 41) sorted by relevance

12

/illumos-gate/usr/src/lib/libm/common/C/
H A Dhypot.c123 ax = _SVID_libm_err(x, y, 4);
206 ax = _SVID_libm_err(x, y, 4);
H A Dlog.c171 return (_SVID_libm_err(x, x, 16));
173 return (_SVID_libm_err(x, x, 17));
H A Dlog10.c167 return (_SVID_libm_err(x, x, 18));
169 return (_SVID_libm_err(x, x, 19));
H A Dacos.c118 return (_SVID_libm_err(x, x, 1));
H A Dasin.c124 return (_SVID_libm_err(x, x, 2));
H A Dlibm_protos.h51 extern double _SVID_libm_err __P((double, double, int));
H A Dexp.c332 return (_SVID_libm_err(x, x, 6));
334 return (_SVID_libm_err(x, x, 7));
H A Datan2.c474 return (_SVID_libm_err(ox, oy, 3));
H A D_SVID_error.c123 _SVID_libm_err(double x, double y, int type) { function
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dlog.s89 call PIC_F(_SVID_libm_err)
H A Dlog10.s89 call PIC_F(_SVID_libm_err)
H A Dnextafter.s112 call PIC_F(_SVID_libm_err)
H A Dexp.s110 call PIC_F(_SVID_libm_err)
H A Dhypot.s87 call PIC_F(_SVID_libm_err)
H A Dpow.s36 / x ** 0 is 1 _SVID_libm_err if x is 0 or NaN
49 / +-0 ** -y (except 0, NaN) _SVID_libm_err
56 / x ** y (x negative & y not integer) _SVID_libm_err
57 / if x and y are finite and x**y = 0 _SVID_libm_err (underflow)
58 / if x and y are finite and x**y = inf _SVID_libm_err (overflow)
433 call PIC_F(_SVID_libm_err) / report result/error according to SVID
/illumos-gate/usr/src/lib/libm/sparc/src/
H A Dnextafter.S104 call NAME(_SVID_libm_err) ! overflow

Completed in 66 milliseconds

12