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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self) )
    [all...]
  /external/python/cpython2/Lib/test/
test_complex.py 390 class xcomplex(complex): class in function:ComplexTest.test_subclass
392 return xcomplex(complex(self) + other)
396 return xcomplex(complex(self) + other)
400 return xcomplex(complex(self) * other)
404 return xcomplex(complex(self) / other)
407 return xcomplex(other / complex(self))
413 return xcomplex(complex(self) // other)
416 return xcomplex(other // complex(self))
419 return xcomplex(complex(self) ** other)
422 return xcomplex(other ** complex(self)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_complex.py 385 class xcomplex(complex): class in function:ComplexTest.test_subclass
387 return xcomplex(complex(self) + other)
391 return xcomplex(complex(self) + other)
395 return xcomplex(complex(self) * other)
399 return xcomplex(complex(self) / other)
402 return xcomplex(other / complex(self))
408 return xcomplex(complex(self) // other)
411 return xcomplex(other // complex(self))
414 return xcomplex(complex(self) ** other)
417 return xcomplex(other ** complex(self)
    [all...]

Completed in 253 milliseconds