search for: tanhl

Displaying 4 results from an estimated 4 matches for "tanhl".

Did you mean: tanh
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...r: '::tanl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double tanh(long double)': ../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acosh(long double)': ../projects/libcxx/include/math.h:1040:92: error: '::acoshl'...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...__lcpp_x) _NOEXCEPT {return ::tanl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double tanh(long double)': > ../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function '...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...INE_VISIBILITY long double tan(long double __lcpp_x) > _NOEXCEPT {return ::tanl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double tanh(long > double)': > > ../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) > _NOEXCEPT {return ::tanhl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double acosh(long > double)': &...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...r: '::tanl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tan(long double __lcpp_x) _NOEXCEPT {return ::tanl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double tanh(long double)': ../projects/libcxx/include/math.h:1029:91: error: '::tanhl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tanh(long double __lcpp_x) _NOEXCEPT {return ::tanhl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double acosh(long double)': ../projects/libcxx/include/math.h:1040:92: error: '::acoshl'...