search for: lrintl

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

Did you mean: lintl
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...nline _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: '::llrintl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT {return ::llrintl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long long int llround(long double)': ../projects/libcxx/include/math.h:1284:92: error: '::llrou...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...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: '::llrintl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT {return ::llrintl(__lcpp_x);} > ^~ > ../projects/libcxx/include/math.h: In function ...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...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: '::llrintl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) > _NOEXCEPT {return ::llrintl(__lcpp_x);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long long int > llround(long double)...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...mal' 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: '::llrintl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT {return ::llrintl(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long long int llround(long double)': ../projects/libcxx/include/math.h:1284:92: error: '::llrou...