| /openbsd-src/gnu/usr.bin/perl/lib/unicore/extracted/ |
| H A D | DNumType.txt | 16 # Numeric_Type=Decimal: When there is a value in field 6. 214 0030..0039 ; Decimal # Nd [10] DIGIT ZERO..DIGIT NINE 215 0660..0669 ; Decimal # Nd [10] ARABIC-INDIC DIGIT ZERO..ARABIC-INDIC DIGIT NINE 216 06F0..06F9 ; Decimal # Nd [10] EXTENDED ARABIC-INDIC DIGIT ZERO..EXTENDED ARABIC-INDIC DIGIT NI… 217 07C0..07C9 ; Decimal # Nd [10] NKO DIGIT ZERO..NKO DIGIT NINE 218 0966..096F ; Decimal # Nd [10] DEVANAGARI DIGIT ZERO..DEVANAGARI DIGIT NINE 219 09E6..09EF ; Decimal # Nd [10] BENGALI DIGIT ZERO..BENGALI DIGIT NINE 220 0A66..0A6F ; Decimal # Nd [10] GURMUKHI DIGIT ZERO..GURMUKHI DIGIT NINE 221 0AE6..0AEF ; Decimal # Nd [10] GUJARATI DIGIT ZERO..GUJARATI DIGIT NINE 222 0B66..0B6F ; Decimal # Nd [10] ORIYA DIGIT ZERO..ORIYA DIGIT NINE [all …]
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/ |
| H A D | Internals.pod | 24 =item Decimal versions 26 Any version which "looks like a number", see L<Decimal Versions>. This 31 =item Dotted-Decimal versions 34 point and may have an optional embedded underscore, see L<Dotted-Decimal 49 In specific, version numbers initialized as L<Decimal Versions> will 51 passed to C<new()>. Version numbers initialized as L<Dotted-Decimal Versions> 54 =head2 Decimal Versions 58 $VERSION scalar. A Decimal version is initialized with what looks like 78 IMPORTANT NOTE: As shown above, if your Decimal version contains more 84 =head2 Dotted-Decimal Versions [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | IntelPTSingleBufferTrace.cpp | 44 Decimal, enumerator 77 case Decimal: in ReadIntelPTConfigFile() 98 case Decimal: in ReadIntelPTConfigFile() 109 IntelPTConfigFileType::Decimal); in GetIntelPTOSEventType()
|
| /openbsd-src/gnu/llvm/libcxx/benchmarks/ |
| H A D | formatter_int.bench.cpp | 81 Decimal, enumerator 103 struct Base<BaseE::Decimal> {
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
| H A D | P10InstrResources.td | 372 // 13 Cycles Decimal Floating Point operations, 1 input operands 390 // 13 Cycles Decimal Floating Point operations, 2 input operands 399 // 13 Cycles Decimal Floating Point operations, 3 input operands 409 // 13 Cycles Decimal Floating Point operations, and 3 Cycles Store operations, 2 input operands 416 // 24 Cycles Decimal Floating Point operations, 1 input operands 422 // 25 Cycles Decimal Floating Point operations, 2 input operands 429 // 25 Cycles Decimal Floating Point operations, 3 input operands 442 // 38 Cycles Decimal Floating Point operations, 2 input operands 448 // 59 Cycles Decimal Floating Point operations, 2 input operands 455 // 61 Cycles Decimal Floating Point operations, 2 input operands [all …]
|
| 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 | 51 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 | 1593 // Decimal Integer Format Conversion Instructions 1612 // Decimal Convert From/to National/Zoned/Signed-QWord 1620 // Decimal Copy-Sign/Set-Sign 1626 // Decimal Shift/Unsigned-Shift/Shift-and-Round 1631 // Decimal (Unsigned) Truncate
|
| /openbsd-src/gnu/llvm/clang/include/clang/Format/ |
| H A D | Format.h | 2530 int8_t Decimal; member 2557 Decimal == R.Decimal && DecimalMinDigits == R.DecimalMinDigits &&
|
| /openbsd-src/gnu/usr.bin/perl/cpan/version/lib/ |
| H A D | version.pod | 52 =item Decimal Versions 59 =item Dotted Decimal Versions 158 Decimal: regular decimal numbers (literal or in a string)
|
| /openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
| H A D | DNBDefs.h | 180 Decimal, enumerator
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlnumber.pod | 29 Decimal strings may have an exponential notation part, as in C<"12.34e-56">.
|
| H A D | perlreref.pod | 168 digit PosixDigit XPosixDigit \d Decimal digits
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.def | 193 /* Decimal floating point modes. */
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsSystemZ.td | 413 // Instructions from the Vector Packed Decimal Facility
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | AMDGPUOperandSyntax.rst | 789 Decimal [-]?[1-9][0-9]* -1234 811 …Decimal [-]?[0-9]*[.][0-9]*([eE][+-]?[0-9]*)? -1.234, 234e2 Must …
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | gccint.info | 265 * Decimal float library routines:: 430 File: gccint.info, Node: Soft float library routines, Next: Decimal float library routines, Prev… 689 File: gccint.info, Node: Decimal float library routines, Next: Exception handling routines, Prev… 871 …Node: Exception handling routines, Next: Miscellaneous routines, Prev: Decimal float library rou… 9399 "Single Decimal Floating" mode represents a four byte decimal 9404 "Double Decimal Floating" mode represents an eight byte decimal 9408 "Tetra Decimal Floating" mode represents a sixteen byte decimal 9478 Decimal floating point modes. By default these are `SDmode', 31068 * __adddd3: Decimal float library routines. 31072 * __addsd3: Decimal float library routines. [all …]
|
| H A D | libgcc.texi | 42 * Decimal float library routines:: 489 @node Decimal float library routines
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/ |
| H A D | SystemZScheduleZEC12.td | 622 // Decimal arithmetic 1007 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ196.td | 609 // Decimal arithmetic 969 // ------------------------ Decimal floating point -------------------------- //
|
| H A D | SystemZScheduleZ13.td | 652 // Decimal arithmetic 1042 // ------------------------ Decimal floating point -------------------------- //
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangFormattedStatus.rst | 1802 * - flang/include/flang/Decimal 1882 * - flang/lib/Decimal 1992 * - flang/unittests/Decimal
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-9 | 228 * Decimal revision number: Revision numbers.
|