Home
last modified time | relevance | path

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

12

/src/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.cpp357 IO.mapOptional("Decimal", Base.Decimal); in mapping()
1932 Style.IntegerLiteralSeparator.Decimal = 3; in getClangFormatStyle()
/src/sbin/fdisk/
H A Dfdisk.c68 #define Decimal(str, ans, tmp, maxval) if (decimal(str, &tmp, ans, maxval)) ans = tmp macro
579 Decimal("sysid (165=FreeBSD)", partp->dp_typ, tmp, 255); in change_part()
580 Decimal("start", partp->dp_start, tmp, NO_DISK_SECTORS); in change_part()
581 Decimal("size", partp->dp_size, tmp, NO_DISK_SECTORS); in change_part()
593 Decimal("beginning cylinder", tcyl, tmp, NO_TRACK_CYLINDERS); in change_part()
594 Decimal("beginning head", thd, tmp, NO_TRACK_HEADS); in change_part()
595 Decimal("beginning sector", tsec, tmp, NO_TRACK_SECTORS); in change_part()
603 Decimal("ending cylinder", tcyl, tmp, NO_TRACK_CYLINDERS); in change_part()
604 Decimal("ending head", thd, tmp, NO_TRACK_HEADS); in change_part()
605 Decimal("ending sector", tsec, tmp, NO_TRACK_SECTORS); in change_part()
[all …]
/src/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 DP9InstrResources.td22 // - One DFU (Decimal Floating Point and Quad Precision) unit P9_DFU_*
H A DPPCRegisterInfo.td408 // The reason we didn't use the correct type (Decimal Floating Point) is that
/src/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
328 EXPECT_CALL(this->mock_foo_, Decimal(true, 'a', 0, 0, 1L, A<float>(), Lt(100), in TYPED_TEST()
332 EXPECT_EQ(5, this->foo_->Decimal(true, 'a', 0, 0, 1, 0, 0, 5, nullptr, "hi")); in TYPED_TEST()
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2983 int8_t Decimal; member
3010 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
/src/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
/src/contrib/sqlite3/
H A Dshell.c3730 typedef struct Decimal Decimal; typedef
3731 struct Decimal { struct
3744 static void decimal_clear(Decimal *p){ in decimal_clear()
3751 static void decimal_free(Decimal *p){ in decimal_free()
3762 static Decimal *decimalNewFromText(const char *zIn, int n){ in decimalNewFromText()
3763 Decimal *p = 0; in decimalNewFromText()
3864 static Decimal *decimalFromDouble(double);
3877 static Decimal *decimal_new( in decimal_new()
3882 Decimal *p = 0; in decimal_new()
3933 static void decimal_result(sqlite3_context *pCtx, Decimal *p){ in decimal_result()
[all …]
/src/crypto/openssl/doc/man3/
H A DOPENSSL_ia32cap.pod176 Decimal/Octal/Hexadecimal values representations are supported.
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsSystemZ.td400 // Instructions from the Vector Packed Decimal Facility
/src/crypto/krb5/src/lib/krb5/unicode/ucdata/
H A Dformat.txt27 Nd 3 Number, Decimal Digit
/src/share/misc/
H A Dusb_hid_usages401 0xB3 Decimal Separator
442 0xDC Keypad Decimal
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZScheduleZEC12.td622 // Decimal arithmetic
1006 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ196.td609 // Decimal arithmetic
968 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ13.td652 // Decimal arithmetic
1040 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ16.td687 // Decimal arithmetic
1082 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ15.td687 // Decimal arithmetic
1076 // ------------------------ Decimal floating point -------------------------- //
H A DSystemZScheduleZ14.td672 // Decimal arithmetic
1058 // ------------------------ Decimal floating point -------------------------- //

12