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

1 2

  /dalvik/tests/003-omnibus-opcodes/src/
Compare.java 105 float nan) {
117 if (plus <= nan)
119 if (plus >= nan)
121 if (minus <= nan)
123 if (minus >= nan)
125 if (nan >= plus)
127 if (nan <= plus)
130 if (nan == nan)
135 double nan) {
    [all...]
  /external/valgrind/main/none/tests/ppc32/
test_fx.stdout.exp 4 fsqrt -inf -> nan
5 fsqrt nan -> nan
6 fsqrt nan -> nan
7 fsqrt -5.000000e+100 -> nan
8 fsqrt -5.000000e+20 -> nan
9 fsqrt -5.010000e+02 -> nan
10 fsqrt -6.000000e+00 -> nan
11 fsqrt -1.000000e+00 -> nan
    [all...]
test_gx.stdout.exp 5 fre nan -> nan
6 fre nan -> nan
25 fres nan -> nan
26 fres nan -> nan
44 frsqrte -inf -> nan
45 frsqrte nan -> na
    [all...]
power5+_round.c 37 #define NAN 0x11000
44 double inf, neg0, nan; local
54 nan = strtod("nan", NULL);
59 double set[] = { inf, 1.5, 0, neg0, -1.5, -inf, nan };
84 double set[] = { inf, 1.9, 1.1, 0, neg0, -1.1, -1.9, -inf, nan };
85 double frin[] = { inf, 2.0, 1.0, 0, neg0, -1.0, -2.0, -inf, nan };
86 double friz[] = { inf, 1.0, 1.0, 0, neg0, -1.0, -1.0, -inf, nan };
87 double frip[] = { inf, 2.0, 2.0, 0, neg0, -1.0, -1.0, -inf, nan };
88 double frim[] = { inf, 1.0, 1.0, 0, neg0, -2.0, -2.0, -inf, nan };
    [all...]
power5+_round.stdout.exp 9 frin nan nan 0 PASS
24 friz nan nan 0 PASS
39 frip nan nan 0 PASS
54 frim nan nan 0 PASS
jm-vmx.stdout.exp     [all...]
  /external/icu4c/test/intltest/
tsputil.cpp 37 double nan = uprv_getNaN();
67 // test infinity and nan
69 remainderTest(ninf, nan, 1.25);
70 remainderTest(pinf, nan, 1.25);
87 errln(UnicodeString("FAIL: got NaN as result without NaN as argument"));
103 double nan = uprv_getNaN(); local
125 // NaN with +Inf and -Inf
126 maxMinTest(pinf, nan, nan, TRUE)
373 double nan = uprv_getNaN(); local
400 double nan = uprv_getNaN(); local
427 double nan = uprv_getNaN(); local
454 double nan = uprv_getNaN(); local
481 double nan = uprv_getNaN(); local
508 double nan = uprv_getNaN(); local
535 double nan = uprv_getNaN(); local
    [all...]
tsdcfmsy.cpp 106 UnicodeString nan(en.getSymbol(DecimalFormatSymbols::kNaNSymbol));
107 fr.setSymbol(DecimalFormatSymbols::kNaNSymbol, nan);
109 if(nan != nan2) {
110 errln("ERROR: get/set NaN failed");
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.cpp 85 const double nan = numeric_limits<double>::quiet_NaN(); local
86 double doubleValue = parseToDouble(value, nan);
92 const double nan = numeric_limits<double>::quiet_NaN(); local
93 double doubleValue = parseToDouble(value, nan);
113 const double nan = numeric_limits<double>::quiet_NaN(); local
114 double doubleValue = parseToDouble(value, nan);
NumberInputType.cpp 97 const double nan = numeric_limits<double>::quiet_NaN(); local
98 double doubleValue = parseToDouble(value, nan);
104 const double nan = numeric_limits<double>::quiet_NaN(); local
105 double doubleValue = parseToDouble(value, nan);
  /bionic/libm/src/
s_nan.c 60 * Scan a string of hexadecimal digits (the format nan(3) expects) and
69 * impossible to use nan(3) portably anyway, so this seems good enough.
100 nan(const char *s) function
130 __weak_alias(nanl, nan);
  /dalvik/vm/mterp/x86-atom/
OP_CMPL_FLOAT.S 19 * Code: Provides a "nan" variable to specify the return value for
20 * NaN. Provides a variable "sod" which appends a "s" or a "d"
24 * to specify positive or negative bias for NaN.
37 %default { "nan":"$0xFFFFFFFF" , "sod":"s" }
62 movl $nan, (rFP, rINST, 4) # vAA<- NaN
  /external/valgrind/main/none/tests/amd64/
bug132918.stdout.exp 3 xx -> 0x0000 -nan
fxtract.stdout.exp 43 -nan -> -nan -nan
109 nan -> nan nan
  /external/icu4c/test/cintltst/
putiltst.c 69 log_verbose("Testing the API uprv_fmax() with x value= NaN\n");
71 doAssert(expn1, uprv_getNaN(), "uprv_fmax(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
76 log_verbose("Testing the API uprv_fmin() with x value= NaN\n");
78 doAssert(expn1, uprv_getNaN(), "uprv_fmin(uprv_getNaN(), 1.2) failed. when one parameter is NaN");
89 doAssert(uprv_trunc(uprv_getNaN()), uprv_getNaN(), "uprv_trunc(uprv_getNaN()) failed. with parameter=NaN");
347 double nan = uprv_getNaN();
364 remainderTest(nan, 1.0, nan);
365 remainderTest(1.0, nan, nan);
    [all...]
  /external/valgrind/main/none/tests/x86/
fxtract.stdout.exp 43 -nan -> -nan -nan
109 nan -> nan nan
  /libcore/luni/src/main/native/
libcore_icu_NativeDecimalFormat.cpp 56 ScopedJavaUnicodeString nan(env, nan0);
70 result->setSymbol(DecimalFormatSymbols::kNaNSymbol, nan.unicodeString());
93 jchar monetaryDecimalSeparator, jstring nan, jchar patternSeparator,
98 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill,
107 jchar monetaryDecimalSeparator, jstring nan, jchar patternSeparator,
119 monetaryDecimalSeparator, nan, patternSeparator, percent, perMill,
315 if (strncmp(data, "NaN", 3) == 0 ||
  /external/clang/test/CodeGen/
builtins.c 48 Q(nan, (""));
52 Q(nan, ("10"));
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 157 // Work around a bug in Win, where atan2(+-infinity, +-infinity) yields NaN instead of specific values.
162 double nan = std::numeric_limits<double>::quiet_NaN(); local
164 double result = nan;
180 // Work around a bug in the Microsoft CRT, where fmod(x, +-infinity) yields NaN instead of x.
183 // Work around a bug in the Microsoft CRT, where pow(NaN, 0) yields NaN instead of 1.
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 16 nan, inf = struct.unpack('dd', _BYTES)
17 return nan, inf, -inf
19 NaN, PosInf, NegInf = _floatconstants()
40 'NaN': NaN,
48 pattern('(-?Infinity|NaN|true|false|null)')(JSONConstant)
222 It also understands ``NaN``, ``Infinity``, and ``-Infinity`` as
  /external/valgrind/main/none/tests/ppc64/
jm-vmx.stdout.exp     [all...]
  /external/skia/tests/
MathTest.cpp 87 if (!(x == x)) { // NAN
191 float nan = sk_float_asin(2); local
200 SkFixed nan = SK_FixedNaN;
204 REPORTER_ASSERT(reporter, SkScalarIsNaN(nan));
209 REPORTER_ASSERT(reporter, !SkScalarIsFinite(nan));
  /external/v8/test/mjsunit/
string-lastindexof.js 55 assertEquals(10, s.lastIndexOf("test", "not a number"), "nan");
64 assertEquals(-1, s.lastIndexOf(longNonMatch, NaN), "longnan");
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 191 /* Return 0 if VALUE is finite or NaN, +1 if it
195 /* Return nonzero if VALUE is finite and not NaN. */
200 /* Return 0 if VALUE is finite or NaN, +1 if it
204 /* Return nonzero if VALUE is finite and not NaN. */
224 /* Return representation of NaN for double type. */
225 __MATHCALLX (nan,, (__const char *__tagb), (__const__));
  /bionic/libm/include/
math.h 69 #define NAN __builtin_nan("")
74 #define NAN (__nan.__uf)
254 double nan(const char *) __pure2;

Completed in 599 milliseconds

1 2