The R Project SVN R

Rev

Rev 1276 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1276 Rev 1394
Line 91... Line 91...
91
 
91
 
92
#define snorm	norm_rand
92
#define snorm	norm_rand
93
#define sunif	unif_rand
93
#define sunif	unif_rand
94
#define sexp	exp_rand
94
#define sexp	exp_rand
95
 
95
 
-
 
96
	/* Undo SGI Madness */
-
 
97
 
-
 
98
#ifdef ftrunc
-
 
99
#undef ftrunc
-
 
100
#endif
-
 
101
#ifdef qexp
-
 
102
#undef qexp
-
 
103
#endif
-
 
104
 
96
	/* Name Hiding to Avoid Clashes with Fortran */
105
	/* Name Hiding to Avoid Clashes with Fortran */
97
 
106
 
98
#ifdef HIDE_NAMES
107
#ifdef HIDE_NAMES
99
#define d1mach	c_d1mach
108
#define d1mach	c_d1mach
100
#define i1mach	c_i1mach
109
#define i1mach	c_i1mach