HomeSort by relevance Sort by last modified time
    Searched refs:isnan (Results 101 - 125 of 343) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 109 #define isnan(x) \ macro
111 : (sizeof (x) == sizeof (double)) ? isnan(x) \
132 #define isunordered(x, y) (isnan(x) || isnan(y))
246 int (isnan)(double) __pure2;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.conversions/
stod.pass.cpp 94 assert(std::isnan(std::stod("NAN", &idx)));
104 assert(std::isnan(std::stod(L"NAN", &idx)));
stof.pass.cpp 98 assert(std::isnan(std::stof("NAN", &idx)));
108 assert(std::isnan(std::stof(L"NAN", &idx)));
stold.pass.cpp 96 assert(std::isnan(std::stold("NAN", &idx)));
106 assert(std::isnan(std::stold(L"NAN", &idx)));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py 6 from math import isinf, isnan, copysign, ldexp namespace
239 self.assertTrue(isnan(pow_op(-INF, NAN)))
240 self.assertTrue(isnan(pow_op(-2.0, NAN)))
241 self.assertTrue(isnan(pow_op(-1.0, NAN)))
242 self.assertTrue(isnan(pow_op(-0.5, NAN)))
243 self.assertTrue(isnan(pow_op(-0.0, NAN)))
244 self.assertTrue(isnan(pow_op(0.0, NAN)))
245 self.assertTrue(isnan(pow_op(0.5, NAN)))
246 self.assertTrue(isnan(pow_op(2.0, NAN)))
247 self.assertTrue(isnan(pow_op(INF, NAN))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py 6 from math import isinf, isnan, copysign, ldexp namespace
239 self.assertTrue(isnan(pow_op(-INF, NAN)))
240 self.assertTrue(isnan(pow_op(-2.0, NAN)))
241 self.assertTrue(isnan(pow_op(-1.0, NAN)))
242 self.assertTrue(isnan(pow_op(-0.5, NAN)))
243 self.assertTrue(isnan(pow_op(-0.0, NAN)))
244 self.assertTrue(isnan(pow_op(0.0, NAN)))
245 self.assertTrue(isnan(pow_op(0.5, NAN)))
246 self.assertTrue(isnan(pow_op(2.0, NAN)))
247 self.assertTrue(isnan(pow_op(INF, NAN))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_csqrt.c 64 if (isnan(a)) {
s_csqrtl.c 64 if (isnan(a)) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
TimedItem.h 44 return std::isnan(value);
  /external/compiler-rt/test/Unit/
divdc3_test.c 32 if (isnan(creal(x)) && isnan(cimag(x)))
34 if (isnan(creal(x)))
40 if (isnan(cimag(x)))
divsc3_test.c 32 if (isnan(crealf(x)) && isnan(cimagf(x)))
34 if (isnan(crealf(x)))
40 if (isnan(cimagf(x)))
divtc3_test.c 35 if (isnan(creall(x)) && isnan(cimagl(x)))
37 if (isnan(creall(x)))
43 if (isnan(cimagl(x)))
divxc3_test.c 35 if (isnan(creall(x)) && isnan(cimagl(x)))
37 if (isnan(creall(x)))
43 if (isnan(cimagl(x)))
muldc3_test.c 32 if (isnan(creal(x)) && isnan(cimag(x)))
34 if (isnan(creal(x)))
40 if (isnan(cimag(x)))
mulsc3_test.c 32 if (isnan(crealf(x)) && isnan(cimagf(x)))
34 if (isnan(crealf(x)))
40 if (isnan(cimagf(x)))

Completed in 959 milliseconds

1 2 3 45 6 7 8 91011>>