Displaying 5 results from an estimated 5 matches for "isnanf".
Did you mean:
isnan
2015 Sep 14
1
Optimization bug when byte compiling with gcc 5.2.0 on windows
...WIN64)) && defined(__GNUC__)
# define R_sqrt(x) (isnanl(x) ? x : sqrt(x))
#else
# define R_sqrt sqrt
#endif
Below the relevant mingw-w64 sources:
https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-crt/math/isnan.c
https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-crt/math/isnanf.c
https://github.com/Alexpux/mingw-w64/blob/master/mingw-w64-crt/math/isnanl.c
I think mingw-w64 takes powl from glibc.
2015 Sep 14
2
Optimization bug when byte compiling with gcc 5.2.0 on windows
On 14/09/2015 9:36 AM, luke-tierney at uiowa.edu wrote:
> I believe the issue is that on Windows the sqrt function when called
> with a NaN does not return the same NaN, as it does on other platforms.
> We have
>
> #if (defined(_WIN32) || defined(_WIN64)) && defined(__GNUC__) && \
> __GNUC__ <= 4
> # define R_sqrt(x) (ISNAN(x) ? x : sqrt(x))
> #else
1999 Apr 09
9
a strange logical bug (PR#162)
In R0.64.0, try
as.numeric(is.na(c(NA,NA,1)))
as.numeric(c(T,T,F))
Jim
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch
2015 Jan 23
0
Wine release 1.7.35
..._func sections on Mac OS respect the pointer size.
kernel32: Recognize 64-bit Mach-O modules, too.
kernel32: Don't use %gs on 64-bit Mac OS.
server: Use mach_vm_* functions instead of the old vm_* functions.
msvcrt: Support 64-bit platforms that don't have finitef or isnanf.
Erich Hoover (1):
winex11.drv: Update the check for broken nVidia RandR to test for the number of resolutions instead of the number of modes.
Fran?ois Gouget (3):
dsound: Make DSOUND_FindSpeakerConfig() static.
dsound: Reorder the interfaces to remove the need for forward decla...
2018 Sep 28
0
Wine release 3.17
...d by MS Word 2010.
msvcrt: Add DECLSPEC_HOTPATCH to functions patched by libtcmalloc.
wmp/tests: Destroy the window before calling CoUninitialize.
imm32: Avoid using GCC's typeof extension.
gdi32: Avoid using GCC's typeof extension.
msvcrt: Use isnan instead of isnanf.
riched20: Avoid using GCC's typeof extension.
Alexandre Julliard (19):
server: Avoid potential size overflow for empty object attributes.
ntoskrnl/tests: Fix error check that fails on Windows.
server: Align object attributes to a DWORD-boundary.
server: Allow spe...