search for: nextafterl

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

2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...SIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double nextafter(long double, long double)': ../projects/libcxx/include/math.h:1356:118: error: '::nextafterl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...earbyintl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double nextafter(long double, long double)': > ../projects/libcxx/include/math.h:1356:118: error: '::nextafterl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, __lcpp_y);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...long double > __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double > nextafter(long double, long double)': > > ../projects/libcxx/include/math.h:1356:118: error: '::nextafterl' has > not been declared > > inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double > __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, > __lcpp_y);} > > > ^~ > > ../projects/libcxx/in...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...n declared inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double nextafter(long double, long double)': ../projects/libcxx/include/math.h:1356:118: error: '::nextafterl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double nexttoward(long double, long double)': ../proje...