/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
H A D | sv | 228 use warnings 'numeric' ; 233 no warnings 'numeric' ; 236 Argument "def" isn't numeric in addition (+) at - line 6. 239 use warnings 'numeric' ; 241 no warnings 'numeric' ; 244 Argument "def" isn't numeric in addition (+) at - line 3. 247 use warnings 'numeric' ; 250 no warnings 'numeric' ; 253 Argument "def" isn't numeric in addition (+) at - line 4. 256 use warnings 'numeric' ; use integer ; [all …]
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-yaml-numeric-parser-fuzzer/ |
H A D | CMakeLists.txt | 6 add_llvm_fuzzer(llvm-yaml-numeric-parser-fuzzer 7 yaml-numeric-parser-fuzzer.cpp
|
/openbsd-src/regress/usr.bin/mandoc/roff/it/ |
H A D | badarg.out_lint | 1 mandoc: badarg.in:13:2: ERROR: skipping request without numeric argument: it mytrap 2 mandoc: badarg.in:16:2: ERROR: skipping request without numeric argument: it
|
H A D | badarg.out_ascii | 4 iitt--bbaaddaarrgg - input line traps without numeric arguments
|
/openbsd-src/gnu/usr.bin/perl/t/op/ |
H A D | packagev.t | 181 undef fail pass pass non-numeric data 182 1a fail fail na non-numeric data 183 1.2a3 fail fail na non-numeric data 184 bar fail fail na non-numeric data 185 _ fail fail na non-numeric data
|
H A D | qr.t | 92 like $w, qr/numeric/, 'produces non-numeric warning'; 97 like $w, qr/numeric/, 'likewise produces non-numeric warning';
|
/openbsd-src/gnu/llvm/llvm/docs/ |
H A D | AMDGPUModifierSyntax.rst | 109 It specifies a swizzle pattern in numeric or symbolic form. The default value is 0. 142 The first numeric parameter is a group 145 … The second numeric parameter is an index of the 158 Note: numeric values may be specified as either 816 Specifies data and numeric formats used by the operation. 817 The default numeric format is BUF_NUM_FORMAT_UNORM. 827 default numeric format. 828 format:[<numeric format>] Use the specified numeric format and 830 format:[<data format>,<numeric format>] Use the specified data and numeric formats. 831 format:[<numeric format>,<data format>] Use the specified data and numeric formats. [all …]
|
/openbsd-src/regress/usr.bin/mandoc/roff/shift/ |
H A D | bad.out_lint | 3 mandoc: bad.in:17:31: ERROR: argument number is not numeric: \$x 6 mandoc: bad.in:32:8: ERROR: argument is not numeric, using 1: shift badarg
|
/openbsd-src/gnu/usr.bin/perl/pod/ |
H A D | perlnumber.pod | 3 perlnumber - semantics of numbers and numeric operations in Perl 17 This document describes how Perl internally handles numeric values. 62 See L</"Numeric operators and numeric conversions"> for details.) 71 Summing up, Perl numeric values can store only those numbers which have 74 =head1 Numeric operators and numeric conversions 78 a numeric value is passed as an argument to such an operator, it will be 129 =head1 Flavors of Perl numeric operations 131 Perl operations which take a numeric argument treat that argument in one of 134 operand. Forcing a numeric value to a particular format does not change the
|
/openbsd-src/gnu/llvm/llvm/docs/CommandGuide/ |
H A D | FileCheck.rst | 162 Sets a filecheck numeric variable ``NUMVAR`` of matching format ``FMT`` to 166 numeric expressions. 759 :program:`FileCheck` also supports numeric substitution blocks that allow 760 defining numeric variables and checking for numeric values that satisfy a 761 numeric expression constraint based on those variables via a numeric 762 substitution. This allows ``CHECK:`` directives to verify a numeric relation 765 The syntax to capture a numeric value is 799 As a result of the numeric variable definition being optional, it is possible 800 to only check that a numeric value is present in a given format. This can be 810 The syntax of a numeric substitution is [all …]
|
/openbsd-src/usr.bin/seq/ |
H A D | seq.c | 71 static int numeric(const char *); 113 while ((optind < argc) && !numeric(argv[optind]) && in main() 219 numeric(const char *s) in numeric() function
|
/openbsd-src/gnu/usr.bin/perl/dist/threads-shared/t/ |
H A D | hv_simple.t | 67 # bugid #24407: the stringification of the numeric 1 got allocated to the 69 ok(14, exists $hash{1}, "Check numeric key");
|
/openbsd-src/usr.bin/nc/ |
H A D | socks.c | 63 socklen_t addrlen, int v4only, int numeric) in decode_addrport() argument 70 hints.ai_flags = numeric ? AI_NUMERICHOST : 0; in decode_addrport() 75 if (!numeric) { in decode_addrport()
|
/openbsd-src/gnu/usr.bin/perl/regen/ |
H A D | opcodes | 141 lt numeric lt (<) ck_cmp Iifs2 S S< 143 gt numeric gt (>) ck_cmp Iifs2 S S< 145 le numeric le (<=) ck_cmp Iifs2 S S< 147 ge numeric ge (>=) ck_cmp Iifs2 S S< 149 eq numeric eq (==) ck_cmp Iifs2 S S< 151 ne numeric ne (!=) ck_cmp Iifs2 S S< 153 ncmp numeric comparison (<=>) ck_null Iifst2 S S< 167 nbit_and numeric bitwise and (&) ck_bitop fsT2 S S| 168 nbit_xor numeric bitwise xor (^) ck_bitop fsT2 S S| 169 nbit_or numeric bitwis [all...] |
/openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
H A D | Makefile | 3 REGRESS_TARGETS = if ie close de numeric register strcmp string before-Dd
|
/openbsd-src/usr.sbin/trpt/ |
H A D | trpt.c | 121 int numeric(const void *, const void *); 233 qsort(tcp_pcbs, npcbs, sizeof(caddr_t), numeric); in main() 414 numeric(const void *v1, const void *v2) in numeric() function
|
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/ |
H A D | IP.pm | 242 either in string name or numeric form. 830 ( $host, $service ) = $sock->sockhost_service( $numeric ) 835 If C<$numeric> is true, these will be given in numeric form rather than being 848 my ( $numeric ) = @_; 850 $self->_get_host_service( $self->sockname, $numeric ? NI_NUMERICHOST|NI_NUMERICSERV : 0 ); 857 Return the numeric form of the local address as a textual representation 863 Return the numeric form of the local port number 897 ( $host, $service ) = $sock->peerhost_service( $numeric ) 913 my ( $numeric ) [all...] |
/openbsd-src/regress/usr.bin/mandoc/roff/nr/ |
H A D | scale.out_ascii | 4 nr-scale - scaling units in numeric expressions
|
H A D | eval.out_ascii | 4 nr-eval - numeric expressions in assignments to number registers
|
/openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
H A D | locale.t | 71 no warnings 'numeric'; # Otherwise get "Argument isn't numeric in 227 # Get the translation from item name to numeric value.
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | version | 68 __cpp_lib_constexpr_numeric 201911L <numeric> 89 __cpp_lib_gcd_lcm 201606L <numeric> 100 __cpp_lib_interpolate 201902L <cmath> <numeric> 137 __cpp_lib_parallel_algorithm 201603L <algorithm> <numeric> 145 __cpp_lib_ranges_iota 202202L <numeric>
|
/openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
H A D | LangImpl01.rst | 66 numeric value of a number). First, we define the possibilities: 91 the current token is a numeric literal (like 1.0), ``NumVal`` holds its 151 reading a numeric value from input, we use the C ``strtod`` function to 152 convert it to a numeric value that we store in ``NumVal``. Note that
|
/openbsd-src/regress/usr.bin/mandoc/man/TP/ |
H A D | badarg.out_ascii | 7 Non-numeric width specifications are ignored:
|
/openbsd-src/gnu/usr.bin/texinfo/doc/ |
H A D | info-stnd.texi | 372 can take a @dfn{numeric} argument (see @ref{Miscellaneous Commands, 374 numeric argument, the motion commands are simply executed that 375 many times; for example, a numeric argument of 4 given to 377 negative numeric argument, the motion is reversed; an argument of -4 461 Move the cursor to a specific line of the window. Without a numeric 463 center of the window. With a numeric argument of @var{n}, @code{M-r} 486 is currently below the bottom of the window. With a numeric argument, 487 show that many more lines at the bottom of the window; a numeric 490 of the window. Without a numeric argument, @key{SPC} takes the bottom 498 @samp{z} under @samp{--vi-keys}, with a numeric argument. [all …]
|
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/t/ |
H A D | htmlescp.pod | 14 Some numeric escapes: E<0120> E<0x65> E<x72> E<108>
|