HomeSort by relevance Sort by last modified time
    Searched full:isnan (Results 76 - 100 of 919) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_math.py 153 self.assertTrue(math.isnan(math.acos(NAN)))
163 self.assertTrue(math.isnan(math.acosh(NAN)))
172 self.assertTrue(math.isnan(math.asin(NAN)))
181 self.assertTrue(math.isnan(math.asinh(NAN)))
190 self.assertTrue(math.isnan(math.atan(NAN)))
201 self.assertTrue(math.isnan(math.atanh(NAN)))
218 self.assertTrue(math.isnan(math.atan2(0., NAN)))
226 self.assertTrue(math.isnan(math.atan2(-0., NAN)))
234 self.assertTrue(math.isnan(math.atan2(INF, NAN)))
242 self.assertTrue(math.isnan(math.atan2(NINF, NAN))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_math.py 153 self.assertTrue(math.isnan(math.acos(NAN)))
163 self.assertTrue(math.isnan(math.acosh(NAN)))
172 self.assertTrue(math.isnan(math.asin(NAN)))
181 self.assertTrue(math.isnan(math.asinh(NAN)))
190 self.assertTrue(math.isnan(math.atan(NAN)))
201 self.assertTrue(math.isnan(math.atanh(NAN)))
218 self.assertTrue(math.isnan(math.atan2(0., NAN)))
226 self.assertTrue(math.isnan(math.atan2(-0., NAN)))
234 self.assertTrue(math.isnan(math.atan2(INF, NAN)))
242 self.assertTrue(math.isnan(math.atan2(NINF, NAN))
    [all...]
  /external/chromium_org/third_party/libxslt/libxslt/
win32config.h 43 #ifndef isnan
44 #define isnan(d) (_isnan(d)) macro
62 static int isnan (double d) { function
  /external/chromium_org/v8/test/mjsunit/harmony/
math-sign.js 35 assertTrue(isNaN(Math.sign("abc")));
36 assertTrue(isNaN(Math.sign({})));
40 assertTrue(isNaN(Math.sign([1, 1])));
math-trunc.js 37 assertTrue(isNaN(Math.trunc("abc")));
38 assertTrue(isNaN(Math.trunc({})));
42 assertTrue(isNaN(Math.trunc([1, 1])));
  /external/chromium_org/v8/tools/profviz/
stdio.js 36 if (isNaN(distortion)) processor.printUsageAndExit();;
42 if (!isNaN(range_start)) range_start_override = range_start;
43 if (!isNaN(range_end)) range_end_override = range_end;
  /external/llvm/test/Object/
archive-move.test 29 CHECK-NEXT: IsNAN.o
40 BEFORE-NEXT: IsNAN.o
50 AFTER-NEXT: IsNAN.o
archive-toc.test 7 GNU-NEXT: rw-r--r-- 500/500 2280 Nov 19 03:04 2004 IsNAN.o
17 OSX-NEXT: rw-r--r-- 501/501 2280 Nov 19 04:32 2004 IsNAN.o
28 CHECK-NEXT: rw-r--r-- 1002/102 2280 Nov 19 03:24 2004 IsNAN.o
  /libcore/luni/src/test/java/libcore/java/lang/
OldFloatTest.java 83 assertFalse(Float.isNaN(12.09f));
84 assertFalse(Float.isNaN(Float.MAX_VALUE));
85 assertFalse(Float.isNaN(Float.MIN_VALUE));
  /external/bison/lib/
isnand.c 19 #include "isnan.c"
isnanf.c 20 #include "isnan.c"
isnanl.c 20 #include "isnan.c"
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
special_function_util.h 106 /// This is a wrapper for the isnan function. Otherwise, for NaN,
107 /// all comparisons result in false. If/when we build a std::isnan
109 /// std::isnan.
113 return std::isnan(__x);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
special_function_util.h 105 /// This is a wrapper for the isnan function. Otherwise, for NaN,
106 /// all comparisons result in false. If/when we build a std::isnan
108 /// std::isnan.
111 { return std::isnan(__x); }
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_scalb.c 37 if (isnan(x)||isnan(fn)) return x*fn;

Completed in 419 milliseconds

1 2 34 5 6 7 8 91011>>