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

1 2 3 4

  /external/chromium_org/v8/src/base/
win32-math.h 20 FP_NAN,
win32-math.cc 66 return FP_NAN;
  /bionic/libc/bionic/
fpclassify.cpp 55 return ((u.bits.dbl_fracl | u.bits.dbl_frach) == 0) ? FP_INFINITE : FP_NAN;
68 return (u.bits.sng_frac == 0) ? FP_INFINITE : FP_NAN;
84 return (__fpclassifyd(d) == FP_NAN);
89 return (__fpclassifyf(f) == FP_NAN);
95 return ((type != FP_NAN) && (type != FP_INFINITE));
101 return ((type != FP_NAN) && (type != FP_INFINITE));
133 return zero_frac(u.bits) ? FP_INFINITE : FP_NAN;
143 return (__fpclassifyl(ld) == FP_NAN);
148 return ((type != FP_NAN) && (type != FP_INFINITE));
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
querymatrix.c 47 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
53 return FP_NAN;
70 return FP_NAN;
84 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL}
180 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:
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 97 case FP_NAN:
hdtoa.c 147 case FP_NAN:
244 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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
math.h 204 FP_NAN,
205 # define FP_NAN FP_NAN
471 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 204 FP_NAN,
205 # define FP_NAN FP_NAN
471 fpclassify (__u) == FP_NAN || fpclassify (__v) == FP_NAN; }))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 344 #define FP_NAN 0x0100
346 #define FP_INFINITE (FP_NAN | FP_NORMAL)
366 return sw & (FP_NAN | FP_NORMAL | FP_ZERO );
382 return (l ? FP_NAN : FP_INFINITE);
387 return sw & (FP_NAN | FP_NORMAL | FP_ZERO );
401 return (hlp.val > 0x7f800000 ? FP_NAN : FP_INFINITE);
406 return sw & (FP_NAN | FP_NORMAL | FP_ZERO );
416 #define isfinite(x) ((fpclassify(x) & FP_NAN) == 0)
446 return (sw & (FP_NAN | FP_NORMAL | FP_INFINITE | FP_ZERO | FP_SUBNORMAL))
447 == FP_NAN;
    [all...]
  /bionic/tests/
math_test.cpp 101 ASSERT_EQ(FP_NAN, fpclassify(nanf("")));
102 ASSERT_EQ(FP_NAN, fpclassify(nan("")));
103 ASSERT_EQ(FP_NAN, fpclassify(nanl("")));
172 ASSERT_EQ(FP_NAN, __fpclassifyd(nan("")));
184 ASSERT_EQ(FP_NAN, __fpclassifyf(nanf("")));
196 EXPECT_EQ(FP_NAN, __fpclassifyl(nanl("")));
    [all...]
  /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
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 92 #define FP_NAN 0x02
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 92 #define FP_NAN 0x02

Completed in 603 milliseconds

1 2 3 4