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

  /external/chromium_org/v8/src/
win32-math.cc 61 if (flags & (_FPCLASS_PD | _FPCLASS_ND)) return FP_SUBNORMAL;
  /external/libcxx/include/support/win32/
math_win32.h 85 case _FPCLASS_ND:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 85 case _FPCLASS_ND:
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 85 case _FPCLASS_ND:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 60 case _FPCLASS_ND: /* negative denormalized */
  /external/mesa3d/src/mesa/main/
querymatrix.c 59 case _FPCLASS_ND: /* negative denormalized */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 194 #define _FPCLASS_ND 0x0010 /* Negative Denormal */
math.h 64 #define _FPCLASS_ND 0x0010 /* Negative Denormal */
285 #define FP_NDENORM _FPCLASS_ND
  /external/chromium_org/third_party/libxml/src/
trionan.c 611 # define TRIO_NEGATIVE_SUBNORMAL _FPCLASS_ND
  /external/libxml2/
trionan.c 611 # define TRIO_NEGATIVE_SUBNORMAL _FPCLASS_ND

Completed in 1219 milliseconds