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

1 2

  /external/valgrind/main/VEX/useful/
fp_80_64.c 72 S 7FFF 10X-----X snan
87 S 7FF 0X-----X snan
166 /* If the exponent is 7FF, this is either an Infinity, a SNaN or
169 0X ... X SNaN
185 /* So it's either a QNaN or SNaN. Distinguish by considering
189 SNaN value), but x87 does seem to have some ability to
202 /* SNaN. Make a SNaN:
264 /* If the exponent is 7FFF, this is either an Infinity, a SNaN or
267 0X ... X SNaN
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrtf.c 38 sqrt(-inf)=sNaN */
44 return (x-x)/(x-x); /* sqrt(-ve) = sNaN */
e_sqrt.c 107 sqrt(-inf)=sNaN */
113 return (x-x)/(x-x); /* sqrt(-ve) = sNaN */
  /external/valgrind/main/VEX/priv/
guest_generic_x87.c 58 S 7FFF 10X-----X snan
73 S 7FF 0X-----X snan
168 /* If the exponent is 7FF, this is either an Infinity, a SNaN or
171 0X ... X SNaN
187 /* So it's either a QNaN or SNaN. Distinguish by considering
191 SNaN value), but x87 does seem to have some ability to
204 /* SNaN. Make a SNaN:
266 /* If the exponent is 7FFF, this is either an Infinity, a SNaN or
269 10X ... X SNaN
    [all...]
guest_ppc_toIR.c     [all...]
  /external/fdlibm/
e_hypot.c 67 w = a+b; /* for sNaN */
e_sqrt.c 109 ieee_sqrt(-inf)=sNaN */
115 return (x-x)/(x-x); /* ieee_sqrt(-ve) = sNaN */
  /external/valgrind/main/none/tests/ppc32/
test_isa_2_06_part1.c 129 * +SNaN : 0 0x7FF 0x8000000000000 => 0x7FF8000000000000
130 * -SNaN : 1 0x7FF 0x8000000000000 => 0xFFF8000000000000
143 * +SNaN : 0 0xFF 0x400000 => 0x7FC00000
144 * -SNaN : 1 0xFF 0x400000 => 0xFFC00000
    [all...]
test_isa_2_06_part3.c 206 9 0 7ff 0x7FFFFFFFFFFFFULL +SNaN
207 10 1 7ff 0x7FFFFFFFFFFFFULL -SNaN
304 /* +SNaN : 0 0x7FF 0x8000000000000 */
311 /* -SNaN : 1 0x7FF 0x8000000000000 */
    [all...]
test_isa_2_06_part2.c 270 9 0 7ff 0x7FFFFFFFFFFFFULL +SNaN
271 10 1 7ff 0x7FFFFFFFFFFFFULL -SNaN
462 /* +SNaN : 0 0x7FF 0x8000000000000 */
469 /* -SNaN : 1 0x7FF 0x8000000000000 */
    [all...]
jm-insns.c     [all...]
  /external/valgrind/main/none/tests/ppc64/
test_isa_2_06_part1.c 129 * +SNaN : 0 0x7FF 0x8000000000000 => 0x7FF8000000000000
130 * -SNaN : 1 0x7FF 0x8000000000000 => 0xFFF8000000000000
143 * +SNaN : 0 0xFF 0x400000 => 0x7FC00000
144 * -SNaN : 1 0xFF 0x400000 => 0xFFC00000
    [all...]
test_isa_2_06_part3.c 206 9 0 7ff 0x7FFFFFFFFFFFFULL +SNaN
207 10 1 7ff 0x7FFFFFFFFFFFFULL -SNaN
304 /* +SNaN : 0 0x7FF 0x8000000000000 */
311 /* -SNaN : 1 0x7FF 0x8000000000000 */
    [all...]
test_isa_2_06_part2.c 270 9 0 7ff 0x7FFFFFFFFFFFFULL +SNaN
271 10 1 7ff 0x7FFFFFFFFFFFFULL -SNaN
462 /* +SNaN : 0 0x7FF 0x8000000000000 */
469 /* -SNaN : 1 0x7FF 0x8000000000000 */
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 223 /// getSNan - Factory for SNaN values.
401 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
403 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0);
  /external/qemu/fpu/
softfloat-specialize.h 281 * a sNaN, a new qNaN has to be generated. This is done in
308 * 1. A if it sNaN or qNaN
309 * 2. B if it sNaN or qNaN
323 * SNaN + QNaN => return the QNaN
326 * SNaN and a non-NaN => return the SNaN, silenced
  /external/icu4c/i18n/
decContext.h 126 #define DEC_ClassString_SN "sNaN"
decNumber.h 45 #define DECSNAN 0x10 /* 1=sNaN */
decNumber.c 207 #define DEC_sNaN 0x40000000 /* local status: sNaN signal */
576 if (*c=='s' || *c=='S') { /* looks like an sNaN */
589 if (*cfirst=='\0') { /* "NaN" or "sNaN", maybe with all 0s */
    [all...]
decNumberLocal.h 445 /* same, not including its first digit (the qNaN/sNaN selector): */
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_sqrt.h 153 sqrt(-inf)=sNaN */
159 return (x-x)/(x-x); /* sqrt(-ve) = sNaN */
  /external/v8/src/mips/
assembler-mips.cc     [all...]
  /external/llvm/lib/Support/
APFloat.cpp 612 void APFloat::makeNaN(bool SNaN, bool Negative, const APInt *fill)
638 if (SNaN) {
639 // We always have to clear the QNaN bit to make it an SNaN.
659 APFloat APFloat::makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
662 value.makeNaN(SNaN, Negative, fill);
    [all...]
  /external/llvm/unittests/ADT/
APFloatTest.cpp 451 bool SNaN, bool Negative, uint64_t fill) {
453 if (SNaN)
    [all...]
  /external/valgrind/main/VEX/switchback/
test_ppc_jm1.c     [all...]

Completed in 931 milliseconds

1 2