Searched defs:Decimal (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Format/ |
| HD | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 63 const auto Decimal = Option.Decimal; in process() local
|
| /freebsd-14-stable/sbin/fdisk/ |
| HD | fdisk.c | 68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro
|
| /freebsd-14-stable/contrib/sqlite3/ |
| HD | shell.c | 3688 typedef struct Decimal Decimal; typedef 3689 struct Decimal { struct 3700 ** Release memory held by a Decimal, but do not free the object itself. argument
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/ |
| HD | Format.h | 2983 int8_t Decimal; member
|