#include <precomp.h>
Go to the source code of this file.
◆ NUMBER_EFMT
◆ _ecvt()
Definition at line 16 of file ecvt.c.
17{
20
24
27
29 {
31 }
32
34
36 {
38 }
39 else if (
strncmp(
s + 1,
"Inf", 3) == 0)
40 {
42 }
43 else
44 {
45
47 {
49 }
51
53 {
55 {
57 }
58 else
59 {
61 }
62 }
63
65 {
67 }
68
69 while (*
s && *
s !=
'E')
70 {
72 {
74 }
75 else
76 {
78 }
79 }
80
82 {
84 }
85
87
88 if (cvtbuf[1] == '0')
89 {
91 }
93 {
94
97 {
100 }
102 if (tbuf[1] >= '5')
103 {
104 (*decpt)++;
105 }
107 }
108
110 {
112 }
113
115 }
117 return ecvtbuf;
118}
int strncmp(const char *String1, const char *String2, ACPI_SIZE Count)
_Check_return_ int __cdecl atoi(_In_z_ const char *_Str)
#define memcpy(s1, s2, n)
#define sprintf(buf, format,...)
static size_t double int ndigits
static size_t double int int * decpt