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 967 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);
    [all...]

Completed in 44 milliseconds