HomeSort by relevance Sort by last modified time
    Searched defs:NaN (Results 1 - 25 of 40) sorted by null

1 2

  /external/protobuf/src/google/protobuf/
generated_message_util.cc 46 double NaN() {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
generated_message_util.cc 46 double NaN() {
  /libcore/luni/src/main/native/
java_lang_Double.cpp 32 static const jlong NaN = 0x7ff8000000000000ULL;
37 // For this method all values in the NaN range are normalized to the canonical NaN value.
38 return isnan(d.d) ? NaN : d.bits;
java_lang_Float.cpp 31 static const jint NaN = 0x7fc00000;
36 // For this method all values in the NaN range are normalized to the canonical NaN value.
37 return isnanf(f.f) ? NaN : f.bits;
  /ndk/sources/cxx-stl/llvm-libc++/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/compiler-rt/lib/ubsan/lit_tests/Float/
cast-overflow.cpp 20 float NaN;
46 // Build a 'NaN'.
48 float NaN;
49 memcpy(&NaN, NaNVal, 4);
77 return NaN;
  /external/compiler-rt/test/Unit/
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/chromium_org/v8/test/cctest/
test-code-stubs.cc 90 // #define NaN and Infinity so that it's possible to cut-and-paste these tests
92 #define NaN (OS::nan_value())
112 RunOneTruncationTest(NaN, 0);
114 RunOneTruncationTest(-NaN, 0);
143 #undef NaN
  /external/bison/
configure     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double.h 58 // It must not be special (infinity, or NaN).
127 // Hence only Infinity and NaN are special.
204 static double NaN() {
  /external/chromium_org/v8/src/
runtime.js 50 var $NaN = %GetRootNaN();
127 // the result when either (or both) the operands are NaN.
529 if (IS_UNDEFINED(x)) return NAN;
530 if (IS_SYMBOL(x)) return NAN;
540 if (IS_UNDEFINED(x)) return NAN;
541 if (IS_SYMBOL(x)) return NAN;
  /external/v8/src/
runtime.js 50 var $NaN = %GetRootNaN();
119 // the result when either (or both) the operands are NaN.
534 if (IS_UNDEFINED(x)) return $NaN;
544 if (IS_UNDEFINED(x)) return $NaN;
  /libcore/luni/src/main/java/java/lang/
Double.java 58 * Constant for the Not-a-Number (NaN) value of the {@code double} type.
60 public static final double NaN = 0.0 / 0.0;
143 * <li>{@code Double.NaN} is equal to {@code Double.NaN} and it is greater
171 * {@code value}. All <em>Not-a-Number (NaN)</em> values are converted to a single NaN
179 * {@code value}. <em>Not-a-Number (NaN)</em> values are preserved (compare
200 * unequal, and {@code NaN}s compare equal by this method.
252 * Indicates whether this object is a <em>Not-a-Number (NaN)</em> value.
262 * Indicates whether the specified double is a <em>Not-a-Number (NaN)</em
    [all...]
Float.java 55 * Constant for the Not-a-Number (NaN) value of the {@code float} type.
57 public static final float NaN = 0.0f / 0.0f;
149 * <li>{@code Float.NaN} is equal to {@code Float.NaN} and it is greater
183 * unequal, and {@code NaN}s compare equal by this method.
199 * float {@code value}. All <em>Not-a-Number (NaN)</em> values are converted to a single NaN
207 * float {@code value}. <em>Not-a-Number (NaN)</em> values are preserved (compare
261 * Indicates whether this object is a <em>Not-a-Number (NaN)</em> value.
271 * Indicates whether the specified float is a <em>Not-a-Number (NaN)</em
    [all...]
  /external/chromium_org/third_party/skia/src/animator/
SkAnimatorScript.cpp 56 propertyCallBack(NaN, (void*) this);
419 bool SkAnimatorScript::NaN(const char* token, size_t len, void* user, SkScriptValue* value) {
420 if (SK_LITERAL_STR_EQUAL("NaN", token, len) == false)
523 { "isNaN(Number.NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
524 { "isNaN(NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
  /external/skia/src/animator/
SkAnimatorScript.cpp 56 propertyCallBack(NaN, (void*) this);
419 bool SkAnimatorScript::NaN(const char* token, size_t len, void* user, SkScriptValue* value) {
420 if (SK_LITERAL_STR_EQUAL("NaN", token, len) == false)
523 { "isNaN(Number.NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
524 { "isNaN(NaN)", SkType_Int, 1 DEFAULT_ANSWER DEFAULT_ANSWER },
  /libcore/luni/src/main/java/java/text/
DecimalFormatSymbols.java 54 private String infinity, NaN, currencySymbol, intlCurrencySymbol;
95 this.NaN = localeData.NaN;
184 NaN.equals(obj.NaN) &&
204 ",NaN=" + NaN +
305 * Returns the string which represents NaN.
307 * @return the symbol NaN as a string.
310 return NaN;
    [all...]
  /libcore/luni/src/main/java/libcore/icu/
LocaleData.java 101 public String NaN;

Completed in 672 milliseconds

1 2