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

Annotation of src/lib/libm/src/namespace.h, Revision 1.11.2.1

1.11.2.1! msaitoh     1: /* $NetBSD: namespace.h,v 1.11 2014/06/16 12:54:43 joerg Exp $ */
1.1       drochner    2:
                      3: #define atan2 _atan2
                      4: #define atan2f _atan2f
1.5       matt        5: #define atan2l _atan2l
1.1       drochner    6: #define hypot _hypot
                      7: #define hypotf _hypotf
1.5       matt        8: #define hypotl _hypotl
1.2       drochner    9:
                     10: #define exp _exp
                     11: #define expf _expf
1.5       matt       12: #define expl _expl
1.2       drochner   13: #define log _log
                     14: #define logf _logf
1.5       matt       15: #define logl _logl
1.2       drochner   16:
                     17: #if 0 /* not yet - need to review use in machdep code first */
                     18: #define sin _sin
                     19: #define sinf _sinf
                     20: #define cos _cos
                     21: #define cosf _cosf
1.3       drochner   22: #define finite _finite
                     23: #define finitef _finitef
1.2       drochner   24: #endif /* notyet */
                     25: #define sinh _sinh
                     26: #define sinhf _sinhf
1.5       matt       27: #define sinhl _sinhl
1.2       drochner   28: #define cosh _cosh
                     29: #define coshf _coshf
1.5       matt       30: #define coshl _coshl
1.2       drochner   31: #define asin _asin
                     32: #define asinf _asinf
1.5       matt       33: #define asinl _asinl
1.2       drochner   34:
                     35: #define casin _casin
                     36: #define casinf _casinf
1.5       matt       37: #define casinl _casinl
1.2       drochner   38: #define catan _catan
                     39: #define catanf _catanf
1.5       matt       40: #define catanl _catanl
1.3       drochner   41:
                     42: #define scalbn _scalbn
                     43: #define scalbnf _scalbnf
1.4       joerg      44: #define scalbnl _scalbnl
1.5       matt       45: #define scalbln _scalbln
                     46: #define scalblnf _scalblnf
                     47: #define scalblnl _scalblnl
1.6       joerg      48:
1.11.2.1! msaitoh    49: #define copysignl _copysignl
1.10      joerg      50: #define sqrtl _sqrtl
                     51: #define cbrtl _cbrtl
1.6       joerg      52: #define ceill _ceill
                     53: #define floorl _floorl
                     54: #define roundl _roundl
1.7       joerg      55: #define fmodl _fmodl
1.11      joerg      56: #define modfl _modfl
1.9       joerg      57: #define truncl _truncl
1.8       joerg      58:
                     59: #define exp2l _exp2l
                     60: #define cosl _cosl
                     61: #define sinl _sinl
                     62: #define tanl _tanl
                     63: #define powl _powl
                     64: #define coshl _coshl
                     65: #define sinhl _sinhl
                     66: #define acosl _acosl
                     67: #define atanl _atanl
                     68: #define asinhl _asinhl
                     69: #define acoshl _acoshl
                     70: #define tanhl _tanhl
                     71: #define atanhl _atanhl
                     72: #define log10l _log10l

CVSweb <webmaster@jp.NetBSD.org>