Lines Matching refs:EPS
1078 EPS = fromHex('0x0.0000000000001p0') # diff between 1.0 and next float up variable in HexFloatTestCase
1093 self.identical(self.EPS, ldexp(1.0, -52))
1190 EPS = self.EPS
1413 self.identical(fromHex('0x0.fffffffffffff0p0'), 1.0-EPS)
1414 self.identical(fromHex('0x0.fffffffffffff1p0'), 1.0-EPS)
1415 self.identical(fromHex('0X0.fffffffffffff2p0'), 1.0-EPS)
1416 self.identical(fromHex('0x0.fffffffffffff3p0'), 1.0-EPS)
1417 self.identical(fromHex('0X0.fffffffffffff4p0'), 1.0-EPS)
1418 self.identical(fromHex('0X0.fffffffffffff5p0'), 1.0-EPS/2)
1419 self.identical(fromHex('0X0.fffffffffffff6p0'), 1.0-EPS/2)
1420 self.identical(fromHex('0x0.fffffffffffff7p0'), 1.0-EPS/2)
1421 self.identical(fromHex('0x0.fffffffffffff8p0'), 1.0-EPS/2)
1422 self.identical(fromHex('0X0.fffffffffffff9p0'), 1.0-EPS/2)
1423 self.identical(fromHex('0X0.fffffffffffffap0'), 1.0-EPS/2)
1424 self.identical(fromHex('0x0.fffffffffffffbp0'), 1.0-EPS/2)
1441 1+EPS)
1442 self.identical(fromHex('0X1.00000000000009p0'), 1.0+EPS)
1443 self.identical(fromHex('0x1.0000000000000ap0'), 1.0+EPS)
1444 self.identical(fromHex('0x1.0000000000000bp0'), 1.0+EPS)
1445 self.identical(fromHex('0X1.0000000000000cp0'), 1.0+EPS)
1446 self.identical(fromHex('0x1.0000000000000dp0'), 1.0+EPS)
1447 self.identical(fromHex('0x1.0000000000000ep0'), 1.0+EPS)
1448 self.identical(fromHex('0X1.0000000000000fp0'), 1.0+EPS)
1449 self.identical(fromHex('0x1.00000000000010p0'), 1.0+EPS)
1450 self.identical(fromHex('0X1.00000000000011p0'), 1.0+EPS)
1451 self.identical(fromHex('0x1.00000000000012p0'), 1.0+EPS)
1452 self.identical(fromHex('0X1.00000000000013p0'), 1.0+EPS)
1453 self.identical(fromHex('0X1.00000000000014p0'), 1.0+EPS)
1454 self.identical(fromHex('0x1.00000000000015p0'), 1.0+EPS)
1455 self.identical(fromHex('0x1.00000000000016p0'), 1.0+EPS)
1456 self.identical(fromHex('0X1.00000000000017p0'), 1.0+EPS)
1458 1.0+EPS)
1459 self.identical(fromHex('0x1.00000000000018p0'), 1.0+2*EPS)
1461 1.0+2*EPS)
1462 self.identical(fromHex('0x1.00000000000019p0'), 1.0+2*EPS)
1463 self.identical(fromHex('0X1.0000000000001ap0'), 1.0+2*EPS)
1464 self.identical(fromHex('0X1.0000000000001bp0'), 1.0+2*EPS)
1465 self.identical(fromHex('0x1.0000000000001cp0'), 1.0+2*EPS)
1466 self.identical(fromHex('0x1.0000000000001dp0'), 1.0+2*EPS)
1467 self.identical(fromHex('0x1.0000000000001ep0'), 1.0+2*EPS)
1468 self.identical(fromHex('0X1.0000000000001fp0'), 1.0+2*EPS)
1469 self.identical(fromHex('0x1.00000000000020p0'), 1.0+2*EPS)