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

1 2 3 4 56 7 8 91011>>

  /external/clang/test/CodeGen/
libcall-declarations.c 34 double nan(const char *);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
333 // CHECK-NOERRNO: declare double @nan(i8*) [[NUW]]
542 // CHECK-ERRNO: declare double @nan(i8*) [[NUW]]
  /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");
  /frameworks/opt/net/wifi/service/
Android.mk 134 java/com/android/server/wifi/nan),$(LOCAL_SRC_FILES))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathcalls.h 192 /* Return 0 if VALUE is finite or NaN, +1 if it
196 /* Return nonzero if VALUE is finite and not NaN. */
201 /* Return 0 if VALUE is finite or NaN, +1 if it
205 /* Return nonzero if VALUE is finite and not NaN. */
225 /* Return representation of NaN for double type. */
226 __MATHCALLX (nan,, (__const char *__tagb), (__const__));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
mathcalls.h 192 /* Return 0 if VALUE is finite or NaN, +1 if it
196 /* Return nonzero if VALUE is finite and not NaN. */
201 /* Return 0 if VALUE is finite or NaN, +1 if it
205 /* Return nonzero if VALUE is finite and not NaN. */
225 /* Return representation of NaN for double type. */
226 __MATHCALLX (nan,, (__const char *__tagb), (__const__));
  /toolchain/binutils/binutils-2.25/libiberty/
floatformat.c 21 /* This is needed to pick up the NAN macro on some systems. */
51 #ifndef NAN
53 #define NAN DBL_QNAN
55 #define NAN (0.0 / 0.0)
305 /* A NaN is valid with any low part. */
484 /* If the exponent indicates a NaN, we don't have information to
486 don't try to preserve the type of NaN. FIXME. */
489 int nan = mant_bits_set (fmt, ufrom);
498 if (nan)
499 dto = NAN;
488 int nan = mant_bits_set (fmt, ufrom); local
    [all...]
  /bionic/benchmarks/
math_benchmark.cpp 22 static const double values[] = { 1234.0, nan(""), HUGE_VAL, 0.0 };
23 static const char* names[] = { "1234.0", "nan", "HUGE_VAL", "0.0" };
  /bionic/libm/include/
math.h 41 #define NAN __builtin_nanf("")
199 double nan(const char *) __pure2;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
screen_finder.py 197 corners[:] = np.nan
315 An array of length 4 containing the positions of the corners, or nan for
324 '[[1, 1], [np.nan, np.nan], [-1, -1], [1, -1]], 1'"""
363 sorted_corners[:] = np.nan
368 # elements, though some may be nan.
381 sorted_corners[i] = np.nan
624 real_corners[i] = np.nan
    [all...]
  /external/opencv3/samples/python2/
digits_adjust.py 103 scores[:] = np.nan
  /external/v8/test/cctest/compiler/
test-run-intrinsics.cc 129 T.CheckCall(T.nan(), T.Val("not a fan!"), T.Val(23));
test-branch-combine.cc 415 double nan = std::numeric_limits<double>::quiet_NaN(); local
416 double inputs[] = {0.0, 1.0, -1.0, -inf, inf, nan};
  /external/valgrind/none/tests/mips32/
MoveIns.stdout.exp 10 mfc1 $v1, $f8 :: fs nan, rt 0xffffffff
11 mfc1 $s0, $f9 :: fs nan, rt 0xffffffff
27 mfc1 $t1, $f25 :: fs nan, rt 0xffffffff
28 mfc1 $t2, $f26 :: fs nan, rt 0xffffffff
38 mtc1 $v1, $f8 :: fs nan, rt 0xffffffff
39 mtc1 $s0, $f9 :: fs nan, rt 0xffffffff
54 mtc1 $t9, $f24 :: fs nan, rt 0xffff262d
55 mtc1 $t1, $f25 :: fs nan, rt 0xffffffff
  /frameworks/base/wifi/java/android/net/wifi/nan/
PublishData.java 17 package android.net.wifi.nan;
25 * Defines the data for a NAN publish session. Built using
TlvBufferUtils.java 17 package android.net.wifi.nan;
WifiNanManager.java 17 package android.net.wifi.nan;
25 * This class provides the primary API for managing Wi-Fi NAN operation:
32 * <li>Configure a NAN connection and register for events.
34 * <li>Create NAN network specifier to be used to create a NAN network.
56 * Re-connect to the Wi-Fi NAN service - enabling the application to execute
83 * Disconnect from the Wi-Fi NAN service and destroy all outstanding
85 * outstanding data-link is shut-down, and all requested NAN configurations
102 * Requests a NAN configuration, specified by {@link ConfigRequest}. Note
103 * that NAN is a shared resource and the device can only be a member of
    [all...]
WifiNanSessionListener.java 17 package android.net.wifi.nan;
26 * Base class for NAN session events callbacks. Should be extended by
32 * . These are callbacks applying to a specific NAN session. Events
33 * corresponding to the NAN link are delivered using {@link WifiNanEventListener}.
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 42 # include <nan.h>
121 // Tests for infinity and NaN differ on different OSs. We encapsulate
617 static const char* nan[2] = { "nan", "NaN" }; local
626 } else { // NaN
627 inf_or_nan = nan;
637 } else { // NaN
638 inf_or_nan = nan;
767 //If numeric_limits support is correct we use the exposed values to detect NaN and infinity
    [all...]
  /external/v8/test/cctest/
test-assembler-arm.cc 1151 // Test the VFP Canonicalized Nan mode.
2113 float nan = std::numeric_limits<float>::quiet_NaN(); local
2218 double nan = std::numeric_limits<double>::quiet_NaN(); local
    [all...]
  /external/v8/test/mjsunit/regress/
regress-binop.js 151 assertEquals(t1(1,undefined), 1-NaN);
165 assertEquals(t2(undefined,2), NaN/2);
170 // Assert that the hole is not truncated to nan for string add.
  /frameworks/opt/net/wifi/tests/wifitests/
Android.mk 71 src/com/android/server/wifi/nan),$(LOCAL_SRC_FILES))
  /prebuilts/gdb/darwin-x86/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.
  /prebuilts/gdb/linux-x86/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.
  /prebuilts/python/darwin-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.

Completed in 1069 milliseconds

1 2 3 4 56 7 8 91011>>