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

  /external/python/cpython3/Python/
dtoa.c 195 MAX_ABS_EXP in absolute value get truncated to +-MAX_ABS_EXP. MAX_ABS_EXP
197 #ifndef MAX_ABS_EXP
198 #define MAX_ABS_EXP 1100000000U
203 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
211 #if MAX_ABS_EXP > INT_MAX
212 #error "MAX_ABS_EXP should fit in an int"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 204 MAX_ABS_EXP in absolute value get truncated to +-MAX_ABS_EXP. MAX_ABS_EXP
206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 1100000000U
212 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
220 #if MAX_ABS_EXP > INT_MAX
221 #error "MAX_ABS_EXP should fit in an int"
    [all...]
  /external/python/cpython2/Python/
dtoa.c 204 MAX_ABS_EXP in absolute value get truncated to +-MAX_ABS_EXP. MAX_ABS_EXP
206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 1100000000U
212 should satisfy MAX_DIGITS + 400 < MAX_ABS_EXP; that ensures that the
220 #if MAX_ABS_EXP > INT_MAX
221 #error "MAX_ABS_EXP should fit in an int"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 204 MAX_ABS_EXP in absolute value get truncated to +-MAX_ABS_EXP. MAX_ABS_EXP
206 #ifndef MAX_ABS_EXP
207 #define MAX_ABS_EXP 19999U
    [all...]

Completed in 212 milliseconds