search for: machep

Displaying 5 results from an estimated 5 matches for "machep".

Did you mean: machek
2005 Oct 24
2
Compilation package error
...rking const... (cached) yes checking for complex.h... yes checking for malloc.h... yes checking for varargs.h... no checking for size_t... yes checking for working const... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for u_int computing machine epsilon(s) gcc -o macheps ./src/meschach/dmacheps.c gcc -o macheps ./src/meschach/fmacheps.c computing M_MAX_INT gcc -o maxint maxint.c ./src/meschach/maxint.c: In function 'main': ./src/meschach/maxint.c:37: warning: incompatible implicit declaration of built-in function 'printf' checking char \\0 vs. flo...
2010 Jul 08
0
help compiling add-on package
...rking const... (cached) yes checking for complex.h... yes checking for malloc.h... yes checking for varargs.h... no checking for size_t... yes checking for working const... (cached) yes checking whether byte ordering is bigendian... (cached) no checking for u_int computing machine epsilon(s) gcc -o macheps ./src/meschach/dmacheps.c gcc -o macheps ./src/meschach/fmacheps.c computing M_MAX_INT gcc -o maxint maxint.c ./src/meschach/maxint.c: In function 'main': ./src/meschach/maxint.c:37: warning: incompatible implicit declaration of built-in function 'printf' checking char \\0 vs. floa...
1998 Jul 27
1
R-beta: R has underflows on sparc-redhat-linux
...t. Type "demo()" for some demos, "help()" for on-line help, or "help.start()" for a HTML browser interface to help. Program received signal SIGFPE, Arithmetic exception. 0xa0bac in machar (ibeta=0xefffef7c, it=0xefffef78, irnd=0xefffef74, ngrd=0x200, machep=0xefffef6c, negep=0x0, iexp=0xefffef64, minexp=0xefffef60, maxexp=0xefffef5c, eps=0xefffef50, epsneg=0xefffef48, xmin=0xefffef40, xmax=0xefffef38) at machar.c:204 204 z = y * y; (gdb) where #0 0xa0bac in machar (ibeta=0xefffef7c, it=0xefffef78, irnd=0xefffef74, n...
2005 Jul 20
1
(PR#8017) build of REventLoop package crashes with 2.1 due
...lt; #define _(String) (String) > < #define N_(String) String > < #endif > < > --- >> char *EncodeString(SEXP, int, int, int); > 950,957d874 > < /* structure for caching machine accuracy values */ > < typedef struct { > < int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp; > < double eps, epsneg, xmin, xmax; > < } AccuracyInfo; > < > < extern AccuracyInfo R_AccuracyInfo; > < > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailm...
2005 Jul 19
0
build of REventLoop package crashes with 2.1 due tosyntax error in Defn.h (PR#8017)
...ext_noop (String) < #else /* not NLS */ < #define _(String) (String) < #define N_(String) String < #endif < --- > char *EncodeString(SEXP, int, int, int); 950,957d874 < /* structure for caching machine accuracy values */ < typedef struct { < int ibeta, it, irnd, ngrd, machep, negep, iexp, minexp, maxexp; < double eps, epsneg, xmin, xmax; < } AccuracyInfo; < < extern AccuracyInfo R_AccuracyInfo; <