python-2.7.6/include/dtoa.h Source File
Main Page
Topics
Modules
Namespaces
Classes
Files
Examples
File List
File Members
dtoa.h
Go to the documentation of this file.
1
#ifndef PY_NO_SHORT_FLOAT_REPR
2
#ifdef __cplusplus
3
extern
"C"
{
4
#endif
5
6
PyAPI_FUNC
(
double
) _Py_dg_strtod(const
char
*
str
,
char
**
ptr
);
7
PyAPI_FUNC
(
char
*) _Py_dg_dtoa(
double
d
,
int
mode
,
int
ndigits
,
8
int
*
decpt
,
int
*
sign
,
char
**
rve
);
9
PyAPI_FUNC
(
void
) _Py_dg_freedtoa(
char
*
s
);
10
11
12
#ifdef __cplusplus
13
}
14
#endif
15
#endif
s
register char ** s
Definition:
stringobject.h:174
sign
int int int int * sign
Definition:
dtoa.h:7
d
size_t const char double d
Definition:
pystrtod.h:13
ptr
char ** ptr
Definition:
dtoa.h:6
rve
int int int int char ** rve
Definition:
dtoa.h:7
PyAPI_FUNC
PyAPI_FUNC(double) _Py_dg_strtod(const char *str
ndigits
int int ndigits
Definition:
dtoa.h:7
mode
int mode
Definition:
dtoa.h:7
str
int char * str
Definition:
node.h:20
decpt
int int int * decpt
Definition:
dtoa.h:7