Home
last modified time | relevance | path

Searched refs:Sign_bit (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgdtoaimp.h327 #define Sign_bit 0x80000000 macro
365 #define Sign_bit 0x80000000 macro
391 #define Sign_bit 0x8000 macro
Ddtoa.c154 if (word0(d) & Sign_bit) {
157 word0(d) &= ~Sign_bit; /* clear sign bit */
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddtoa.c248 #define Sign_bit 0x80000000 macro
2368 if (word0(&u) & Sign_bit) { in _Py_dg_dtoa()
2371 word0(&u) &= ~Sign_bit; /* clear sign bit */ in _Py_dg_dtoa()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Ddtoa.c265 #define Sign_bit 0x80000000 macro
2399 if (word0(&u) & Sign_bit) { in _Py_dg_dtoa()
2402 word0(&u) &= ~Sign_bit; /* clear sign bit */ in _Py_dg_dtoa()