OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trio_to_long_double
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libxml/src/
triostr.h
57
TRIO_STRING_PUBLIC trio_long_double_t
trio_to_long_double
TRIO_PROTO((const char *source, char **endp));
triostr.c
961
trio_to_long_double
function
1093
See @ref
trio_to_long_double
.
1104
return (double)
trio_to_long_double
(source, endp);
1116
See @ref
trio_to_long_double
.
1127
return (float)
trio_to_long_double
(source, endp);
[
all
...]
/external/libxml2/
triostr.h
57
TRIO_STRING_PUBLIC trio_long_double_t
trio_to_long_double
TRIO_PROTO((const char *source, char **endp));
triostr.c
961
trio_to_long_double
function
1093
See @ref
trio_to_long_double
.
1104
return (double)
trio_to_long_double
(source, endp);
1116
See @ref
trio_to_long_double
.
1127
return (float)
trio_to_long_double
(source, endp);
[
all
...]
Completed in 23 milliseconds