search for: exp10

Displaying 10 results from an estimated 10 matches for "exp10".

Did you mean: exp1
2017 Mar 17
2
xapian core missing link to math on MSYS2
Dear Olly, thanks a lot for the pointer! I've fetched the patch you mention but actually it seems this is already included in the 1.4.3 release, is that possible? Also it did not solve the problem, I still get references to exp10. I've checked with nm and omenquire.o has undefined references to log10 and exp10. I went further and replaced exp10 in omenquire.cc with __builtin_exp10, but still the same undefined references. I do not know what kind of black magic this is... Cheers, Mario ac_cv_func___exp10=no ac_c...
2017 Mar 15
2
xapian core missing link to math on MSYS2
Dear All, I've tried to build xapian-core 1.4.3 on MSYS2. It fails with attached error (undefined reference to `exp10'). I think it might be missing an explicit link to 'm'. I'm not able to fix this myself as I do not know autotools sufficiently well, but I hope you might be able to help. Cheers, Mario Emmenlauer -- BioDataAnalysis GmbH, Mario Emmenlauer Tel. Buero: +49-89-74677203 Bal...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...Looking for log > -- Looking for log - found > -- Looking for log2 > -- Looking for log2 - found > -- Looking for log10 > -- Looking for log10 - found > -- Looking for exp > -- Looking for exp - found > -- Looking for exp2 > -- Looking for exp2 - found > -- Looking for exp10 > -- Looking for exp10 - not found > -- Looking for futimens > -- Looking for futimens - not found > -- Looking for futimes > -- Looking for futimes - found > -- Looking for writev > -- Looking for writev - found > -- Looking for nearbyintf > -- Looking for nearbyintf - f...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...Looking for fmodf -- Looking for fmodf - found -- Looking for log -- Looking for log - found -- Looking for log2 -- Looking for log2 - found -- Looking for log10 -- Looking for log10 - found -- Looking for exp -- Looking for exp - found -- Looking for exp2 -- Looking for exp2 - found -- Looking for exp10 -- Looking for exp10 - not found -- Looking for futimens -- Looking for futimens - not found -- Looking for futimes -- Looking for futimes - found -- Looking for writev -- Looking for writev - found -- Looking for nearbyintf -- Looking for nearbyintf - found -- Looking for mallinfo -- Looking for m...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...nd > > -- Looking for log2 > > -- Looking for log2 - found > > -- Looking for log10 > > -- Looking for log10 - found > > -- Looking for exp > > -- Looking for exp - found > > -- Looking for exp2 > > -- Looking for exp2 - found > > -- Looking for exp10 > > -- Looking for exp10 - not found > > -- Looking for futimens > > -- Looking for futimens - not found > > -- Looking for futimes > > -- Looking for futimes - found > > -- Looking for writev > > -- Looking for writev - found > > -- Looking for nearb...
2005 Apr 28
0
[LLVMdev] SimplifyLibCalls Pass -- Help!
...cii(c) -> ((c & ~0x7f) == 0) isdigit: * isdigit(c) -> (unsigned)(c) - '0' <= 9 log, logf, logl: * log(1.0) -> 0.0 * log(exp(x)) -> x * log(x**y) -> y*log(x) * log(exp(y)) -> y*log(e) * log(exp2(y)) -> y*log(2) * log(exp10(y)) -> y*log(10) * log(sqrt(x)) -> 0.5*log(x) * log(pow(x,y)) -> y*log(x) lround, lroundf, lroundl: * lround(cnst) -> cnst' memcmp: * memcmp(s1,s2,0) -> 0 * memcmp(x,x,l) -> 0 * memcmp(x,y,l) -> cnst (if all arguments are constant and strlen...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
This file is for configure+make build, not CMake, so I'm not sure why it's being included into your build (these failures aren't reproducible for me). Can you please list the exact steps you're doing to build LLVM with CMake and make sure you don't have additional CFLAGS (LDFLAGS etc) defined? On Mon, Nov 11, 2013 at 6:16 PM, Jack Howarth <howarth at bromo.med.uc.edu>
2009 Apr 26
4
1.6.1: menuselect has problems with x86_64 ??
1.6.1 svn 190575: CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" menuselect make[1]: Entering directory `/home/asterisk/rpmbuild/BUILD/asterisk-1.6.1/menuselect' gcc -m64 -march=native -mtune=native -floop-interchange -floop-strip-mine -floop-block -c -o
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...LFCN_H:INTERNAL=1 //Have symbol dlopen HAVE_DLOPEN:INTERNAL=1 //Is dot available ? HAVE_DOT:INTERNAL=1 //Is dotty available ? HAVE_DOTTY:INTERNAL=1 //Have include errno.h HAVE_ERRNO_H:INTERNAL=1 //Have include execinfo.h HAVE_EXECINFO_H:INTERNAL=1 //Have symbol exp HAVE_EXP:INTERNAL=1 //Have symbol exp10 HAVE_EXP10:INTERNAL= //Have symbol exp2 HAVE_EXP2:INTERNAL=1 //Have include fcntl.h HAVE_FCNTL_H:INTERNAL=1 //Is fdp available ? HAVE_FDP:INTERNAL=1 //Have include fenv.h HAVE_FENV_H:INTERNAL=1 //Have symbol finite HAVE_FINITE_IN_IEEEFP_H:INTERNAL= //Have symbol floorf HAVE_FLOORF:INTERNAL=1 //Have...