Home
last modified time | relevance | path

Searched defs:ConversionToDecimalResult (Results 1 – 1 of 1) sorted by relevance

/llvm-project/flang/include/flang/Decimal/
H A Ddecimal.h41 struct ConversionToDecimalResult { struct
42 const char *str; /* may not be original buffer pointer; null if overflow */
43 size_t length; /* does not include NUL terminator */
44 int decimalExponent; /* assuming decimal point to the left of first digit */
45 enum ConversionResultFlags flags;