Searched refs:numeric (Results 126 - 150 of 192) sorted by relevance

12345678

/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DPOP3.pm27 no warnings 'numeric';
38 no warnings 'numeric';
43 no warnings 'numeric';
722 will give a true value in a boolean context, but zero in a numeric context.
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbigrat.pm421 All numeric literal in the given scope are converted to Math::BigRat objects.
H A Dbigint.pm431 All numeric literal in the given scope are converted to Math::BigInt objects.
H A Dbigfloat.pm437 All numeric literals in the given scope are converted to Math::BigFloat objects.
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/
H A DBuilder.pm684 no warnings qw/uninitialized numeric/;
688 # numeric addition first cuts our profile time from ~300ms to ~50ms
693 use warnings qw/uninitialized numeric/;
797 no warnings 'numeric';
852 # force numeric context
985 # numeric comparison.
2025 numeric version.
2041 the numeric version.
/openbsd-current/gnu/usr.bin/perl/regen/
H A Dunicode_constants.pl39 * representation; the value will be a numeric constant.
762 $str = sprintf "0x%02X", $cp; # Is a numeric constant
778 $str = "0x$str"; # Is a numeric constant
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/
H A DFatal.pm1091 no warnings qw(unopened uninitialized numeric);
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/
H A DSyslog.pm599 # private function to translate names to numeric values
837 # reconstruct the numeric equivalent of the options
1000 or a numeric macro.
1117 given priority (but it only accept the numeric macros as arguments).
/openbsd-current/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.pm1045 function. Note that C<$^E> used in a numeric context amounts to the
1341 If the call fails, C<Win32::GetLastError()> will return a numeric
/openbsd-current/sbin/pfctl/
H A Dpfctl.c412 pfctl_addrprefix(char *addr, struct pf_addr *mask, int numeric) argument
421 if (numeric)
426 /* prefix only with numeric addresses */
H A Dpfctl_parser.c309 * Decode a symbolic name to a numeric value.
1756 host_dns(const char *s, int mask, int numeric) argument
1772 if (numeric)
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoreamp.t764 use warnings FATAL => qw{numeric uninitialized};
H A Dpack.t81 # Need the expression in here to force ary[5] to be numeric. This avoids
82 # test2 failing because ary2 goes str->numeric->str and ary doesn't.
775 like($@, qr!'/' must follow a numeric type!);
778 like($@, qr!'/' must follow a numeric type!);
/openbsd-current/gnu/usr.bin/perl/
H A DMakefile.SH543 c4 = perlio.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c
567 obj8 = deb$(OBJ_EXT) globals$(OBJ_EXT) perlio$(OBJ_EXT) numeric$(OBJ_EXT) mathoms$(OBJ_EXT)
/openbsd-current/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1859 The I<spaceship> numeric comparison operator, E<lt>=E<gt>, is also
1967 to be used for both numeric parts of the complex number(s). The is
/openbsd-current/gnu/gcc/libstdc++-v3/include/
H A DMakefile.in305 numeric \
759 ${ext_srcdir}/numeric \
/openbsd-current/gnu/lib/libstdc++-v3/
H A DMakefile125 numeric numeric_traits.h pod_char_traits.h pool_allocator.h \
/openbsd-current/gnu/usr.bin/perl/dist/Exporter/lib/
H A DExporter.pm342 a simple numeric value it will regard version 1.10 as lower than
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dh2xs.PL271 The version specified should be numeric.
683 # check if it is numeric
689 use warnings 'numeric';
696 You have specified a non-numeric version. Unless you supply an
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DXHTML.pm721 Resolves a man page link target and numeric section to a URL. The resulting
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp44 #include <numeric>
/openbsd-current/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp63 #include <numeric>
/openbsd-current/gnu/lib/libcxx/
H A DMakefile913 numeric \
/openbsd-current/gnu/usr.bin/perl/cpan/JSON-PP/lib/JSON/
H A DPP.pm493 no warnings 'numeric';
2709 A JSON number becomes either an integer, numeric (floating point) or
2717 a numeric (floating point) value if that is possible without loss of
2723 represented as numeric (floating point) values, possibly at a loss of
2732 When C<allow_bignum> is enabled, big integer values and any numeric
/openbsd-current/gnu/usr.bin/perl/cpan/Getopt-Long/lib/Getopt/
H A DLong.pm1228 elsif ( $type eq 'i' # numeric/integer
1229 || $type eq 'I' # numeric/integer w/ incr default
1337 elsif ( $type eq 'i' # numeric/integer
1338 || $type eq 'I' # numeric/integer w/ incr default
1608 GetOptions ("length=i" => \$length, # numeric
1788 an empty string C<''> assigned, while numeric options are set to C<0>.
2029 and the value zero to numeric options.
2592 A numeric value corresponding to the desired exit status.

Completed in 397 milliseconds

12345678