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

1 2 3

  /external/chromium_org/v8/src/
win32-math.h 41 FP_NAN,
win32-math.cc 91 return FP_NAN;
  /external/v8/src/
win32-math.h 41 FP_NAN,
win32-math.cc 92 return FP_NAN;
  /bionic/libm/
fpclassify.c 51 return (FP_NAN);
70 return (FP_NAN);
90 return (FP_NAN);
  /external/chromium_org/third_party/mesa/src/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:
  /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/
fpclassify.hpp 105 return (BOOST_FPCLASSIFY_PREFIX fpclassify(t) == (int)FP_NAN);
137 return FP_NAN;
140 return FP_NAN;
143 return FP_NAN;
162 return FP_NAN;
207 return FP_NAN;
234 return FP_NAN;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
math.h 200 FP_NAN,
201 # define FP_NAN FP_NAN
460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 200 FP_NAN,
201 # define FP_NAN FP_NAN
460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
math.h 200 FP_NAN,
201 # define FP_NAN FP_NAN
460 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /bionic/tests/
math_test.cpp 49 ASSERT_EQ(FP_NAN, fpclassify(nanf("")));
50 ASSERT_EQ(FP_NAN, fpclassify(nan("")));
110 ASSERT_EQ(FP_NAN, __fpclassifyd(nan("")));
120 ASSERT_EQ(FP_NAN, __fpclassifyf(nanf("")));
130 EXPECT_EQ(FP_NAN, __fpclassifyl(nanl("")));
  /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/4/platforms/android-3/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02

Completed in 1733 milliseconds

1 2 3