search for: remquol

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

2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double remquo(long double, long double, int*)': ../projects/libcxx/include/math.h:1408:130: error: '::remquol' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_y, __lcpp_z);} ^~ ../projects/libcxx/include...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...; ^~ > ../projects/libcxx/include/math.h: In function 'long double remquo(long double, long double, int*)': > ../projects/libcxx/include/math.h:1408:130: error: '::remquol' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_y, __lcpp_z);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...turn ::remainderl(__lcpp_x, > __lcpp_y);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double remquo(long > double, long double, int*)': > > ../projects/libcxx/include/math.h:1408:130: error: '::remquol' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double > __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return > ::remquol(__lcpp_x, __lcpp_y, __lcpp_z);} > > > ^~...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...ISIBILITY long double remainder(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::remainderl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double remquo(long double, long double, int*)': ../projects/libcxx/include/math.h:1408:130: error: '::remquol' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double remquo(long double __lcpp_x, long double __lcpp_y, int* __lcpp_z) _NOEXCEPT {return ::remquol(__lcpp_x, __lcpp_y, __lcpp_z);} ^~ ../projects/libcxx/include/math.h: In function 'long double rint(long double)': ../proje...