Displaying 4 results from an estimated 4 matches for "scalblnl".
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
..._LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x)
_NOEXCEPT {return ::roundl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double scalbln(long
double, long int)':
../projects/libcxx/include/math.h:1449:109: error: '::scalblnl' has not
been declared
inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x,
long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
^~
../projects/libcxx/include/math.h: In function 'long double scalbn(long
d...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...T {return ::roundl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double scalbln(long double, long int)':
> ../projects/libcxx/include/math.h:1449:109: error: '::scalblnl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
> ^~
> ../...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...double round(long double
> __lcpp_x) _NOEXCEPT {return ::roundl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double
> scalbln(long double, long int)':
> > ../projects/libcxx/include/math.h:1449:109: error: '::scalblnl' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double
> __lcpp_x, long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...; has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double round(long double __lcpp_x)
_NOEXCEPT {return ::roundl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double scalbln(long
double, long int)':
../projects/libcxx/include/math.h:1449:109: error: '::scalblnl' has not
been declared
inline _LIBCPP_INLINE_VISIBILITY long double scalbln(long double __lcpp_x,
long __lcpp_y) _NOEXCEPT {return ::scalblnl(__lcpp_x, __lcpp_y);}
^~
../projects/libcxx/include/math.h: In function 'long double scalbn(long
double, int)':
../projects/libcxx/include/math...