HomeSort by relevance Sort by last modified time
    Searched refs:nan (Results 151 - 175 of 289) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 146 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``)
148 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
210 serialize out of range ``float`` values (``nan``, ``inf``, ``-inf``) in
212 JavaScript equivalents (``NaN``, ``Infinity``, ``-Infinity``).
327 following strings: -Infinity, Infinity, NaN, null, true, false.
  /bionic/tests/
stdio_test.cpp 397 snprintf_fn(buf, sizeof(buf), fmt, nan(""));
399 snprintf_fn(buf, sizeof(buf), fmt, -nan(""));
401 snprintf_fn(buf, sizeof(buf), fmt_plus, nan(""));
403 snprintf_fn(buf, sizeof(buf), fmt_plus, -nan(""));
417 CheckInfNan(snprintf, "%a", "%+a", "-inf", "inf", "+inf", "-nan", "nan", "+nan");
418 CheckInfNan(snprintf, "%A", "%+A", "-INF", "INF", "+INF", "-NAN", "NAN", "+NAN");
    [all...]
  /external/deqp/framework/common/
tcuFloatFormat.cpp 180 // If NaN might be supported, NaN is a legal return value
184 // If NaN might not be supported, any (non-NaN) value is legal,
218 Interval ret = x.nan();
230 return "NaN";
258 return interval.hasNaN() ? "{ NaN }" : "{}";
261 return (std::string(interval.hasNaN() ? "{ NaN, " : "{ ") +
266 return (std::string(interval.hasNaN() ? "{ NaN } | " : "") +
  /external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
ELF_Mips64r2N64_PIC_relocations.s 21 .nan legacy
  /external/valgrind/none/tests/arm/
vcvt_fixed_float_VFP.stdout.exp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 42 /* Get machine-dependent NAN value (returned for some domain errors). */
43 # include <bits/nan.h>
194 FP_ILOGBNAN Expands to a value returned by `ilogb (NAN)'.
240 /* Return nonzero value if X is not +-Inf or NaN. */
252 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
255 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 42 /* Get machine-dependent NAN value (returned for some domain errors). */
43 # include <bits/nan.h>
195 FP_ILOGBNAN Expands to a value returned by `ilogb (NAN)'.
241 /* Return nonzero value if X is not +-Inf or NaN. */
253 /* Return nonzero value if X is neither zero, subnormal, Inf, nor NaN. */
256 /* Return nonzero value if X is a NaN. We could use `fpclassify' but
  /external/skia/tests/
MathTest.cpp 210 if (!(x == x)) { // NAN
308 float nan = sk_float_asin(2); local
317 REPORTER_ASSERT(reporter, SkScalarIsNaN(nan));
322 REPORTER_ASSERT(reporter, !SkScalarIsFinite(nan));
  /art/compiler/optimizing/
instruction_simplifier.cc 1651 HInstruction* nan; local
    [all...]
intrinsics_x86_64.cc 309 // if Nan jmp Nan_label
315 // out := NaN
322 // TODO: This is straight from Quick. Make NaN an out-of-line slowpath?
326 NearLabel nan, done, op2_label; local
333 __ j(Condition::kParityEven, &nan);
354 // NaN handling.
355 __ Bind(&nan);
630 NearLabel done, nan; local
649 // if input == NaN goto nan
680 NearLabel done, nan; local
    [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...]
  /external/nanopb-c/generator/google/protobuf/
text_format.py 677 return float('nan')
  /external/v8/test/cctest/compiler/
function-tester.h 183 Handle<Object> nan() { return isolate->factory()->nan_value(); } function in class:v8::internal::compiler::FunctionTester
  /external/v8/test/cctest/
test-macro-assembler-mips.cc 205 // NaN value is different on MIPS and x86 architectures, and TEST(NaNx)
206 // tests checks the case where a x86 NaN value is serialized into the
230 " result = new Array(Number.NaN, Number.POSITIVE_INFINITY);"
240 " result = [NaN];"
936 auto handle_dnan = [masm](FPURegister dst, Label* nan, Label* back) {
937 __ bind(nan);
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc     [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.cc     [all...]
  /external/ImageMagick/MagickCore/
morphology.c 156 % known as 'nan' or 'not a number' to indicate that this value is not part
158 % rectangular area. That is 'nan' values provide a 'mask' for the kernel
159 % shape. However at least one non-nan value must be provided for correct
233 nan = sqrt((double)-1.0); /* Special Value : Not A Number */
329 if ( LocaleCompare("nan",token) == 0
331 kernel->values[i] = nan; /* this value is not part of neighbourhood */
362 /* check that we recieved at least one real (non-nan) value! */
230 nan = sqrt((double)-1.0); \/* Special Value : Not A Number *\/ local
965 nan = sqrt((double)-1.0); \/* Special Value : Not A Number *\/ local
    [all...]
  /external/ltrace/etc/
libm.so.conf 316 double nan(string);
  /external/webrtc/tools/matlab/
rtpAnalyze.m 136 delayOrdered(reorderIx) = nan; % Set reordered packets to NaN.
  /frameworks/base/
Android.mk 456 wifi/java/android/net/wifi/nan/IWifiNanEventListener.aidl \
457 wifi/java/android/net/wifi/nan/IWifiNanManager.aidl \
458 wifi/java/android/net/wifi/nan/IWifiNanSessionListener.aidl \
550 frameworks/base/wifi/java/android/net/wifi/nan/ConfigRequest.aidl \
551 frameworks/base/wifi/java/android/net/wifi/nan/PublishData.aidl \
552 frameworks/base/wifi/java/android/net/wifi/nan/SubscribeData.aidl \
553 frameworks/base/wifi/java/android/net/wifi/nan/PublishSettings.aidl \
554 frameworks/base/wifi/java/android/net/wifi/nan/SubscribeSettings.aidl \
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 87 import android.net.wifi.nan.IWifiNanManager;
88 import android.net.wifi.nan.WifiNanManager;
    [all...]
  /libcore/json/src/test/java/org/json/
JSONObjectTest.java 95 assertEquals(Double.NaN, object.optDouble("foo"));
186 object.putOpt("foo", Double.NaN);
316 object.put("foo", (Float) Float.NaN);
333 Number nan = new Number() { local
344 return Double.NaN;
353 object.put("foo", nan);
354 fail("Object.put() accepted a NaN (via a custom Number class)");
445 assertEquals(Double.NaN, object.optDouble("quux"));
507 object.accumulate("foo", Double.NaN);
513 object.accumulate("foo", Double.NaN);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 308 #define NAN __builtin_nan("")
316 #define NAN __QNAN
423 A NaN stays a NaN. */
930 /* 7.12.11.2 Return a NaN */
931 extern double __cdecl nan(const char *tagp);
936 #define _nan() nan("")
958 NaN arguments are treated as missing data: if one argument is a NaN
983 * false whenever a NaN is involved, with the exception of the != op,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_complex.py 8 NAN = float("nan")
465 self.assertEqual(repr(complex(NAN, 1)), "(nan+1j)")
466 self.assertEqual(repr(complex(1, NAN)), "(1+nanj)")
467 self.assertEqual(repr(complex(NAN, NAN)), "(nan+nanj)")
471 self.assertEqual(repr(complex(0, NAN)), "nanj")
517 vals = [0.0, 1e-500, 1e-315, 1e-200, 0.0123, 3.1415, 1e50, INF, NAN]
    [all...]
test_fractions.py 161 self.assertRaises(TypeError, F, float('nan'))
172 self.assertRaises(TypeError, F, Decimal('nan'))
265 nan = inf - inf
273 TypeError, "Cannot convert nan to Fraction.",
274 F.from_float, nan)
293 TypeError, "Cannot convert NaN to Fraction.",
294 F.from_decimal, Decimal("nan"))
480 self.assertFalse(float('nan') < F(-3, 7))
483 self.assertFalse(F(144, -89) < float('nan'))
497 self.assertFalse(float('nan') <= F(-3, 7)
    [all...]

Completed in 1913 milliseconds

1 2 3 4 5 67 8 91011>>