Home
last modified time | relevance | path

Searched refs:Decimal (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DIntegerLiteralSeparatorFixer.cpp20 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 DFormat.cpp374 IO.mapOptional("Decimal", Base.Decimal); in mapping()
/freebsd-14.2/sbin/fdisk/
H A Dfdisk.c576 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 DP10InstrResources.td362 // 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 DPPCInstrDFP.td1 //===-- PPCInstrDFP.td - PowerPC Decimal Floating Point ----*- tablegen -*-===//
9 // This file describes the PowerPC Decimal Floating Point (DFP) instructions.
H A DREADME_P9.txt143 - 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 DPPCScheduleP10.td45 def P10_DF : ProcResource<1>; // One Decimal Floating Point pipelines.
H A DPPCScheduleP9.td119 // Only one DFU (Decimal Floating Point and Quad Precision) unit.
H A DPPCInstrAltivec.td1600 // 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 DPPCRegisterInfo.td389 // The reason we didn't use the correct type (Decimal Floating Point) is that
H A DP9InstrResources.td22 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_*
/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-function-mocker_test.cc88 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 DFormat.h2853 int8_t Decimal; member
2880 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
/freebsd-14.2/contrib/gdtoa/
H A DREADME18 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 Dshell.c3688 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 DIntrinsicsSystemZ.td400 // Instructions from the Vector Packed Decimal Facility
/freebsd-14.2/share/misc/
H A Dusb_hid_usages401 0xB3 Decimal Separator
442 0xDC Keypad Decimal
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZ196.td609 // Decimal arithmetic
968 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZEC12.td622 // Decimal arithmetic
1006 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ13.td652 // Decimal arithmetic
1040 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ16.td686 // Decimal arithmetic
1081 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ14.td672 // Decimal arithmetic
1058 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ15.td686 // Decimal arithmetic
1075 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZInstrInfo.td1914 // Decimal arithmetic
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrMisc.td1059 // Decimal Adjust AL after Addition
1064 // Decimal Adjust AL after Subtraction

12