Displaying 10 results from an estimated 10 matches for "bm_norm_keep".
2015 Oct 15
3
Building R for AIX in 64-bit mode
...t0.o:
XCOFF32 object files are not allowed in 64-bit mode.
collect2: error: ld returned 8 exit status
root at x072:[/data/prj/cran/64/R-3.2.2/src/main] gcc -maix64 -std=gnu99
-Wl,-brtl -Wl,-bexpall -Wl,-bpT:0x100000000 -Wl,-bpD:0x110000000 -lc
-Wl,-bE:../../>
ld: 0711-415 WARNING: Symbol BM_norm_keep is already exported.
ld: 0711-415 WARNING: Symbol LoadInitFile is already exported.
ld: 0711-415 WARNING: Symbol N01_kind is already exported.
ld: 0711-415 WARNING: Symbol R_ReadItemDepth is already exported.
ld: 0711-224 WARNING: Duplicate symbol: BM_norm_keep
ld: 0711-224 WARNING: Duplicate symbo...
2015 Nov 04
2
Building R for AIX in 64-bit mode
...R_RBR [120]
<.sljit_generate_code>
00008038 .text R_RBR [120]
<.sljit_generate_code>
00028cc4 .text R_RBR [230]
.pcre_jit_free_unused_memory
ER: The return code is 8.
ld: 0711-415 WARNING: Symbol BM_norm_keep is already exported.
ld: 0711-415 WARNING: Symbol LoadInitFile is already exported.
ld: 0711-415 WARNING: Symbol N01_kind is already exported.
ld: 0711-415 WARNING: Symbol R_ReadItemDepth is already exported.
ld: 0711-224 WARNING: Duplicate symbol: BM_norm_keep
ld: 0711-224 WARNING: Duplicate symbo...
2015 Oct 18
2
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...unction 'fifo_open':
connections.c:876:5: warning: implicit declaration of function 'open'
[-Wimplicit-function-declaration]
main.c: In function 'dummy_ii':
main.c:1598:5: warning: function returns address of local variable
[enabled by default]
ld: 0711-415 WARNING: Symbol BM_norm_keep is already exported.
ld: 0711-415 WARNING: Symbol LoadInitFile is already exported.
ld: 0711-415 WARNING: Symbol N01_kind is already exported.
ld: 0711-415 WARNING: Symbol R_ReadItemDepth is already exported.
ld: 0711-224 WARNING: Duplicate symbol: LoadInitFile
ld: 0711-224 WARNING: Duplicate symbo...
2003 Apr 25
4
Kinderman-Ramage (PR#2846)
...404222441-0.595507138015940*fmin2(u2,u3);
if(fmax2(u2,u3) <= 0.805577924423817)
return (u2<u3) ? tt : -tt;
+ /** <added> **/
+ if(0.053377549506886*fabs(u2-u3) <= g(tt))
+ return (u2<u3) ? tt : -tt;
+ /** </added> **/
}
case BOX_MULLER:
if(BM_norm_keep != 0.0) { /* An exact test is intentional */
----------------------------------------------------------
$ uname -a
Linux 2.4.18-3 #1 Thu Apr 18 07:37:53 EDT 2002 i686 unknown
$ R
R : Copyright 2003, The R Development Core Team
Version 1.7.0 (2003-04-16)
R is free software and comes with ABSO...
2007 Sep 23
0
initial scrambling of seed in do_setseed / RNG_Init
...of the
seed in RNG_Init (called from do_setseed). The modified code is
equivalent, but faster. Patch against R-devel_2007-09-22 follows
--- R-devel-orig/src/main/RNG.c 2007-09-02 07:49:35.000000000 +0200
+++ R-devel-modif/src/main/RNG.c 2007-09-23 10:51:59.234566440 +0200
@@ -216,8 +216,8 @@
BM_norm_keep = 0.0; /* zap Box-Muller history */
/* Initial scrambling */
- for(j = 0; j < 50; j++)
- seed = (69069 * seed + 1);
+ /* Equivalent to 50 iterations of seed = (69069 * seed + 1) */
+ seed = (1100682473U * seed + 2358491998U);
switch(kind) {
case WICHMANN_HILL:
case...
2015 Oct 24
0
Building R for AIX in 32-bit mode - as preparation for building in 64-bit mode (changed subject!) - INFO/FEEDBACK - do not read as a bug report!
...> connections.c:876:5: warning: implicit declaration of function 'open'
> [-Wimplicit-function-declaration]
> main.c: In function 'dummy_ii':
> main.c:1598:5: warning: function returns address of local variable [enabled
> by default]
> ld: 0711-415 WARNING: Symbol BM_norm_keep is already exported.
> ld: 0711-415 WARNING: Symbol LoadInitFile is already exported.
> ld: 0711-415 WARNING: Symbol N01_kind is already exported.
> ld: 0711-415 WARNING: Symbol R_ReadItemDepth is already exported.
> ld: 0711-224 WARNING: Duplicate symbol: LoadInitFile
> ld: 0711-224...
2007 Jan 30
1
Solaris 10 compilation issue
...random.o
Rf_runif random.o
Rf_bessel_i arithmetic.o
Rf_bessel_j arithmetic.o
Rf_bessel_k arithmetic.o
Rf_bessel_y arithmetic.o
Rf_lgammafn arithmetic.o
BM_norm_keep RNG.o
Rf_gammafn arithmetic.o
inflateInit_ ../extra/zlib/libz.a(uncompr.o)
fft_work fourier.o
Rf_pweibull arithmetic.o
Rf_qweibull arithmetic.o
Rf_rweibu...
2007 Jan 30
1
Difficulty with compiling R-2.4.1 on solaris 10
...random.o
Rf_runif random.o
Rf_bessel_i arithmetic.o
Rf_bessel_j arithmetic.o
Rf_bessel_k arithmetic.o
Rf_bessel_y arithmetic.o
Rf_lgammafn arithmetic.o
BM_norm_keep RNG.o
Rf_gammafn arithmetic.o
inflateInit_ ../extra/zlib/libz.a(uncompr.o)
fft_work fourier.o
Rf_pweibull arithmetic.o
Rf_qweibull arithmetic.o
Rf_rweibu...
2007 Jan 30
0
R Compiling issue
...ic.o
Rf_qgeom arithmetic.o
Rf_qpois arithmetic.o
Rf_rbeta random.o
Rf_qunif arithmetic.o
Rf_rgeom random.o
Rf_rnorm random.o
Rf_rpois random.o
Rf_runif random.o
Rf_bessel_i arithmetic.o
Rf_bessel_j arithmetic.o
Rf_bessel_k arithmetic.o
Rf_bessel_y arithmetic.o
Rf_lgammafn arithmetic.o
BM_norm_keep RNG.o
Rf_gammafn arithmetic.o
inflateInit_ ../extra/zlib/libz.a(uncompr.o)
fft_work fourier.o
Rf_pweibull arithmetic.o
Rf_qweibull arithmetic.o
Rf_rweibull random.o
Rf_dweibull arithmetic.o
libintl_nl_default_dirname ../extra/intl/libintl.a(bindtextdom.o)
R_WriteConsole printutils.o
R_Res...
2007 Jan 30
0
Issue with compiling R on solaris 10
...random.o
Rf_runif random.o
Rf_bessel_i arithmetic.o
Rf_bessel_j arithmetic.o
Rf_bessel_k arithmetic.o
Rf_bessel_y arithmetic.o
Rf_lgammafn arithmetic.o
BM_norm_keep RNG.o
Rf_gammafn arithmetic.o
inflateInit_ ../extra/zlib/libz.a(uncompr.o)
fft_work fourier.o
Rf_pweibull arithmetic.o
Rf_qweibull arithmetic.o
Rf_rweibu...