search for: tgamma

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

Did you mean: gamma
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...or: '::scalbnl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double tgamma(long double)': ../projects/libcxx/include/math.h:1469:93: error: '::tgammal' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: I...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_y);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double tgamma(long double)': > ../projects/libcxx/include/math.h:1469:93: error: '::tgammal' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...> been declared > > inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double > __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_y);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double tgamma(long > double)': > > ../projects/libcxx/include/math.h:1469:93: error: '::tgammal' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double > __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);} > > > ^~...
2019 Aug 02
0
Wine release 4.13
...tján Gerhardsson (1): wined3d: Add GPU information for various Mac GPUs. Martin Storsjo (4): msvcrt: Provide the fmaf function on i386. msvcrt: Provide the fmal function using the existing fma implementation. msvcrt: Implement the fdim functions. msvcrt: Implement the tgamma functions. Nikolay Sivov (5): kernel32/nls: Add LOCALE_SPERCENT locale data. kernel32/nls: Add LOCALE_SPERMILLE data. kernel32/nls: Add percent formatting values. kernel32/nls: Add locale data for positive and negative infinity. kernel32: Support FileBasicInfo case in...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...../projects/libcxx/include/math.h:1459:107: error: '::scalbnl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double scalbn(long double __lcpp_x, int __lcpp_y) _NOEXCEPT {return ::scalbnl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double tgamma(long double)': ../projects/libcxx/include/math.h:1469:93: error: '::tgammal' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);} ^~ ../projects/libcxx/include/math.h: In function 'long double trunc...