Searched defs:Decimal (Results 1 – 4 of 4) sorted by relevance
20 enum class Base { Binary, Decimal, Hex, Other }; enumerator63 const auto Decimal = Option.Decimal; in process() local
68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro [all...]
3693 typedef struct Decimal Decimal; global() typedef 3694 struct Decimal { global() struct 3705 aDecimal global() argument [all...]
2853 int8_t Decimal; global() member