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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
dtoa.h 7 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
dtoa.h 7 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
  /external/python/cpython2/Include/
dtoa.h 7 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
  /external/python/cpython3/Include/
dtoa.h 8 PyAPI_FUNC(char *) _Py_dg_dtoa(double d, int mode, int ndigits,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pystrtod.c 735 /* The fallback code to use if _Py_dg_dtoa is not available. */
887 /* _Py_dg_dtoa is available. */
950 /* _Py_dg_dtoa returns a digit string (no decimal point or exponent).
953 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
    [all...]
dtoa.c 49 * returns -1 on failure and 0 otherwise. _Py_dg_dtoa returns NULL
54 * _Py_dg_dtoa are expected to call _Py_dg_freedtoa to free
55 * the memory allocated by _Py_dg_dtoa.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
pystrtod.c 735 /* The fallback code to use if _Py_dg_dtoa is not available. */
887 /* _Py_dg_dtoa is available. */
950 /* _Py_dg_dtoa returns a digit string (no decimal point or exponent).
953 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
    [all...]
dtoa.c 49 * returns -1 on failure and 0 otherwise. _Py_dg_dtoa returns NULL
54 * _Py_dg_dtoa are expected to call _Py_dg_freedtoa to free
55 * the memory allocated by _Py_dg_dtoa.
    [all...]
  /external/python/cpython2/Python/
pystrtod.c 735 /* The fallback code to use if _Py_dg_dtoa is not available. */
887 /* _Py_dg_dtoa is available. */
950 /* _Py_dg_dtoa returns a digit string (no decimal point or exponent).
953 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
    [all...]
dtoa.c 49 * returns -1 on failure and 0 otherwise. _Py_dg_dtoa returns NULL
54 * _Py_dg_dtoa are expected to call _Py_dg_freedtoa to free
55 * the memory allocated by _Py_dg_dtoa.
    [all...]
  /external/python/cpython3/Python/
pystrtod.c 795 /* The fallback code to use if _Py_dg_dtoa is not available. */
947 /* _Py_dg_dtoa is available. */
1011 /* _Py_dg_dtoa returns a digit string (no decimal point or exponent).
1014 digits = _Py_dg_dtoa(d, mode, precision, &decpt_as_int, &sign,
    [all...]
dtoa.c 49 * returns -1 on failure and 0 otherwise. _Py_dg_dtoa returns NULL
54 * _Py_dg_dtoa are expected to call _Py_dg_freedtoa to free
55 * the memory allocated by _Py_dg_dtoa.
    [all...]
  /external/python/cpython3/Objects/
floatobject.c 938 buf = _Py_dg_dtoa(x, 3, ndigits, &decpt, &sign, &buf_end);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
floatobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
floatobject.c     [all...]
  /external/python/cpython2/Objects/
floatobject.c 1110 decimal string using _Py_dg_dtoa, then convert that decimal strin
    [all...]

Completed in 1039 milliseconds