search for: ldexpl

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

Did you mean: ldexp
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...ouble frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} ^~ ../projects/libcxx/include/math.h: In function 'long double ldexp(long double, int)': ../projects/libcxx/include/math.h:915:106: error: '::ldexpl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e);} ^~ ../projects/libcxx/include/math.h: In function 'long double log(long double)'...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...l(__lcpp_x, __lcpp_e);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double ldexp(long double, int)': > ../projects/libcxx/include/math.h:915:106: error: '::ldexpl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e);} > ^~ > ../projects...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double ldexp(long > double, int)': > > ../projects/libcxx/include/math.h:915:106: error: '::ldexpl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double > __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'lo...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...clared inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} ^~ ../projects/libcxx/include/math.h: In function 'long double ldexp(long double, int)': ../projects/libcxx/include/math.h:915:106: error: '::ldexpl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double ldexp(long double __lcpp_x, int __lcpp_e) _NOEXCEPT {return ::ldexpl(__lcpp_x, __lcpp_e);} ^~ ../projects/libcxx/include/math.h: In function 'long double log(long double)': ../projects/libcxx/include/math.h:927:90: er...