HomeSort by relevance Sort by last modified time
    Searched refs:float_fn (Results 1 - 4 of 4) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_cmath.py 269 float_fn = getattr(math, fn)
273 self.rAssertAlmostEqual(float_fn(v), z.real)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_cmath.py 269 float_fn = getattr(math, fn)
273 self.rAssertAlmostEqual(float_fn(v), z.real)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 269 float_fn = getattr(math, fn)
273 self.rAssertAlmostEqual(float_fn(v), z.real)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 269 float_fn = getattr(math, fn)
273 self.rAssertAlmostEqual(float_fn(v), z.real)

Completed in 467 milliseconds