search for: __lcpp_y

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

Did you mean: __lcpp_x
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...m ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double atan2(long double, long double)': ../projects/libcxx/include/math.h:785:114: error: '::atan2l' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, __lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double ceil(long double)': ../projects/libcxx/include/math.h:808:91: error: '::ceill' has not been d...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...ibcxx/src/algorithm.cpp:11: > ../projects/libcxx/include/math.h: In function 'long double atan2(long double, long double)': > ../projects/libcxx/include/math.h:785:114: error: '::atan2l' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, __lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double ceil(long double)': > ../proj...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...t; > ../projects/libcxx/include/math.h: In function 'long double atan2(long > double, long double)': > > ../projects/libcxx/include/math.h:785:114: error: '::atan2l' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double > __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, > __lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double ceil(long > double)': > > ../projects/libcxx/include/math.h:808:91: error: &...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...m ../projects/libcxx/src/algorithm.cpp:11: ../projects/libcxx/include/math.h: In function 'long double atan2(long double, long double)': ../projects/libcxx/include/math.h:785:114: error: '::atan2l' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOEXCEPT {return ::atan2l(__lcpp_y, __lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double ceil(long double)': ../projects/libcxx/include/math.h:808:91: error: '::ceill' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double...