search for: ilogbl

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

Did you mean: logbl
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...uble hypot(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::hypotl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'int ilogb(long double)': ../projects/libcxx/include/math.h:1254:84: error: '::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...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...:hypotl(__lcpp_x, __lcpp_y);} > ^~ > ../projects/libcxx/include/math.h: In function 'int ilogb(long double)': > ../projects/libcxx/include/math.h:1254:84: error: '::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 l...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...cpp_x, long double __lcpp_y) _NOEXCEPT {return ::hypotl(__lcpp_x, > __lcpp_y);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'int ilogb(long double)': > > ../projects/libcxx/include/math.h:1254:84: error: '::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)': > > ../...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...een declared inline _LIBCPP_INLINE_VISIBILITY long double hypot(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::hypotl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'int ilogb(long double)': ../projects/libcxx/include/math.h:1254:84: error: '::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...