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

1 2

  /external/compiler-rt/test/builtins/Unit/
unorddf2vfp_test.c 37 if (test__unorddf2vfp(0.0, NAN))
39 if (test__unorddf2vfp(NAN, 1.0))
41 if (test__unorddf2vfp(NAN, NAN))
unordsf2vfp_test.c 37 if (test__unordsf2vfp(0.0, NAN))
39 if (test__unordsf2vfp(NAN, 1.0))
41 if (test__unordsf2vfp(NAN, NAN))
divdc3_test.c 23 enum {zero, non_zero, inf, NaN, non_zero_nan};
33 return NaN;
37 return NaN;
43 return NaN;
68 if (classify(r) != NaN)
79 case NaN:
80 if (classify(r) != NaN)
84 if (classify(r) != NaN)
110 case NaN:
111 if (classify(r) != NaN)
    [all...]
divsc3_test.c 23 enum {zero, non_zero, inf, NaN, non_zero_nan};
33 return NaN;
37 return NaN;
43 return NaN;
68 if (classify(r) != NaN)
79 case NaN:
80 if (classify(r) != NaN)
84 if (classify(r) != NaN)
110 case NaN:
111 if (classify(r) != NaN)
    [all...]
divtc3_test.c 26 enum {zero, non_zero, inf, NaN, non_zero_nan};
36 return NaN;
40 return NaN;
46 return NaN;
72 if (classify(r) != NaN)
83 case NaN:
84 if (classify(r) != NaN)
88 if (classify(r) != NaN)
114 case NaN:
115 if (classify(r) != NaN)
    [all...]
divxc3_test.c 26 enum {zero, non_zero, inf, NaN, non_zero_nan};
36 return NaN;
40 return NaN;
46 return NaN;
71 if (classify(r) != NaN)
82 case NaN:
83 if (classify(r) != NaN)
87 if (classify(r) != NaN)
113 case NaN:
114 if (classify(r) != NaN)
    [all...]
muldc3_test.c 23 enum {zero, non_zero, inf, NaN, non_zero_nan};
33 return NaN;
37 return NaN;
43 return NaN;
76 if (classify(r) != NaN)
79 case NaN:
80 if (classify(r) != NaN)
84 if (classify(r) != NaN)
106 case NaN:
107 if (classify(r) != NaN)
    [all...]
mulsc3_test.c 23 enum {zero, non_zero, inf, NaN, non_zero_nan};
33 return NaN;
37 return NaN;
43 return NaN;
76 if (classify(r) != NaN)
79 case NaN:
80 if (classify(r) != NaN)
84 if (classify(r) != NaN)
110 case NaN:
111 if (classify(r) != NaN)
    [all...]
multc3_test.c 26 enum {zero, non_zero, inf, NaN, non_zero_nan};
36 return NaN;
40 return NaN;
46 return NaN;
79 if (classify(r) != NaN)
82 case NaN:
83 if (classify(r) != NaN)
87 if (classify(r) != NaN)
109 case NaN:
110 if (classify(r) != NaN)
    [all...]
mulxc3_test.c 26 enum {zero, non_zero, inf, NaN, non_zero_nan};
36 return NaN;
40 return NaN;
46 return NaN;
79 if (classify(r) != NaN)
82 case NaN:
83 if (classify(r) != NaN)
87 if (classify(r) != NaN)
109 case NaN:
110 if (classify(r) != NaN)
    [all...]
  /external/libcxx/test/numerics/complex.number/
cases.h 42 std::complex<double>(NAN, NAN),
43 std::complex<double>(-INFINITY, NAN),
44 std::complex<double>(-2, NAN),
45 std::complex<double>(-1, NAN),
46 std::complex<double>(-0.5, NAN),
47 std::complex<double>(-0., NAN),
48 std::complex<double>(+0., NAN),
49 std::complex<double>(0.5, NAN),
50 std::complex<double>(1, NAN),
    [all...]
  /external/chromium_org/v8/src/base/
win32-headers.h 69 #undef NAN
  /external/nanopb-c/examples/using_double_on_avr/
test_conversions.c 8 INFINITY, -INFINITY, NAN, INFINITY - INFINITY,
  /external/chromium_org/v8/src/
date.js 23 var timezone_cache_time = NAN;
49 if (!$isFinite(hour)) return NAN;
50 if (!$isFinite(min)) return NAN;
51 if (!$isFinite(sec)) return NAN;
52 if (!$isFinite(ms)) return NAN;
73 if (!$isFinite(year) || !$isFinite(month) || !$isFinite(date)) return NAN;
82 return NAN;
96 // conversion we return NaN immediately instead of relying on
98 if ($abs(time) > MAX_TIME_BEFORE_UTC) return NAN;
105 if (!$isFinite(time)) return NAN;
    [all...]
math.js 97 // All comparisons failed, one of the arguments must be NaN.
98 return NAN;
124 // All comparisons failed, one of the arguments must be NaN.
125 return NAN;
176 // -0, 0 or NaN.
185 // -0, 0 or NaN.
204 // Idempotent for NaN, +/-0 and +/-Infinity.
214 if (x < 1) return NAN;
215 // Idempotent for NaN and +Infinity.
225 // Returns NaN for NaN and +/- Infinity
    [all...]
  /external/libcxx/include/support/ibm/
limits.h 15 #include <math.h> // for HUGE_VAL, HUGE_VALF, HUGE_VALL, and NAN
31 #define __builtin_nan(__dummy) NAN
46 #define __builtin_nan(__dummy) nan(__dummy) //0x7ff8000000000000
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Utils.java 81 public final static int NAN = 0x1;
334 * <li>{@link #NAN}: if the value is infinite or not a number</li>
347 level = NAN;
378 } else if ((confidence & NAN) != 0) {
ScenarioStatusTable.java 153 if (!hasFailure|| (confidence & Utils.NAN) != 0 || failure.length() == 0){
221 this.stream.print("\">): mark an <b>undefined result</b>, which means that deviation on this test is not a number (<code>NaN</code>) or is infinite (happens when the reference value is equals to 0!)</li>");
  /bionic/libm/include/
math.h 61 #define NAN __builtin_nanf("")
66 #define NAN (__nan.__uf)
244 double nan(const char *) __pure2;
  /external/chromium_org/third_party/libxml/src/
trionan.c 99 * to indicate special numbers (e.g. NaN and Infinity), so the
163 /* Bit-pattern for quiet NaN */
318 Generate NaN.
320 @return Floating-point representation of NaN.
331 result = nan("");
333 #elif defined(NAN) && defined(__STDC_IEC_559__)
334 result = (double)NAN;
341 * There are several ways to generate NaN. The one used here is
346 * This may fail if the hardware does not support NaN, or if
365 Check for NaN
    [all...]
  /external/libxml2/
trionan.c 99 * to indicate special numbers (e.g. NaN and Infinity), so the
163 /* Bit-pattern for quiet NaN */
318 Generate NaN.
320 @return Floating-point representation of NaN.
331 result = nan("");
333 #elif defined(NAN) && defined(__STDC_IEC_559__)
334 result = (double)NAN;
341 * There are several ways to generate NaN. The one used here is
346 * This may fail if the hardware does not support NaN, or if
365 Check for NaN
    [all...]
  /development/ndk/platforms/android-13/include/
math.h 69 #define NAN __builtin_nan("")
74 #define NAN (__nan.__uf)
254 double nan(const char *) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-18/include/
math.h 69 #define NAN __builtin_nan("")
74 #define NAN (__nan.__uf)
255 double nan(const char *) __NDK_FPABI_MATH__ __pure2;
  /development/ndk/platforms/android-3/include/
math.h 69 #define NAN __builtin_nan("")
74 #define NAN (__nan.__uf)
  /development/ndk/platforms/android-9/include/
math.h 69 #define NAN __builtin_nan("")
74 #define NAN (__nan.__uf)

Completed in 945 milliseconds

1 2