HomeSort by relevance Sort by last modified time
    Searched refs:trio_to_long_double (Results 1 - 2 of 2) sorted by null

  /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 749 milliseconds