HomeSort by relevance Sort by last modified time
    Searched defs:FP_NORMAL (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}
58 return FP_NORMAL;
82 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
86 return FP_NORMAL;
156 * valid floating point number. FP_ZERO and FP_NORMAL
161 case FP_NORMAL:
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/detail/
fp_traits.hpp 35 #ifndef FP_NORMAL
38 #define FP_NORMAL 1
  /bionic/libm/include/
math.h 60 #define FP_NORMAL 0x04
64 __builtin_fpclassify(FP_NAN, FP_INFINITE, FP_NORMAL, FP_SUBNORMAL, FP_ZERO, x)
  /development/ndk/platforms/android-13/include/
math.h 93 #define FP_NORMAL 0x04
  /development/ndk/platforms/android-18/include/
math.h 93 #define FP_NORMAL 0x04
  /development/ndk/platforms/android-21/include/
math.h 82 #define FP_NORMAL 0x04
  /development/ndk/platforms/android-3/include/
math.h 93 #define FP_NORMAL 0x04
  /development/ndk/platforms/android-9/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
math.h 93 #define FP_NORMAL 0x04
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
math.h 93 #define FP_NORMAL 0x04

Completed in 1375 milliseconds

1 2 3