OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FPCLASS_SNAN
(Results
1 - 7
of
7
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
45
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
51
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
57
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
63
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false;
69
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
45
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
51
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
57
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
63
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false;
69
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h
47
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
53
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
59
if(_fpclass(x) ==
_FPCLASS_SNAN
|| _fpclass(y) ==
_FPCLASS_SNAN
) return false;
65
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false;
71
if(::_fpclass(x) ==
_FPCLASS_SNAN
|| ::_fpclass(y) ==
_FPCLASS_SNAN
) return false
[
all
...]
/external/mesa3d/include/
c99_math.h
161
case
_FPCLASS_SNAN
: /* signaling NaN */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h
190
#define
_FPCLASS_SNAN
0x0001 /* Signaling "Not a Number" */
math.h
60
#define
_FPCLASS_SNAN
0x0001 /* Signaling "Not a Number" */
330
#define FP_SNAN
_FPCLASS_SNAN
[
all
...]
/external/libxml2/
trionan.c
607
# define TRIO_SIGNALLING_NAN
_FPCLASS_SNAN
Completed in 101 milliseconds