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

  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 19 #include <float.h> // _FPCLASS_PN etc.
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
90 case _FPCLASS_PN:
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 19 #include <float.h> // _FPCLASS_PN etc.
40 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
90 case _FPCLASS_PN:
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 19 #include <float.h> // _FPCLASS_PN etc.
42 return class_ == _FPCLASS_NN || class_ == _FPCLASS_PN;
92 case _FPCLASS_PN:
  /external/mesa3d/include/
c99_math.h 168 case _FPCLASS_PN: /* positive normal */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 198 #define _FPCLASS_PN 0x0100 /* Positive Normal */
math.h 68 #define _FPCLASS_PN 0x0100 /* Positive Normal */
339 #define FP_PNORM _FPCLASS_PN
    [all...]
  /external/libxml2/
trionan.c 614 # define TRIO_POSITIVE_NORMAL _FPCLASS_PN

Completed in 49 milliseconds