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

  /external/chromium_org/v8/src/
win32-math.cc 60 if (flags & (_FPCLASS_PZ | _FPCLASS_NZ)) return FP_ZERO;
  /external/libcxx/include/support/win32/
math_win32.h 88 case _FPCLASS_PZ:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 88 case _FPCLASS_PZ:
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 88 case _FPCLASS_PZ:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 64 case _FPCLASS_PZ: /* positive zero */
  /external/mesa3d/src/mesa/main/
querymatrix.c 63 case _FPCLASS_PZ: /* positive zero */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 196 #define _FPCLASS_PZ 0x0040 /* Positive Zero */
math.h 66 #define _FPCLASS_PZ 0x0040 /* Positive Zero */
288 #define FP_PZERO _FPCLASS_PZ
  /external/chromium_org/third_party/libxml/src/
trionan.c 612 # define TRIO_POSITIVE_ZERO _FPCLASS_PZ
  /external/libxml2/
trionan.c 612 # define TRIO_POSITIVE_ZERO _FPCLASS_PZ

Completed in 693 milliseconds