Home | History | Annotate | Download | only in test

Lines Matching refs:EPS

973     EPS = fromHex('0x0.0000000000001p0') # diff between 1.0 and next float up
988 self.identical(self.EPS, ldexp(1.0, -52))
1085 EPS = self.EPS;
1309 self.identical(fromHex('0x0.fffffffffffff0p0'), 1.0-EPS)
1310 self.identical(fromHex('0x0.fffffffffffff1p0'), 1.0-EPS)
1311 self.identical(fromHex('0X0.fffffffffffff2p0'), 1.0-EPS)
1312 self.identical(fromHex('0x0.fffffffffffff3p0'), 1.0-EPS)
1313 self.identical(fromHex('0X0.fffffffffffff4p0'), 1.0-EPS)
1314 self.identical(fromHex('0X0.fffffffffffff5p0'), 1.0-EPS/2)
1315 self.identical(fromHex('0X0.fffffffffffff6p0'), 1.0-EPS/2)
1316 self.identical(fromHex('0x0.fffffffffffff7p0'), 1.0-EPS/2)
1317 self.identical(fromHex('0x0.fffffffffffff8p0'), 1.0-EPS/2)
1318 self.identical(fromHex('0X0.fffffffffffff9p0'), 1.0-EPS/2)
1319 self.identical(fromHex('0X0.fffffffffffffap0'), 1.0-EPS/2)
1320 self.identical(fromHex('0x0.fffffffffffffbp0'), 1.0-EPS/2)
1337 1+EPS)
1338 self.identical(fromHex('0X1.00000000000009p0'), 1.0+EPS)
1339 self.identical(fromHex('0x1.0000000000000ap0'), 1.0+EPS)
1340 self.identical(fromHex('0x1.0000000000000bp0'), 1.0+EPS)
1341 self.identical(fromHex('0X1.0000000000000cp0'), 1.0+EPS)
1342 self.identical(fromHex('0x1.0000000000000dp0'), 1.0+EPS)
1343 self.identical(fromHex('0x1.0000000000000ep0'), 1.0+EPS)
1344 self.identical(fromHex('0X1.0000000000000fp0'), 1.0+EPS)
1345 self.identical(fromHex('0x1.00000000000010p0'), 1.0+EPS)
1346 self.identical(fromHex('0X1.00000000000011p0'), 1.0+EPS)
1347 self.identical(fromHex('0x1.00000000000012p0'), 1.0+EPS)
1348 self.identical(fromHex('0X1.00000000000013p0'), 1.0+EPS)
1349 self.identical(fromHex('0X1.00000000000014p0'), 1.0+EPS)
1350 self.identical(fromHex('0x1.00000000000015p0'), 1.0+EPS)
1351 self.identical(fromHex('0x1.00000000000016p0'), 1.0+EPS)
1352 self.identical(fromHex('0X1.00000000000017p0'), 1.0+EPS)
1354 1.0+EPS)
1355 self.identical(fromHex('0x1.00000000000018p0'), 1.0+2*EPS)
1357 1.0+2*EPS)
1358 self.identical(fromHex('0x1.00000000000019p0'), 1.0+2*EPS)
1359 self.identical(fromHex('0X1.0000000000001ap0'), 1.0+2*EPS)
1360 self.identical(fromHex('0X1.0000000000001bp0'), 1.0+2*EPS)
1361 self.identical(fromHex('0x1.0000000000001cp0'), 1.0+2*EPS)
1362 self.identical(fromHex('0x1.0000000000001dp0'), 1.0+2*EPS)
1363 self.identical(fromHex('0x1.0000000000001ep0'), 1.0+2*EPS)
1364 self.identical(fromHex('0X1.0000000000001fp0'), 1.0+2*EPS)
1365 self.identical(fromHex('0x1.00000000000020p0'), 1.0+2*EPS)