Searched refs:trio_to_long_double (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtriostr.h57 TRIO_STRING_PUBLIC trio_long_double_t trio_to_long_double TRIO_PROTO((const char *source, char **endp));
H A Dtriostr.c967 trio_to_long_double function
1099 See @ref trio_to_long_double.
1110 return (double)trio_to_long_double(source, endp);
1122 See @ref trio_to_long_double.
1133 return (float)trio_to_long_double(source, endp);

Completed in 85 milliseconds