Lines Matching refs:result
111 result = math.ldexp(q, exp)
112 return -result if negative else result
217 # 2**(x+y) - 2**x - 2**y + 1, so the proper result is easy to check.
769 result = eval(underflow, namespace)
770 self.assertEqual(result, 0.0,
796 """Verify that the result of a/b is correctly rounded, by
828 # result of true division of ints is always correctly rounded.
883 # test round-half-to-even behaviour, normal result
889 # test round-half-to-even, subnormal result
988 # Exercise corner case of the current algorithm, where the result of