Displaying 8 results from an estimated 8 matches for "nearbyintl".
Did you mean:
nearbyint
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...;::lroundl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x)
_NOEXCEPT {return ::lroundl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double nearbyint(long
double)':
../projects/libcxx/include/math.h:1346:96: error: '::nearbyintl' has not
been declared
inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double
__lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double nextafter(long
double, long double)':
../pr...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...pp_x) _NOEXCEPT {return ::lroundl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In function 'long double nearbyint(long double)':
> ../projects/libcxx/include/math.h:1346:96: error: '::nearbyintl' has not been declared
> inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
> ^~
> ../projects/libcxx/include/math.h: In...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...INE_VISIBILITY long lround(long double __lcpp_x)
> _NOEXCEPT {return ::lroundl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double
> nearbyint(long double)':
> > ../projects/libcxx/include/math.h:1346:96: error: '::nearbyintl' has
> not been declared
> > inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double
> __lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
> >
> ^~
> > ../projects/libcxx/include/math.h: In function 'long double
> nextafter(l...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
...;::lroundl' has not been
declared
inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x)
_NOEXCEPT {return ::lroundl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double nearbyint(long
double)':
../projects/libcxx/include/math.h:1346:96: error: '::nearbyintl' has not
been declared
inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double
__lcpp_x) _NOEXCEPT {return ::nearbyintl(__lcpp_x);}
^~
../projects/libcxx/include/math.h: In function 'long double nextafter(long
double, long double)':
../projects/libcxx/include/math.h:1356:11...
2015 Jan 20
3
[LLVMdev] strlen in fast-isel
It seems that fast-isel for intel does not handle strlen. It's a general
problem in fast-isel .
~/llvmw/build/Deb~/llvmw/build/Debug+Asserts/bin/clang -O0 -mllvm
-fast-isel-verbose -mllvm -fast-isel strlen1.c
strlen1.c:12:3: warning: implicitly declaring library function 'printf' with
type 'int (const char *, ...)'
printf("%i\n", len);
^
2012 Mar 13
0
111 FIXMEs in main/src
...rks for unhashed ones. the
--
eval.c: /* FIXME: This strategy will not work when we are working in
the
eval.c- data frame defined by the system hash table. The structure
there
--
format.c: /* FIXME: we should really test for floorl, also C99.
format.c- But FreeBSD 7.x does have it, but not nearbyintl */
--
gram.c: f = R_atof(s); /* FIXME: make certain the value is
legitimate. */
gram.c-
--
gramLatex.c: /* FIXME: check that begin and end match */
gramLatex.c- setAttrib(ans, R_SrcrefSymbol, makeSrcref(lloc,
SrcFile));
--
gramLatex.y: /* FIXME: check that begin and end match */
gramL...
2012 Dec 03
0
need help for R's installation
...d... yes
checking whether hypot exists and is declared... yes
checking whether log1p exists and is declared... yes
checking whether log2 exists and is declared... yes
checking whether log10 exists and is declared... yes
checking whether nearbyint exists and is declared... yes
checking whether nearbyintl exists and is declared... yes
checking whether powl exists and is declared... yes
checking whether rint exists and is declared... yes
checking whether rintl exists and is declared... yes
checking whether va_copy exists and is declared... yes
checking for isblank... yes
checking for fseeko......
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...eclared... yes
checking whether hypot exists and is declared... yes
checking whether log1p exists and is declared... yes
checking whether log2 exists and is declared... yes
checking whether log10 exists and is declared... yes
checking whether nearbyint exists and is declared... yes
checking whether nearbyintl exists and is declared... yes
checking whether powl exists and is declared... yes
checking whether rint exists and is declared... yes
checking whether rintl exists and is declared... yes
checking whether va_copy exists and is declared... yes
checking for isblank... yes
checking for fseeko... yes
ch...