search for: floatingpoint

Displaying 20 results from an estimated 59 matches for "floatingpoint".

2006 Aug 30
1
Installation error (PR#9190)
Full_Name: Patrick Lenon Version: 2.3.1 OS: Solaris 10 Submission from: (NULL) (144.92.92.204) During ./configure of R 2.3.1 (R-home directory of `/u/home/lenon/R/ru231/') I got this feedback shown below. configure: WARNING: floatingpoint.h: present but cannot be compiled configure: WARNING: floatingpoint.h: check for missing prerequisite headers? configure: WARNING: floatingpoint.h: see the Autoconf documentation configure: WARNING: floatingpoint.h: section "Present But Cannot Be Compiled" configure: WARNING: floa...
2008 Nov 04
1
R 2.8.0 compilation...
R Compilation... Not sure whether this is important for R... and, no idea how to get rid of the following "no"s... checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking for cached Foundation settings... no checking whether default Foundation framework works... no checking whether -framework Foundation works... no checking whether libFoundation works... no checkin...
2004 Aug 06
3
Speex on Nokia 6600
Hmm, what these instructions do? (I know nothing about ARMs; I have some knowlege about x86 assemblers and programming). Cant we use pure standard C++ or Java? Does Speex work with fixedpoint math? (As far as I know Java on 6600 has no builtin floatingpoint, there is emulation class somewhere on the net, but it is probably painfully slow.) I do not know if this processor has builtin floatingpoint math module. When "current" code would be able to do it in Your opinion? <p>Grzegorz <p>On Fri, 23 Jan 2004, Jean-Marc Valin wrote...
2000 Jul 14
1
Patch to make openssh-2.1.1p3 compile on SunOS 4.1.4
...enSSH_2.1.1, protocol versions 1.5/2.0. Compiled with SSL (0x00905820). on SunOS 4.1.4. Happily I can say there is only one small change so I'm not going to even try to generate all the associated noise you'd expect. The function 'strtod' in entropy.c requires '#include <floatingpoint.h>' to work. Without it your entropy rate from the prng_cmds file doesn't get converted into the correcting floating-point number. The symptom shows up during the make as: ... $ ./ssh-keygen -b 1024 -f /usr/host/etc/ssh/ssh_host_key -N "" Not enough entropy in RNG SOL...
2007 Feb 07
2
problems installing R on Linux
...))) is supported... no checking whether gcc accepts -fvisibility... no checking whether g77 accepts -fvisibility... no . . . checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no . . . checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no . . . checking ieee754.h usability... yes checking ieee754.h presence... yes checking for ieee754.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h.....
2004 Aug 06
2
Speex on Nokia 6600
Hi, I have one question: Will Speex run in realtime (both encode / decode probably simulateusly) on Nokia 6600 --- basicaly ARM9 104MHz with Symbian 7s after porting to its C++ or Java? I am thinking mostly about the worst quality encoding (optionally duplex). Can this processor make it? Oh 6600 has something about 6mb memory if I remember good. Plase cc kangur@polcom.net in replies.
2000 Aug 01
2
[2.1.1p4] utmp patch for SunOS 4.1.x
...adm/wtmp + conf_lastlog_location=/var/adm/lastlog + MANTYPE='$(CATMAN)' + mansubdir=cat ;; *-sni-sysv*) CFLAGS="$CFLAGS -I/usr/local/include" *************** *** 216,225 **** fi # Checks for header files. ! AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h usersec.h util.h utmp.h u...
2001 Feb 16
1
OpenSSH 2.3.0p1 port to BSDI BSD/OS
...tion with the client. This returns 0 * if the client could not be authenticated, and 1 if authentication was Index: configure.in --- configure.in 2001/02/13 07:43:16 1.1 +++ configure.in 2001/02/13 22:00:07 @@ -284,7 +284,7 @@ fi # Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h sys/un.h stddef.h ti...
2001 Mar 29
3
Patches for OpenSSH 2.5.2p2: evaluate /etc/default/login, makefiles manpages
...); } /* we have to stash the hostname before we close our socket. */ if (options.use_login) --- configure.in.orig-2.5.2p2 Mon Mar 19 00:09:28 2001 +++ configure.in Wed Mar 21 17:20:12 2001 @@ -368,7 +368,7 @@ AC_FUNC_STRFTIME # Checks for header files. -AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h getopt.h glob.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h regex.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/queue.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttco...
2002 Dec 16
1
compiling R with gcc 3.2 on Solaris
...usability... no checking dl.h presence... no checking for dl.h... no checking for dlfcn.h... (cached) yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking floatingpoint.h usability... yes checking floatingpoint.h presence... yes checking for floatingpoint.h... yes checking fpu_control.h usability... no checking fpu_control.h presence... no checking for fpu_control.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes chec...
2001 Feb 12
5
SCO OS3 build broken (CVS 01/12/01)
It looks like something got broken in openbsd-compat/bsd-snprintf.c ... gcc -g -O2 -Wall -Dftruncate=chsize -I/usr/local/include -I/usr/local/ssl/includ e -I. -I.. -I../src/openbsd-compat -I../src/openbsd-compat/.. -DHAVE_CONFIG_H -c ../src/openbsd-compat/bsd-snprintf.c In file included from ../src/openbsd-compat/bsd-snprintf.c:72:
2003 Jun 22
2
Problem with Configure
.... yes checking bstring.h usability... no checking bstring.h presence... no checking for bstring.h... no checking crypt.h usability... no checking crypt.h presence... no checking for crypt.h... no checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking getopt.h usability... no checking getopt.h presence... no checking for getopt.h... no checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking ia.h usabi...
2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
...14 16:59:46 [readconf.c servconf.c] allow leading whitespace. ok niels - djm at cvs.openbsd.org 2000/07/14 22:01:38 [ssh-keygen.c ssh.c] Always create ~/.ssh with mode 700; ok Markus - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon at cs.ualberta.ca> - Include floatingpoint.h for entropy.c - strerror replacement --------------- -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
2000 Jul 16
0
Announce: portable OpenSSH 2.1.1p4
...14 16:59:46 [readconf.c servconf.c] allow leading whitespace. ok niels - djm at cvs.openbsd.org 2000/07/14 22:01:38 [ssh-keygen.c ssh.c] Always create ~/.ssh with mode 700; ok Markus - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon at cs.ualberta.ca> - Include floatingpoint.h for entropy.c - strerror replacement --------------- -- | "Bombay is 250ms from New York in the new world order" - Alan Cox | Damien Miller - http://www.mindrot.org/ | Email: djm at mindrot.org (home) -or- djm at ibs.com.au (work)
2012 Nov 29
3
Ceiling function gives me wrong answer
Hi all, I have a very simple code, but gives a wrong answer. a=1000 b=1000^(1/3) c=ceiling(a/b) then c=101, if change the code to be a=1000 b=10 c=ceiling(a/b) then c=100 is fine. Thank you for the help. [[alternative HTML version deleted]]
2006 Feb 15
2
Financial app - decimal to float conversion problem
I''m having problems with using Rails for a financial application: the database stores financial fields as decimal, but ActiveRecord converts these to float - so I get the rounding errors you''d expect (http://www.mindprod.com/jgloss/floatingpoint.html). This has come up recently, and the recommended fix seems to be to be Tobi Luetke''s ''money'' gem (http://article.gmane.org/gmane.comp.lang.ruby.rails/46632/match=money+bigdecimal) but this won''t work for me: I''ve inherited the (SQLServer) databa...
2006 Feb 06
1
Compile warning report of openssh 4.3p1 on Intel Macs
...cking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking endian.h usability... no checking endian.h presence... no checking for endian.h... no checking features.h usability... no checking features.h presence... no checking for features.h... no checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking glob.h usability... yes checking glob.h presence... yes checking for glob.h... yes checking ia.h us...
2008 Mar 09
2
[LLVMdev] linker error (llvm-config, eclipse)
...4` -o"mojo" ./src/mojo.o ./src/mojo/lexer/state/Comment.o ./src/mojo/lexer/state/Default.o ./src/mojo/lexer/state/Numeric.o ./src/mojo/lexer/state/String.o ./src/mojo/lexer/Scanner.o ./src/mojo/lexer/Token.o ./src/mojo/ast/BinaryOperator.o ./src/mojo/ast/ConditionalBlock.o ./src/mojo/ast/FloatingPoint.o ./src/mojo/ast/Function.o ./src/mojo/ast/Integer.o ./src/mojo/ast/Invocation.o ./src/mojo/ast/Statement.o ./src/mojo/ast/Variable.o ./src/mojo/ast/WhileBlock.o ./src/mojo/IR.o ./src/mojo/Parser.o ./src/mojo.o: In function `writeBitCode(mojo::lexer::input::Interface&)': /home/stefan/proje...
2012 Dec 03
0
need help for R's installation
...yes checking dl.h presence... yes checking for dl.h... yes checking for dlfcn.h... (cached) yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking floatingpoint.h usability... no checking floatingpoint.h presence... no checking for floatingpoint.h... no checking fpu_control.h usability... no checking fpu_control.h presence... no checking for fpu_control.h... no checking glob.h usability... yes checking glob.h presence... yes checking for glob.h......
2000 Jan 21
1
Compiling error R-0.90.1
...ler (gcc ) is a cross-compiler... no checking for sin in -lmoto... (cached) no checking for main in -lhdf5... (cached) no checking for main in -ldxml... (cached) no checking for main in -lblas... (cached) no checking for opendir in -ldir... (cached) no checking for dl.h... (cached) no checking for floatingpoint.h... (cached) no checking for ieeefp.h... (cached) no checking for blkcnt_t... (cached) no checking for dnet_ntoa in -ldnet... (cached) no checking for dnet_ntoa in -ldnet_stub... (cached) no (And the last few lines) src/include/Rconfig.h is unchanged R is now configured for i586-unknown-linux...