| /freebsd-14.2/contrib/llvm-project/clang/lib/Format/ |
| H A D | IntegerLiteralSeparatorFixer.cpp | 20 enum class Base { Binary, Decimal, Hex, Other }; enumerator 27 return Base::Decimal; in getBase() 63 const auto Decimal = Option.Decimal; in process() local 66 const bool SkipDecimal = Decimal == 0; in process() 75 std::max((int)Option.DecimalMinDigits, Decimal + 1); in process() 109 const bool IsBase10 = B == Base::Decimal; in process() 137 auto DigitsPerGroup = Decimal; in process()
|
| H A D | Format.cpp | 374 IO.mapOptional("Decimal", Base.Decimal); in mapping()
|
| /freebsd-14.2/sbin/fdisk/ |
| H A D | fdisk.c | 576 Decimal("sysid (165=FreeBSD)", partp->dp_typ, tmp, 255); in change_part() 577 Decimal("start", partp->dp_start, tmp, NO_DISK_SECTORS); in change_part() 578 Decimal("size", partp->dp_size, tmp, NO_DISK_SECTORS); in change_part() 591 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS); in change_part() 592 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 601 Decimal("ending head", thd, tmp, NO_TRACK_HEADS); in change_part() 602 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS); in change_part() 651 Decimal("active partition", new, tmp, 0); in change_active() 681 Decimal("BIOS's idea of #cylinders", dos_cyls, tmp, 0); in get_params_to_use() 682 Decimal("BIOS's idea of #heads", dos_heads, tmp, 0); in get_params_to_use() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 362 // 13 Cycles Decimal Floating Point operations, 1 input operands 383 // 13 Cycles Decimal Floating Point operations, 2 input operands 394 // 13 Cycles Decimal Floating Point operations, and 3 Cycles Store operations, 1 input operands 401 // 24 Cycles Decimal Floating Point operations, 1 input operands 407 // 25 Cycles Decimal Floating Point operations, 2 input operands 414 // 25 Cycles Decimal Floating Point operations, 3 input operands 427 // 38 Cycles Decimal Floating Point operations, 1 input operands 433 // 59 Cycles Decimal Floating Point operations, 2 input operands 440 // 61 Cycles Decimal Floating Point operations, 2 input operands 449 // 68 Cycles Decimal Floating Point operations, 2 input operands [all …]
|
| H A D | PPCInstrDFP.td | 1 //===-- PPCInstrDFP.td - PowerPC Decimal Floating Point ----*- tablegen -*-===// 9 // This file describes the PowerPC Decimal Floating Point (DFP) instructions.
|
| H A D | README_P9.txt | 143 - Decimal Convert From/to National/Zoned/Signed-QWord: 153 - Decimal Copy-Sign/Set-Sign: bcdcpsgn. bcdsetsgn. 158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr. 166 - Decimal (Unsigned) Truncate: bcdtrunc. bcdutrunc.
|
| H A D | PPCScheduleP10.td | 45 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines.
|
| H A D | PPCScheduleP9.td | 119 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
|
| H A D | PPCInstrAltivec.td | 1600 // Decimal Integer Format Conversion Instructions 1619 // Decimal Convert From/to National/Zoned/Signed-QWord 1627 // Decimal Copy-Sign/Set-Sign 1633 // Decimal Shift/Unsigned-Shift/Shift-and-Round 1638 // Decimal (Unsigned) Truncate
|
| H A D | PPCRegisterInfo.td | 389 // The reason we didn't use the correct type (Decimal Floating Point) is that
|
| H A D | P9InstrResources.td | 22 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_*
|
| /freebsd-14.2/contrib/googletest/googlemock/test/ |
| H A D | gmock-function-mocker_test.cc | 88 virtual int Decimal(bool b, char c, short d, int e, long f, // NOLINT 150 MOCK_METHOD(int, Decimal, 221 MOCK_METHOD10(Decimal, int(bool, char, short, int, long, float, // NOLINT 329 Decimal(true, 'a', 0, 0, 1L, A<float>(), Lt(100), 5U, NULL, "hi")) in TYPED_TEST() 332 EXPECT_EQ(5, this->foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, nullptr, "hi")); in TYPED_TEST()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Format/ |
| H A D | Format.h | 2853 int8_t Decimal; member 2880 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
|
| /freebsd-14.2/contrib/gdtoa/ |
| H A D | README | 18 David M. Gay, "Correctly Rounded Binary-Decimal and 19 Decimal-Binary Conversions", Numerical Analysis Manuscript 247 V. Paxson and W. Kahan, "A Program for Testing IEEE Binary-Decimal
|
| /freebsd-14.2/contrib/sqlite3/ |
| H A D | shell.c | 3688 typedef struct Decimal Decimal; typedef 3689 struct Decimal { struct 4013 static int decimal_cmp(const Decimal *pA, const Decimal *pB){ in decimal_cmp() 4098 static void decimal_add(Decimal *pA, Decimal *pB){ in decimal_add() 4171 static void decimalMul(Decimal *pA, Decimal *pB){ in decimalMul() 4258 Decimal *pA; in decimalFromDouble() 4259 Decimal *pX; in decimalFromDouble() 4400 Decimal *p; in decimalSumStep() 4401 Decimal *pArg; in decimalSumStep() 4426 Decimal *p; in decimalSumInverse() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsSystemZ.td | 400 // Instructions from the Vector Packed Decimal Facility
|
| /freebsd-14.2/share/misc/ |
| H A D | usb_hid_usages | 401 0xB3 Decimal Separator 442 0xDC Keypad Decimal
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZ196.td | 609 // Decimal arithmetic 968 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZEC12.td | 622 // Decimal arithmetic 1006 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ13.td | 652 // Decimal arithmetic 1040 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ16.td | 686 // Decimal arithmetic 1081 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ14.td | 672 // Decimal arithmetic 1058 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ15.td | 686 // Decimal arithmetic 1075 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZInstrInfo.td | 1914 // Decimal arithmetic
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrMisc.td | 1059 // Decimal Adjust AL after Addition 1064 // Decimal Adjust AL after Subtraction
|