search for: logbl

Displaying 5 results from an estimated 5 matches for "logbl".

Did you mean: logb
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...ble 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
...pp_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
...en 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...
2019 Apr 26
0
Wine release 4.7
...me`s. kernel32: Add DECLSPEC_HOTPATCH to CreateActCtx. Marko Friedemann (1): wintrust: Use enhanced crypto provider in VerifyImageHash. Martin Storsjo (2): msvcrt: Fix the fallback implementation of asinh for large negative values. msvcrt: Hook up the unprefixed logb/logbf/logbl functions for msvcr120/ucrtbase. Mathew Hodson (1): include: Add cast to avoid a compiler warning on MSVC. Michael Müller (2): avifile.dll16: Correctly convert result of AVIStreamGetFrame to a segptr. avifile.dll16: Convert between AVISTREAMINFO (16 bit) and AVISTREAMINFOA. Nik...