search for: lgammal

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

Did you mean: lgamma
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...r: '::ilogbl' has not been declared inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __lcpp_x) _NOEXCEPT {return ::ilogbl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double lgamma(long double)': ../projects/libcxx/include/math.h:1264:93: error: '::lgammal' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long long int llrint(long double)': ../projects/libcxx/include/m...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...e __lcpp_x) _NOEXCEPT {return ::ilogbl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double lgamma(long double)': > ../projects/libcxx/include/math.h:1264:93: error: '::lgammal' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...BCPP_INLINE_VISIBILITY int ilogb(long double __lcpp_x) > _NOEXCEPT {return ::ilogbl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double lgamma(long > double)': > > ../projects/libcxx/include/math.h:1264:93: error: '::lgammal' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double > __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long long int > llrint(long double...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...r: '::ilogbl' has not been declared inline _LIBCPP_INLINE_VISIBILITY int ilogb(long double __lcpp_x) _NOEXCEPT {return ::ilogbl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double lgamma(long double)': ../projects/libcxx/include/math.h:1264:93: error: '::lgammal' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long long int llrint(long double)': ../projects/libcxx/include/math.h:1274:91: error: '::llri...