HomeSort by relevance Sort by last modified time
    Searched refs:_FPCLASS_NZ (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/v8/src/
win32-math.cc 60 if (flags & (_FPCLASS_PZ | _FPCLASS_NZ)) return FP_ZERO;
75 return _fpclass(x) & _FPCLASS_NZ;
  /external/libcxx/include/support/win32/
math_win32.h 86 case _FPCLASS_NZ:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 86 case _FPCLASS_NZ:
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 86 case _FPCLASS_NZ:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 63 case _FPCLASS_NZ: /* negative zero */
  /external/mesa3d/src/mesa/main/
querymatrix.c 62 case _FPCLASS_NZ: /* negative zero */
  /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 */
287 #define FP_NZERO _FPCLASS_NZ
  /external/chromium_org/third_party/libxml/src/
trionan.c 613 # define TRIO_NEGATIVE_ZERO _FPCLASS_NZ
  /external/libxml2/
trionan.c 613 # define TRIO_NEGATIVE_ZERO _FPCLASS_NZ
  /external/llvm/lib/Support/
raw_ostream.cpp 238 if (fpcl == _FPCLASS_NZ)

Completed in 1537 milliseconds