HomeSort by relevance Sort by last modified time
    Searched refs:NaN (Results 51 - 75 of 736) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_util.h 60 LIBPROTOBUF_EXPORT double NaN();
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_util.h 60 LIBPROTOBUF_EXPORT double NaN();
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_util.h 60 LIBPROTOBUF_EXPORT double NaN();
  /libcore/ojluni/src/test/java/util/stream/
TestDoubleSumAverage.java 115 testCases.put(() -> DoubleStream.of(1.0d, NaN, 1.0d), NaN);
116 testCases.put(() -> DoubleStream.of(NaN), NaN);
117 testCases.put(() -> DoubleStream.of(1.0d, NEGATIVE_INFINITY, POSITIVE_INFINITY, 1.0d), NaN);
118 testCases.put(() -> DoubleStream.of(1.0d, POSITIVE_INFINITY, NEGATIVE_INFINITY, 1.0d), NaN);
119 testCases.put(() -> DoubleStream.of(POSITIVE_INFINITY, NaN), NaN);
120 testCases.put(() -> DoubleStream.of(NEGATIVE_INFINITY, NaN), NaN);
    [all...]
  /prebuilts/go/darwin-x86/src/math/
acosh.go 32 // acosh(x) is NaN with signal if x<1.
33 // acosh(NaN) is NaN without signal.
40 // Acosh(x) = NaN if x < 1
41 // Acosh(NaN) = NaN
50 return NaN()
atanh.go 34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
45 // Atanh(x) = NaN if x < -1 or x > 1
46 // Atanh(NaN) = NaN
52 return NaN()
remainder.go 32 // Remainder(ħInf, y) = NaN
33 // Remainder(NaN, y) = NaN
34 // Remainder(x, 0) = NaN
36 // Remainder(x, NaN) = NaN
47 return NaN()
sincos.go 13 // Sincos(ħInf) = NaN, NaN
14 // Sincos(NaN) = NaN, NaN
29 return NaN(), NaN()
  /prebuilts/go/linux-x86/src/math/
acosh.go 32 // acosh(x) is NaN with signal if x<1.
33 // acosh(NaN) is NaN without signal.
40 // Acosh(x) = NaN if x < 1
41 // Acosh(NaN) = NaN
50 return NaN()
atanh.go 34 // atanh(x) is NaN if |x| > 1 with signal;
35 // atanh(NaN) is that NaN with no signal;
45 // Atanh(x) = NaN if x < -1 or x > 1
46 // Atanh(NaN) = NaN
52 return NaN()
remainder.go 32 // Remainder(ħInf, y) = NaN
33 // Remainder(NaN, y) = NaN
34 // Remainder(x, 0) = NaN
36 // Remainder(x, NaN) = NaN
47 return NaN()
sincos.go 13 // Sincos(ħInf) = NaN, NaN
14 // Sincos(NaN) = NaN, NaN
29 return NaN(), NaN()
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangePositionVelocityFromRealTimeEvents.java 60 private final double[] mPositionSolutionLatLngDeg = {Double.NaN, Double.NaN, Double.NaN};
61 private final double[] mVelocitySolutionEnuMps = {Double.NaN, Double.NaN, Double.NaN};
63 Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.NaN, Double.Na
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/
Test_rem_double.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
64 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
73 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, -2.7d));
89 assertEquals(Double.NaN, t.run(0, 0));
105 assertEquals(Double.NaN, t.run(-2.7d, 0));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double_2addr/
Test_rem_double_2addr.java 51 * @title Arguments = Double.MAX_VALUE, Double.NaN
55 assertEquals(Double.NaN, t.run(Double.MAX_VALUE, Double.NaN));
64 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY,
73 assertEquals(Double.NaN, t.run(Double.POSITIVE_INFINITY, -2.7d));
89 assertEquals(Double.NaN, t.run(0, 0));
105 assertEquals(Double.NaN, t.run(-2.7d, 0));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/
Test_rem_float.java 51 * @title Arguments = Float.MAX_VALUE, Float.NaN
55 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
64 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
73 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY, -2.7f));
89 assertEquals(Float.NaN, t.run(0, 0));
105 assertEquals(Float.NaN, t.run(-2.7f, 0));
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/
Test_rem_float_2addr.java 51 * @title Arguments = Float.MAX_VALUE, Float.NaN
55 assertEquals(Float.NaN, t.run(Float.MAX_VALUE, Float.NaN));
64 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY,
73 assertEquals(Float.NaN, t.run(Float.POSITIVE_INFINITY, -2.7f));
89 assertEquals(Float.NaN, t.run(0, 0));
105 assertEquals(Float.NaN, t.run(-2.7f, 0));
  /dalvik/dx/tests/054-dex-high16/
Blort.java 64 sink(Float.NaN);
72 sink(Double.NaN);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
SecondMoment.java 35 * Returns <code>Double.NaN</code> if no data values have been added and
58 m2 = Double.NaN;
90 m2 = Double.NaN;
  /libcore/ojluni/src/main/java/sun/misc/
DoubleConsts.java 43 public static final double NaN = java.lang.Double.NaN;
  /prebuilts/go/darwin-x86/src/runtime/
sqrt_test.go 76 math.NaN(),
80 math.NaN(),
81 math.NaN(),
85 math.NaN(),
  /prebuilts/go/linux-x86/src/runtime/
sqrt_test.go 76 math.NaN(),
80 math.NaN(),
81 math.NaN(),
85 math.NaN(),
  /cts/tests/tests/util/src/android/util/cts/
HalfTest.java 47 // Zeroes, NaN and infinities
50 assertShortEquals(NaN, toHalf(Float.NaN));
71 // Zeroes, NaN and infinities
74 assertEquals(Float.NaN, toFloat(toHalf(Float.NaN)), 1e-6f);
92 assertEquals("NaN", toHexString(NaN));
111 assertEquals("NaN", Half.toString(NaN));
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/summary/
Product.java 29 * <code>NaN</code>, then <code>NaN</code> is returned.</p>
56 value = Double.NaN;
102 value = Double.NaN;
108 * the input array, or <code>Double.NaN</code> if the designated subarray
116 * @return the product of the values or Double.NaN if length = 0
122 double product = Double.NaN;
134 * the input array, or <code>Double.NaN</code> if the designated subarray
142 * <li>the weights array contains one or more NaN values</li>
156 * @return the product of the values or Double.NaN if length =
    [all...]
Sum.java 28 * <code>NaN</code>, then <code>NaN</code> is returned.</p>
55 value = Double.NaN;
101 value = Double.NaN;
107 * the input array, or <code>Double.NaN</code> if the designated subarray
115 * @return the sum of the values or Double.NaN if length = 0
121 double sum = Double.NaN;
133 * the input array, or <code>Double.NaN</code> if the designated subarray
141 * <li>the weights array contains one or more NaN values</li>
154 * @return the sum of the values or Double.NaN if length =
    [all...]

Completed in 1600 milliseconds

1 23 4 5 6 7 8 91011>>