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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
complexobject.c 96 const double abs_breal = b.real < 0 ? -b.real : b.real; local
99 if (abs_breal >= abs_bimag) {
101 if (abs_breal == 0.0) {
112 else if (abs_bimag >= abs_breal) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
complexobject.c 96 const double abs_breal = b.real < 0 ? -b.real : b.real; local
99 if (abs_breal >= abs_bimag) {
101 if (abs_breal == 0.0) {
    [all...]

Completed in 53 milliseconds