OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trio_long_double_t
(Results
1 - 3
of
3
) sorted by null
/external/libxml2/
triodef.h
140
typedef double
trio_long_double_t
;
typedef
162
typedef long double
trio_long_double_t
;
typedef
triostr.c
966
TRIO_STRING_PUBLIC
trio_long_double_t
977
trio_long_double_t
integer = 0.0;
978
trio_long_double_t
fraction = 0.0;
980
trio_long_double_t
base;
981
trio_long_double_t
fracdiv = 1.0;
982
trio_long_double_t
value = 0.0;
[
all
...]
triostr.h
57
TRIO_STRING_PUBLIC
trio_long_double_t
trio_to_long_double TRIO_PROTO((const char *source, char **endp));
Completed in 142 milliseconds