search for: nexttowardl

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

2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...ng double __lcpp_y) _NOEXCEPT {return ::nextafterl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double nexttoward(long double, long double)': ../projects/libcxx/include/math.h:1377:119: error: '::nexttowardl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'lo...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...gt; ^~ > ../projects/libcxx/include/math.h: In function 'long double nexttoward(long double, long double)': > ../projects/libcxx/include/math.h:1377:119: error: '::nexttowardl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardl(__lcpp_x, __lcpp_y);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...return ::nextafterl(__lcpp_x, > __lcpp_y);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double > nexttoward(long double, long double)': > > ../projects/libcxx/include/math.h:1377:119: error: '::nexttowardl' has > not been declared > > inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double > __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardl(__lcpp_x, > __lcpp_y);} > > > ^~ > > ../projects/libcxx...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
..._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)': ../projects/libcxx/include/math.h:1377:119: error: '::nexttowardl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double nexttoward(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::nexttowardl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double remainder(long double, long double)': ../proj...