/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
ddLogB.decTest | 148 ddlogb823 logb sNaN -> NaN Invalid_operation
|
dqLogB.decTest | 149 dqlogb823 logb sNaN -> NaN Invalid_operation
|
invert.decTest | 161 invx841 invert sNaN -> NaN Invalid_operation
|
extra.decTest | 151 -- takes precedence over a third-argument sNaN 455 bool0206 iscanonical sNaN -> 1 456 bool0207 iscanonical -sNaN -> 1 665 bool0416 isfinite sNaN -> 0 666 bool0417 isfinite -sNaN -> 0 875 bool0626 isinfinite sNaN -> 0 876 bool0627 isinfinite -sNaN -> 0 [all...] |
ddInvert.decTest | 187 ddinv841 invert sNaN -> NaN Invalid_operation
|
dqInvert.decTest | 230 dqinv841 invert sNaN -> NaN Invalid_operation
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
abs.decTest | 153 absx523 abs sNaN -> NaN Invalid_operation
|
ddLogB.decTest | 148 ddlogb823 logb sNaN -> NaN Invalid_operation
|
dqLogB.decTest | 149 dqlogb823 logb sNaN -> NaN Invalid_operation
|
invert.decTest | 161 invx841 invert sNaN -> NaN Invalid_operation
|
extra.decTest | 151 -- takes precedence over a third-argument sNaN 455 bool0206 iscanonical sNaN -> 1 456 bool0207 iscanonical -sNaN -> 1 665 bool0416 isfinite sNaN -> 0 666 bool0417 isfinite -sNaN -> 0 875 bool0626 isinfinite sNaN -> 0 876 bool0627 isinfinite -sNaN -> 0 [all...] |
/external/llvm/include/llvm/ADT/ |
APFloat.h | 248 /// Factory for SNaN values. 501 void makeNaN(bool SNaN = false, bool Neg = false, const APInt *fill = 0); 502 static APFloat makeNaN(const fltSemantics &Sem, bool SNaN, bool Negative,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 173 self.assertRaises(TypeError, F, Decimal('snan')) 296 TypeError, "Cannot convert sNaN to Fraction.", 297 F.from_decimal, Decimal("snan"))
|
test_decimal.py | 214 # Different from a sNaN in trim 772 ('.0g', '-sNaN', '-sNaN'), [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fractions.py | 173 self.assertRaises(TypeError, F, Decimal('snan')) 296 TypeError, "Cannot convert sNaN to Fraction.", 297 F.from_decimal, Decimal("snan"))
|
test_decimal.py | 214 # Different from a sNaN in trim 772 ('.0g', '-sNaN', '-sNaN'), [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
decimal.py | 705 2 if sNaN 731 if self, other are sNaN, signal 749 return context._raise_error(InvalidOperation, 'sNaN', 752 return context._raise_error(InvalidOperation, 'sNaN', 777 'comparison involving sNaN', 781 'comparison involving sNaN', [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
decimal.py | 705 2 if sNaN 731 if self, other are sNaN, signal 749 return context._raise_error(InvalidOperation, 'sNaN', 752 return context._raise_error(InvalidOperation, 'sNaN', 777 'comparison involving sNaN', 781 'comparison involving sNaN', [all...] |
/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/chromium_org/third_party/icu/source/i18n/ |
decContext.h | 125 #define DEC_ClassString_SN "sNaN"
|
decNumber.h | 45 #define DECSNAN 0x10 /* 1=sNaN */
|
/external/icu4c/i18n/ |
decContext.h | 126 #define DEC_ClassString_SN "sNaN"
|
decNumber.h | 45 #define DECSNAN 0x10 /* 1=sNaN */
|
/external/valgrind/main/none/tests/ppc32/ |
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...] |
/external/valgrind/main/none/tests/ppc64/ |
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...] |