Displaying 5 results from an estimated 5 matches for "_clearfp".
Did you mean:
_cleanup
2005 Apr 14
5
cross compiling R for Windows under Linux
...declaration of
function `_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use
in this function)
dynload.c:94: error: (Each undeclared identifier is
reported only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of
function `_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use
in this function)
dynload.c:99: error: `_MCW_RC' undeclared (first use
in this function)
dynload.c:99: error: `_MCW_PC' undeclared (first use
in this function)
make[3]: *** [dynload.o] Error 1
make[2]: *** [../../bin/R.dll] Error...
2004 Nov 26
1
Cross-compiling R for Windows on linux
...declaration of function `_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use in this function)
dynload.c:94: error: (Each undeclared identifier is reported only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of function `_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use in this function)
dynload.c:99: error: `_MCW_RC' undeclared (first use in this function)
dynload.c:99: error: `_MCW_PC' undeclared (first use in this function)
make[4]: *** [dynload.o] Error 1
make[3]: *** [../../bin/R.dll] Error...
2005 Jan 28
1
error in gmake CrossCompileBuild
...laration of function
`_controlfp'
dynload.c:94: error: `_MCW_IC' undeclared (first use in this
function)
dynload.c:94: error: (Each undeclared identifier is reported
only once
dynload.c:94: error: for each function it appears in.)
dynload.c:95: warning: implicit declaration of function
`_clearfp'
dynload.c:99: error: `_MCW_EM' undeclared (first use in this
function)
dynload.c:99: error: `_MCW_RC' undeclared (first use in this
function)
dynload.c:99: error: `_MCW_PC' undeclared (first use in this
function)
gmake[5]: *** [dynload.o] Error 1
gmake[4]: *** [../../bin/R.dll]...
2006 Dec 19
1
precision when calling a C function; presence of Fortran call
I'm trying to figure out why the presence of a Fortran call affects the
result of a floating-point operation. I have C functions
void test1(int *n, double *f){
int outC;
double c0;
c0 = (double) *n * *f;
outC = floor(c0);
printf("when f computed by R, C says %d by itself\n",outC);
}
void test2(int *n, double *f){
extern int F77_NAME(ifloor)(double *);
int
2011 Feb 04
0
Wine release 1.3.13
...rt message translations to po files.
winefile: Recover some resources that were lost during the po conversion.
iccvid: Recover some resources that were lost during the po conversion.
msvcrt: Implemented __control87_2.
msvcrt: Implemented _statusfp2.
msvcrt: Implemented _clearfp for SSE2 and x86_64.
msvcrt: Implemented _fpreset for SSE2 and x86_64.
msvcrt: Implemented _set_controlfp.
msvcrt: Add a non-optimized implementation for the SSE2 math functions.
include: Add a prototype for RtlUnwindEx on x86_64.
ntdll: Capture the context inside RtlU...