Home
last modified time | relevance | path

Searched refs:decimal (Results 101 – 125 of 390) sorted by relevance

12345678910>>...16

/openbsd/gnu/usr.bin/perl/cpan/Encode/bin/
H A Dpiconv181 where NNN is the decimal Unicode code point
266 decimal Unicode code point.
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dtarget.h743 ffelexToken decimal, ffelexToken fraction,
749 ffelexToken decimal, ffelexToken fraction,
755 ffelexToken decimal, ffelexToken fraction,
761 ffelexToken decimal, ffelexToken fraction,
767 ffelexToken decimal, ffelexToken fraction,
773 ffelexToken decimal, ffelexToken fraction,
779 ffelexToken decimal, ffelexToken fraction,
785 ffelexToken decimal, ffelexToken fraction,
H A Dtarget.c2223 ffelexToken decimal, ffelexToken fraction, in ffetarget_real1() argument
2236 dotok (decimal); in ffetarget_real1()
2257 if (decimal != NULL) in ffetarget_real1()
2306 ffelexToken decimal, ffelexToken fraction, in ffetarget_real2() argument
2319 dotok (decimal); in ffetarget_real2()
2345 if (decimal != NULL) in ffetarget_real2()
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dbacktrace.exp182 "Continuing.*Breakpoint $decimal, end.*" \
H A Dtfind.exp152 "Continuing.*Breakpoint $decimal, end.*" \
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dmiscexprs.exp80 -re "Break.* marker1 \\(\\) at .*:$decimal.*$gdb_prompt $" {
/openbsd/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D002_error.t33 eval { JSON::PP->new->allow_nonref (1)->decode ('-0.') }; ok $@ =~ /decimal point/;
/openbsd/gnu/usr.bin/binutils/intl/
H A Dpo2tbl.sed.in67 # Increment a decimal number in pattern space.
H A Dlinux-msg.sed47 # Increment a decimal number in pattern space.
H A Dxopen-msg.sed60 # Increment a decimal number in pattern space.
/openbsd/gnu/usr.bin/perl/cpan/Digest-SHA/t/
H A Dgglong.t9 # repeated n (in decimal) times, and we use | for concatenation.
/openbsd/gnu/usr.bin/binutils-2.17/intl/
H A Dpo2tbl.sed.in67 # Increment a decimal number in pattern space.
H A Dlinux-msg.sed47 # Increment a decimal number in pattern space.
H A Dxopen-msg.sed60 # Increment a decimal number in pattern space.
/openbsd/gnu/gcc/gcc/doc/
H A Dlibgcc.texi490 @section Routines for decimal floating point emulation
491 @cindex decimal float library
494 The software decimal floating point library implements IEEE 754R
495 decimal floating point arithmetic and is only activated on selected
598 These functions convert @var{i}, a signed integer, to decimal floating point.
604 These functions convert @var{i}, a signed long, to decimal floating point.
610 These functions convert @var{i}, an unsigned integer, to decimal floating point.
616 These functions convert @var{i}, an unsigned long, to decimal floating point.
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dconst-mbr.t86 "decimal integer literal " . ("9" x 72));
246 "decimal floating point literal 0." . ("9" x 72));
/openbsd/gnu/llvm/llvm/docs/CommandGuide/
H A Dllvm-strings.rst78 octal, decimal and hexadecimal respectively.
/openbsd/usr.sbin/tcpdump/
H A DREADME44 Field 1 is the packet time in decimal seconds, relative
100 (all times are in decimal seconds, relative to the start
/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZInstrDFP.td9 // The instructions in this file implement SystemZ decimal floating-point
12 // ever supports decimal floating-point types (_Decimal64 etc.), they can
/openbsd/gnu/usr.bin/perl/cpan/bignum/t/
H A Dconst-bigrat.t86 "decimal integer literal " . ("9" x 72));
246 "decimal floating point literal 0." . ("9" x 72));
H A Dconst-bigfloat.t90 "decimal integer literal " . ("9" x 72));
265 "decimal floating point literal 0." . ("9" x 72));
/openbsd/sys/dev/pci/drm/i915/selftests/
H A Di915_request.c2907 int integer, decimal; in perf_series_engines() local
2927 decimal = div64_u64(100 * busy, dt); in perf_series_engines()
2930 decimal = 0; in perf_series_engines()
2935 integer, decimal, in perf_series_engines()
3267 int integer, decimal; in perf_parallel_engines() local
3272 decimal = div64_u64(100 * busy, dt); in perf_parallel_engines()
3275 decimal = 0; in perf_parallel_engines()
3280 name, engine->name, p->count, integer, decimal, in perf_parallel_engines()
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Ds390-opc.txt12 fa ap SS_LLRDRD "add decimal" g5 esa,zarch
49 f9 cp SS_LLRDRD "compare decimal" g5 esa,zarch
57 4e cvd RX_RRRD "convert to decimal" g5 esa,zarch
64 fd dp SS_LLRDRD "divide decimal" g5 esa,zarch
127 fc mp SS_LLRDRD "multiply decimal" g5 esa,zarch
186 fb sp SS_LLRDRD "subtract decimal" g5 esa,zarch
198 f0 srp SS_LIRDRD "shift and round decimal" g5 esa,zarch
474 e3000000002e cvdg RXE_RRRD "convert to decimal 64" z900 zarch
657 eb00000000c0 tp RSL_R0RD "test decimal" g5 esa,zarch
676 e30000000026 cvdy RXY_RRRD "convert to decimal with long offset" z990 zarch
[all …]
/openbsd/usr.bin/mandoc/
H A Dtbl_term.c871 } else if (cp[0] == opts->decimal && in tbl_number()
898 if (col->decimal > intsz && col->width > totsz) { in tbl_number()
899 padl = col->decimal - intsz; in tbl_number()
/openbsd/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp75 enum RadixTy { octal = 8, decimal = 10, hexadecimal = 16 }; enumerator
168 case decimal: in getRadixFmt()
914 Radix = RadixTy::decimal; in llvm_size_main()

12345678910>>...16