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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_math.c 24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable
55 else if (x >= two_pow_p28) { /* x > 2**28 */
100 if (absx > two_pow_p28) { /* |x| > 2**28 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_math.c 24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable
55 else if (x >= two_pow_p28) { /* x > 2**28 */
100 if (absx > two_pow_p28) { /* |x| > 2**28 */
  /external/python/cpython2/Modules/
_math.c 24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable
54 else if (x >= two_pow_p28) { /* x > 2**28 */
99 if (absx > two_pow_p28) { /* |x| > 2**28 */
  /external/python/cpython3/Modules/
_math.c 24 static const double two_pow_p28 = 268435456.0; /* 2**28 */ variable
57 else if (x >= two_pow_p28) { /* x > 2**28 */
102 if (absx > two_pow_p28) { /* |x| > 2**28 */

Completed in 78 milliseconds