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

  /external/chromium_org/v8/src/
win32-math.cc 30 return (_fpclass(x) & (_FPCLASS_PINF | _FPCLASS_NINF)) != 0;
62 if (flags & (_FPCLASS_PINF | _FPCLASS_NINF)) return FP_INFINITE;
  /external/chromium_org/third_party/libxml/src/include/
win32config.h 53 : ((_fpclass(d) == _FPCLASS_NINF) ? -1 : 0))
  /external/chromium_org/third_party/libxml/win32/
config.h 53 : ((_fpclass(d) == _FPCLASS_NINF) ? -1 : 0))
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 40 : ((_fpclass(d) == _FPCLASS_NINF) ? -1 : 0))
  /external/libcxx/include/support/win32/
math_win32.h 83 case _FPCLASS_NINF:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 83 case _FPCLASS_NINF:
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 83 case _FPCLASS_NINF:
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 54 case _FPCLASS_NINF: /* negative infinity */
  /external/mesa3d/src/mesa/main/
querymatrix.c 53 case _FPCLASS_NINF: /* negative infinity */
  /external/chromium_org/third_party/libxml/src/
trionan.c 470 : ((_fpclass(number) == _FPCLASS_NINF) ? -1 : 0));
609 # define TRIO_NEGATIVE_INFINITY _FPCLASS_NINF
  /external/libxml2/
trionan.c 470 : ((_fpclass(number) == _FPCLASS_NINF) ? -1 : 0));
609 # define TRIO_NEGATIVE_INFINITY _FPCLASS_NINF
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
float.h 192 #define _FPCLASS_NINF 0x0004 /* Negative Infinity */
math.h 62 #define _FPCLASS_NINF 0x0004 /* Negative Infinity */
283 #define FP_NINF _FPCLASS_NINF
  /external/stlport/src/
num_put_float.cpp 152 return fclass == _FPCLASS_NINF || fclass == _FPCLASS_PINF;
154 static inline bool _Stl_is_neg_inf(double x) { return _fpclass(x) == _FPCLASS_NINF; }
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 152 return fclass == _FPCLASS_NINF || fclass == _FPCLASS_PINF;
154 static inline bool _Stl_is_neg_inf(double x) { return _fpclass(x) == _FPCLASS_NINF; }
    [all...]

Completed in 576 milliseconds