search for: frexp

Displaying 8 results from an estimated 8 matches for "frexp".

Did you mean: rexp
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
...mple decoder_example.o ../lib/.libs/libvorbis.so -L/afs/cad/solaris/ogg-1.1.3/lib /afs/cad/solaris/ogg-1.1.3/lib/libogg.so -lm -Wl,--rpath -Wl,/afs/cad/solaris/ogg-1.1.3/lib ../lib/.libs/libvorbis.so: undefined reference to `ldexp@SYSVABI_1.3' ../lib/.libs/libvorbis.so: undefined reference to `frexp@SYSVABI_1.3' collect2: ld returned 1 exit status gmake[2]: *** [decoder_example] Error 1 gmake[2]: Leaving directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/afs/cad.njit.edu/u/a/...
2002 Sep 11
1
floor0.c and lsp.c optimisations
...nd q are initialised to 1/sqrt(2), multiplied by a series of factors and finally squared means that on exit the 1/sqrt(2) becomes a 1/2 factor and me think that there are some multiplications that can be spared in the process by doing float p=lsp[0]-w; float q=lsp[1]-w; int c=(m>>1)-1; ... q=frexp(p+q,&qexp); qexp--; André --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject i...
2018 Feb 06
2
libc++ cross-compile linux-armv7 and math function problems
...;::fmodl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double frexp(long double, int*)': ../projects/libcxx/include/math.h:903:107: error: '::frexpl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);}...
2018 Feb 06
0
libc++ cross-compile linux-armv7 and math function problems
...long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);} > ^~ > ../projects/libcxx/include/math.h: In function 'long double frexp(long double, int*)': > ../projects/libcxx/include/math.h:903:107: error: '::frexpl' has not been declared > inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} >...
2018 Feb 06
1
libc++ cross-compile linux-armv7 and math function problems
...declared > > inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, > long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);} > > > ^~ > > ../projects/libcxx/include/math.h: In function 'long double frexp(long > double, int*)': > > ../projects/libcxx/include/math.h:903:107: error: '::frexpl' has not > been declared > > inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double > __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} > >...
2018 Feb 05
0
Cross-compiling libc++ to linux-armv7hf gives undefined symbols in cmath / math.h
..../projects/libcxx/include/math.h:880:113: error: '::fmodl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double fmod(long double __lcpp_x, long double __lcpp_y) _NOEXCEPT {return ::fmodl(__lcpp_x, __lcpp_y);} ^~ ../projects/libcxx/include/math.h: In function 'long double frexp(long double, int*)': ../projects/libcxx/include/math.h:903:107: error: '::frexpl' has not been declared inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __lcpp_x, int* __lcpp_e) _NOEXCEPT {return ::frexpl(__lcpp_x, __lcpp_e);} ^~ ../projects/libcxx/include/math.h: In fun...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib
2015 Dec 03
3
Function attributes for LibFunc and its impact on GlobalsAA
----- Original Message ----- > From: "James Molloy via llvm-dev" <llvm-dev at lists.llvm.org> > To: "Vaivaswatha Nagaraj" <vn at compilertree.com> > Cc: "LLVM Dev" <llvm-dev at lists.llvm.org> > Sent: Thursday, December 3, 2015 4:41:46 AM > Subject: Re: [llvm-dev] Function attributes for LibFunc and its impact on GlobalsAA > >