Displaying 4 results from an estimated 4 matches for "expm1l".
Did you mean:
expm1
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...#39;::exp2l' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x)
_NOEXCEPT {return ::exp2l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double expm1(long
double)':
../projects/libcxx/include/math.h:1137:92: error: '::expm1l' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x)
_NOEXCEPT {return ::expm1l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double fdim(long
double, long double)':
../projects/libcxx/inc...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...cpp_x) _NOEXCEPT {return ::exp2l(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double expm1(long double)':
> ../projects/libcxx/include/math.h:1137:92: error: '::expm1l' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x) _NOEXCEPT {return ::expm1l(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function ...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...VISIBILITY long double exp2(long double __lcpp_x)
> _NOEXCEPT {return ::exp2l(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double expm1(long
> double)':
> > ../projects/libcxx/include/math.h:1137:92: error: '::expm1l' has not
> been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double
> __lcpp_x) _NOEXCEPT {return ::expm1l(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double fdim(long
> double, long...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...#39;::exp2l' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __lcpp_x)
_NOEXCEPT {return ::exp2l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double expm1(long
double)':
../projects/libcxx/include/math.h:1137:92: error: '::expm1l' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long double expm1(long double __lcpp_x)
_NOEXCEPT {return ::expm1l(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double fdim(long
double, long double)':
../projects/libcxx/include/math.h:1147:113: error: ...