Searched defs:TINY (Results 1 – 3 of 3) sorted by relevance
/external/crcalc/tests/src/com/hp/creals/ | ||
D | ConversionTest.java | 33 final CR TINY = CR.ONE.shiftRight(1078); field in ConversionTest |
/external/python/cpython3/Lib/test/ | ||
D | test_float.py | 1013 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase |
/external/python/cpython2/Lib/test/ | ||
D | test_float.py | 1026 TINY = fromHex('0x0.0000000000001p-1022') # min subnormal variable in HexFloatTestCase |