HomeSort by relevance Sort by last modified time
    Searched full:qnan (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 236 const _Tp qnan = lim::quiet_NaN(); local
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
247 // val = -qnan;
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
255 CHECK_COND(! (qnan == 42));
256 CHECK_COND(! (qnan == qnan));
257 CHECK_COND(qnan != 42)
    [all...]
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 236 const _Tp qnan = lim::quiet_NaN(); local
240 // str << "qnan " << qnan << ", in hexa: " << showbase << hex << *((unsigned int*)&qnan);
247 // val = -qnan;
248 // str << "-qnan " << val << ", in hexa: " << showbase << hex << *((unsigned int*)&val);
255 CHECK_COND(! (qnan == 42));
256 CHECK_COND(! (qnan == qnan));
257 CHECK_COND(qnan != 42)
    [all...]
  /external/compiler-rt/test/builtins/Unit/
subtf3_test.c 44 // qNaN - any = qNaN
addtf3_test.c 45 // qNaN + any = qNaN
divtf3_test.c 44 // qNaN / any = qNaN
multf3_test.c 44 // qNaN * any = qNaN
extenddftf2_test.c 41 // qNaN
extendsftf2_test.c 42 // qNaN
trunctfdf2_test.c 42 // qNaN
trunctfsf2_test.c 41 // qNaN
extendhfsf2_test.c 36 // qNaN
truncdfhf2_test.c 36 // qNaN
truncsfhf2_test.c 36 // qNaN
  /external/llvm/unittests/ADT/
APFloatTest.cpp 38 // We test qNaN, -qNaN, +sNaN, -sNaN with and without payloads. *NOTE* The
67 // 7. qNaN
160 // nextUp(qNaN) = qNaN
166 // nextDown(qNaN) = qNaN
172 // nextUp(sNaN) = qNaN
178 // nextDown(sNaN) = qNaN
    [all...]
  /external/valgrind/VEX/useful/
fp_80_64.c 73 S 7FFF 11X-----X qnan
88 S 7FF 1X-----X qnan
167 QNaN, as determined by examining bits 51:0, thus:
170 1X ... X QNaN
185 /* So it's either a QNaN or SNaN. Distinguish by considering
188 these (it only requires that there be one QNaN value and one
193 /* QNaN. Make a QNaN:
265 QNaN, as determined by examining bits 62:0, thus:
268 1X ... X QNaN
    [all...]
  /external/compiler-rt/lib/builtins/
fp_add_impl.inc 26 // NaN + anything = qNaN
28 // anything + NaN = qNaN
32 // +/-infinity + -/+infinity = qNaN
fp_mul_impl.inc 32 // NaN * anything = qNaN
34 // anything * NaN = qNaN
divdf3.c 41 // NaN / anything = qNaN
43 // anything / NaN = qNaN
  /external/compiler-rt/test/builtins/Unit/ppc/
qdiv_test.c 27 #define QNAN __builtin_nan("")
30 { 0.0, 0.0, 0.0, 0.0, QNAN, 0.0 },
31 { -0.0, 0.0, 0.0, 0.0, QNAN, 0.0 },
32 { 0.0, 0.0, -0.0, 0.0, QNAN, 0.0 },
33 { -0.0, 0.0, -0.0, 0.0, QNAN, 0.0 },
47 { INFINITY, 0.0, INFINITY, 0.0, QNAN, 0.0 },
48 { -INFINITY, 0.0, INFINITY, 0.0, -QNAN, 0.0 },
49 { INFINITY, 0.0, -INFINITY, 0.0, -QNAN, 0.0 },
50 { -INFINITY, 0.0, -INFINITY, 0.0, QNAN, 0.0 },
64 { QNAN, 0.0, 0.0, 0.0, QNAN, 0.0 }
    [all...]
qmul_test.c 27 #define QNAN __builtin_nan("")
35 { INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
36 { -INFINITY, 0.0, 0.0, 0.0, QNAN, 0.0 },
37 { INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
38 { -INFINITY, 0.0, -0.0, 0.0, QNAN, 0.0 },
51 { 0.0, 0.0, INFINITY, 0.0, QNAN, 0.0 },
52 { 0.0, 0.0, -INFINITY, 0.0, QNAN, 0.0 },
53 { -0.0, 0.0, INFINITY, 0.0, QNAN, 0.0 },
54 { -0.0, 0.0, -INFINITY, 0.0, QNAN, 0.0 },
64 { QNAN, 0.0, 0.0, 0.0, QNAN, 0.0 }
    [all...]
  /frameworks/base/docs/html/ndk/guides/
x86.jd 94 <li>x86 CPUs return {@code QNaN Indefinite}. For more information about the QNaN floating-point
95 indefinite, see "4.2.2 Floating-Point Data Types" and "4.8.3.7 QNaN Floating-Point Indefinite,"
109 <li>x86 CPUs return {@code QNaN Indefinite}. For more information about the QNaN floating-point
110 indefinite, see "4.2.2 Floating-Point Data Types" and "4.8.3.7 QNaN Floating-Point Indefinite,"
192 <li>On x86 CPUs, these instructions return a (negative) QNaN floating-point Indefinite. For
  /external/skia/src/core/
SkHalf.cpp 51 // NaN->qNaN and Inf->Inf
  /external/valgrind/VEX/priv/
guest_generic_x87.c 59 S 7FFF 11X-----X qnan
74 S 7FF 1X-----X qnan
169 QNaN, as determined by examining bits 51:0, thus:
172 1X ... X QNaN
187 /* So it's either a QNaN or SNaN. Distinguish by considering
190 these (it only requires that there be one QNaN value and one
195 /* QNaN. Make a canonical QNaN:
267 QNaN, as determined by examining bits 62:0, thus:
270 11X ... X QNaN
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
Dfp.java 122 public static final byte QNAN = 3;
289 nans = QNAN;
359 nans = QNAN;
536 * {@link #SNAN}, {@link #QNAN}
597 result.nans = QNAN;
617 * {@link #SNAN}, {@link #QNAN}
756 result.nans = QNAN;
781 result.nans = QNAN;
807 return (nans == QNAN) || (nans == SNAN);
    [all...]
DfpDec.java 90 * {@link #SNAN}, {@link #QNAN}
134 result.nans = QNAN;
301 result.nans = QNAN;

Completed in 3152 milliseconds

1 2 3 4