OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_FPCLASS_NZ
(Results
1 - 10
of
10
) sorted by null
/external/mesa3d/include/
c99_math.h
173
case
_FPCLASS_NZ
: /* negative zero */
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
86
case
_FPCLASS_NZ
:
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h
86
case
_FPCLASS_NZ
:
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h
88
case
_FPCLASS_NZ
:
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h
195
#define
_FPCLASS_NZ
0x0020 /* Negative Zero */
math.h
65
#define
_FPCLASS_NZ
0x0020 /* Negative Zero */
336
#define FP_NZERO
_FPCLASS_NZ
[
all
...]
/external/swiftshader/third_party/llvm-subzero/lib/Support/
NativeFormatting.cpp
204
if (fpcl ==
_FPCLASS_NZ
) {
/external/libxml2/
trionan.c
613
# define TRIO_NEGATIVE_ZERO
_FPCLASS_NZ
/external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp
231
if (fpcl ==
_FPCLASS_NZ
)
/external/llvm/lib/Support/
raw_ostream.cpp
241
if (fpcl ==
_FPCLASS_NZ
)
Completed in 143 milliseconds