Searched refs:NaN (Results 126 - 150 of 258) sorted by relevance

1234567891011

/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
H A DStepNormalizer.java96 lastTime = Double.NaN;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
H A DPowellOptimizer.java213 private double optimum = Double.NaN;
217 private double valueAtOptimum = Double.NaN;
241 optimum = Double.NaN;
242 valueAtOptimum = Double.NaN;
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc80 // a is NaN or infinity.
82 // bit (if needed) and right-aligning the rest of the trailing NaN
/external/guava/guava-tests/test/com/google/common/math/
H A DDoubleUtilsTest.java56 DoubleUtils.ensureNonNegative(Double.NaN);
57 fail("Expected IllegalArgumentException from ensureNonNegative(Double.NaN)");
H A DMathPreconditionsTest.java201 MathPreconditions.checkNonNegative("float", Float.NaN);
231 MathPreconditions.checkNonNegative("double", Double.NaN);
/external/libcxx/test/std/numerics/complex.number/complex.value.ops/
H A Dproj.pass.cpp57 case NaN:
/external/v8/test/mjsunit/es6/
H A Darray-iterator.js167 var array = [0, 'a', true, false, null, /* hole */, undefined, NaN];
184 var array = [0, 'a', true, false, null, /* hole */, undefined, NaN];
201 var array = [0, 'a', true, false, null, /* hole */, undefined, NaN];
222 var array = [0, 'a', true, false, null, /* hole */, undefined, NaN];
/external/v8/test/mjsunit/harmony/
H A Dstring-fromcodepoint.js34 assertThrows(function() { String.fromCodePoint(NaN); }, RangeError);
/external/v8/test/mjsunit/
H A Dnumber-tostring.js30 assertEquals("NaN", (NaN).toString());
71 assertEquals("NaN", (NaN).toString(16));
149 assertEquals("NaN", (NaN).toFixed(2));
292 assertEquals("NaN", (NaN).toExponential(2));
307 assertEquals("NaN", (NaN)
[all...]
H A Dnumops-fuzz-part1.js79 assertEquals(NaN, x /= x);
80 assertEquals(NaN, x -= x);
81 assertEquals(NaN, x /= (tmp = -432944480, tmp));
275 assertEquals(NaN, x %= x);
276 assertEquals(NaN, x -= (-1481729275.9118822));
277 assertEquals(NaN, x *= (tmp = 1098314618.2397528, tmp));
290 assertEquals(NaN, x %= x);
366 assertEquals(NaN, x -= (((((-1419667515.2616255)|x)-(150530256.48022234))%((((x|x)<<x)>>>(x^x))+x))-((-1216384577.3749187)*(495244398))));
367 assertEquals(NaN, x += (x^((tmp = 2472035493, tmp)+x)));
368 assertEquals(NaN,
[all...]
H A Dnumops-fuzz-part2.js86 assertEquals(NaN, x /= x);
170 assertEquals(NaN, x %= (((((((-2458056470.7717686)&x)>>(tmp = -361831232.42602444, tmp))*(2611108609.6727047))>>>x)/(-1713747021.8431413))*(-1143281532)));
171 assertEquals(NaN, x %= ((x^((-613836813)*(tmp = -3180432597.0601435, tmp)))%x));
172 assertEquals(NaN, x /= ((-1607092857)^x));
179 assertEquals(NaN, x %= ((x^x)<<(x/(((tmp = -1362148700, tmp)&((tmp = 76371048, tmp)<<x))>>>((x^(-2605741153))>>(((tmp = -2131608159.7634726, tmp)|(((2827792229.8004875)|(((-848439251)+(-2576768890.123433))|((tmp = -2617711776, tmp)-((-199980264)&((tmp = -46967951.76266599, tmp)/(-733253537))))))*(tmp = 1820087608, tmp)))>>>(tmp = -3118359396.4298744, tmp)))))));
180 assertEquals(NaN, x /= ((2144871731)*x));
181 assertEquals(NaN, x *= x);
182 assertEquals(NaN, x %= (tmp = 234811462.08692443, tmp));
193 assertEquals(NaN, x /= x);
221 assertEquals(NaN,
[all...]
H A Dmath-round.js57 testRound(NaN, NaN);
H A Dstack-traces-overflow.js104 Error.stackTraceLimit = NaN;
H A Dstring-lastindexof.js64 assertEquals(-1, s.lastIndexOf(longNonMatch, NaN), "longnan");
H A Dnumops-fuzz-part4.js106 assertEquals(NaN, x %= ((x*(tmp = 1167625971, tmp))&(((tmp = -770445060, tmp)>>((339248786)^((2058689781.2387645)-((-2381162024)*(660448066)))))&x)));
107 assertEquals(NaN, x += ((3088519732.515986)-(-267270786.06493092)));
126 assertEquals(NaN, x -= ((tmp = -1427789954, tmp)%((((((411038329.49866784)-x)-(x<<((-1330832247)+x)))/x)^((x*(845763550.2134092))>>(tmp = 1427987604.5938706, tmp)))>>>(1857667535))));
127 assertEquals(NaN, x /= (-313793473));
154 assertEquals(NaN, x %= ((((tmp = 3203450436, tmp)/(2867575150.6528325))&(1864945829))&((x&((((tmp = -1927086741.3438427, tmp)|x)|(-1783290909.3240588))*((-1074778499.0697656)*(x-((tmp = -848983542.8456669, tmp)^(tmp = -1324673961, tmp))))))>>(tmp = -2144580304.245896, tmp))));
292 assertEquals(NaN, x %= x);
293 assertEquals(NaN, x -= (tmp = -1797344676.375759, tmp));
350 assertEquals(NaN, x %= x);
351 assertEquals(NaN, x += (tmp = 273271019.87603223, tmp));
352 assertEquals(NaN,
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
H A DWeibullDistributionImpl.java56 private double numericalMean = Double.NaN;
62 private double numericalVariance = Double.NaN;
342 * @return the mean or Double.NaN if it's not defined
359 * Double.NaN if it's not defined
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DRungeKuttaIntegrator.java191 stepStart = Double.NaN;
192 stepSize = Double.NaN;
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
H A DHarmonicCoefficientsGuesser.java146 a = Double.NaN;
147 omega = Double.NaN;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java376 * Returns the String used to represent NaN. Almost always left
378 * @return the NaN String
383 return NaN;
387 * Sets the String used to represent NaN. Almost always left
389 * @param NaN the NaN String
392 public void setNaN(String NaN) { argument
393 this.NaN = NaN;
816 NaN
1173 private String NaN; field in class:DecimalFormatSymbols
[all...]
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DDecimalFormatSymbolsICU.java184 public void setNaN(String NaN) { argument
185 fIcuDecfs.setNaN(NaN);
/external/v8/test/mjsunit/regress/
H A Dregress-binop-nosse2.js151 assertEquals(t1(1,undefined), 1-NaN);
165 assertEquals(t2(undefined,2), NaN/2);
H A Dregress-binop.js151 assertEquals(t1(1,undefined), 1-NaN);
165 assertEquals(t2(undefined,2), NaN/2);
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
H A DGeometricMean.java35 * <li>If any of values are < 0, the result is <code>NaN.</code></li>
41 * <code>NaN.</code></li>
112 return Double.NaN;
135 * @return the geometric mean or Double.NaN if length = 0 or
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXStringForFSB.java945 * @return A double value representation of the string, or return Double.NaN
950 return Double.NaN;
965 if (i == m_length) return Double.NaN;
977 return Double.NaN;
983 return Double.NaN;
/external/v8/test/cctest/compiler/
H A Dtest-operator.cc13 #define NaN (v8::base::OS::nan_value()) macro
214 Operator1<double> op4a(24, Operator::kNoProperties, 0, 0, "Bashful", NaN);
215 Operator1<double> op4b(24, Operator::kNoProperties, 0, 0, "Bashful", NaN);
242 Operator1<double> op5(12, Operator::kNoProperties, 0, 1, "BarFoo", NaN);

Completed in 614 milliseconds

1234567891011