HomeSort by relevance Sort by last modified time
    Searched defs:FP_NAN (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/mesa3d/src/mesa/main/
querymatrix.c 46 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
52 return FP_NAN;
69 return FP_NAN;
82 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
178 case FP_NAN:
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 40 #define FP_NAN 3
  /bionic/libm/include/
math.h 59 #define FP_NAN 0x02
64 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
  /development/ndk/platforms/android-13/include/
math.h 92 #define FP_NAN 0x02
  /development/ndk/platforms/android-18/include/
math.h 92 #define FP_NAN 0x02
  /development/ndk/platforms/android-21/include/
math.h 81 #define FP_NAN 0x02
  /development/ndk/platforms/android-3/include/
math.h 92 #define FP_NAN 0x02
  /development/ndk/platforms/android-9/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
math.h 92 #define FP_NAN 0x02

Completed in 652 milliseconds

1 2 3