OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dtoa_result
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c
35
char *
dtoa_result
;
variable
56
dtoa_result
=
62
dtoa_result
=
103
if (s ==
dtoa_result
)
104
dtoa_result
= 0;
dtoa.c
148
if (
dtoa_result
) {
149
freedtoa(
dtoa_result
);
150
dtoa_result
= 0;
gdtoa.c
168
if (
dtoa_result
) {
169
freedtoa(
dtoa_result
);
170
dtoa_result
= 0;
gdtoaimp.h
538
#define
dtoa_result
__dtoa_result_D2A
macro
570
extern char *
dtoa_result
;
/external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc
3443
static char *
dtoa_result
;
member in namespace:dmg_fp
3615
freedtoa(
dtoa_result
);
variable
[
all
...]
Completed in 79 milliseconds