search for: fp_nan

Displaying 3 results from an estimated 3 matches for "fp_nan".

2018 May 01
3
Compiling CUDA with clang on Windows
Dear all, In the official document <https://llvm.org/docs/CompileCudaWithLLVM.html>, it is mentioned that CUDA compilation is supported on Windows as of 2017-01-05. I used msys2 to install clang 5.0.1. Then I installed cuda 8.0. However, I basically could not compile any code of cuda by the prescribed setting. I wounder if anyone can successfully compile cuda code by the clang on Windows.
2008 Jan 10
0
8 commits - libswfdec/swfdec_as_date.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_bits.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_text_field_movie_html.c test/trace
...ar tmp[50], *end, *start, *s; + g_return_val_if_fail (SWFDEC_IS_AS_CONTEXT (context), SWFDEC_AS_STR_EMPTY); - switch (fpclassify (d)) { - case FP_ZERO: - return SWFDEC_AS_STR_0; - case FP_INFINITE: - return d < 0 ? SWFDEC_AS_STR__Infinity : SWFDEC_AS_STR_Infinity; - case FP_NAN: - return SWFDEC_AS_STR_NaN; - default: - { - gboolean found = FALSE, gotdot = FALSE; - guint digits = 15; - char tmp[50], *end, *start, *s; - tmp[0] = ' '; - s = &tmp[1]; - if (ABS (d) > 0.00001 && ABS (d) < 1e+15) { - g_ascii_formatd (s, 50, "%.22f&qu...
2011 Jun 24
0
Wine release 1.3.23
...ions. d3dx9: Implement ID3DXSkinInfo bone influence getting and setting. d3dx9: Implement ID3DXSkinInfo::GetBoneName and SetBoneName. d3dx9: Implement GetBoneOffsetMatrix and SetBoneOffsetMatrix. d3dx9/tests: Added tests for D3DXCreateSkinInfo. d3dx9/tests: Avoid using FP_NAN for portability. Francois Gouget (16): oleaut32: Fix a typo in a documentation comment. ddraw: Make unsafe_impl_from_IDirectDrawSurface{2,3}() static. d3dxof: Make read_bytes() static. d3dx9_36/tests: Add a '\n' to a trace() call. comdlg32: Add a trailing '...