1 /* $NetBSD: namespace.h,v 1.10 2013/11/19 19:24:34 joerg Exp $ */ 2 3 #define atan2 _atan2 4 #define atan2f _atan2f 5 #define atan2l _atan2l 6 #define hypot _hypot 7 #define hypotf _hypotf 8 #define hypotl _hypotl 9 10 #define exp _exp 11 #define expf _expf 12 #define expl _expl 13 #define log _log 14 #define logf _logf 15 #define logl _logl 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 22 #define finite _finite 23 #define finitef _finitef 24 #endif /* notyet */ 25 #define sinh _sinh 26 #define sinhf _sinhf 27 #define sinhl _sinhl 28 #define cosh _cosh 29 #define coshf _coshf 30 #define coshl _coshl 31 #define asin _asin 32 #define asinf _asinf 33 #define asinl _asinl 34 35 #define casin _casin 36 #define casinf _casinf 37 #define casinl _casinl 38 #define catan _catan 39 #define catanf _catanf 40 #define catanl _catanl 41 42 #define scalbn _scalbn 43 #define scalbnf _scalbnf 44 #define scalbnl _scalbnl 45 #define scalbln _scalbln 46 #define scalblnf _scalblnf 47 #define scalblnl _scalblnl 48 49 #define sqrtl _sqrtl 50 #define cbrtl _cbrtl 51 #define ceill _ceill 52 #define floorl _floorl 53 #define roundl _roundl 54 #define fmodl _fmodl 55 #define truncl _truncl 56 57 #define exp2l _exp2l 58 #define cosl _cosl 59 #define sinl _sinl 60 #define tanl _tanl 61 #define powl _powl 62 #define coshl _coshl 63 #define sinhl _sinhl 64 #define acosl _acosl 65 #define atanl _atanl 66 #define asinhl _asinhl 67 #define acoshl _acoshl 68 #define tanhl _tanhl 69 #define atanhl _atanhl 70 #define log10l _log10l 71