Searched refs:numeric (Results 26 - 50 of 192) sorted by relevance

12345678

/openbsd-current/gnu/gcc/libstdc++-v3/include/bits/
H A Dlocale_classes.h96 * The standard category values are none, ctype, numeric, collate, time,
106 static const category numeric = 1L << 1; member in class:locale
111 static const category all = (ctype | numeric | collate |
300 // collate, ctype, monetary, numeric, time, and messages. These
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/bits/
H A Dlocale_classes.h86 static const category numeric = 1L << 1; member in class:std::locale
91 static const category all = (ctype | numeric | collate |
152 // collate, ctype, monetary, numeric, time, and messages. These
/openbsd-current/gnu/usr.bin/perl/Cross/
H A Dcflags-cross-arm86 numeric) ;;
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A Dnumeric.xs1 MODULE = XS::APItest PACKAGE = XS::APItest::numeric
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/t/
H A Duniqnum.t207 use warnings FATAL => 'numeric';
/openbsd-current/gnu/usr.bin/perl/t/op/
H A Dcoresubs.t84 no warnings 'numeric';
/openbsd-current/gnu/usr.bin/perl/cpan/IO-Socket-IP/lib/IO/Socket/
H A DIP.pm250 either in string name or numeric form.
835 ( $host, $service ) = $sock->sockhost_service( $numeric )
840 If C<$numeric> is true, these will be given in numeric form rather than being
853 my ( $numeric ) = @_;
855 $self->_get_host_service( $self->sockname, $numeric ? NI_NUMERICHOST|NI_NUMERICSERV : 0 );
862 Return the numeric form of the local address as a textual representation
868 Return the numeric form of the local port number
902 ( $host, $service ) = $sock->peerhost_service( $numeric )
918 my ( $numeric )
[all...]
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dlocale.pm73 :numeric :monetary :time) );
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DMisExpect.cpp46 #include <numeric>
H A DCtorUtils.cpp21 #include <numeric>
/openbsd-current/gnu/usr.bin/perl/lib/User/
H A Dgrent.pm79 The getgr() function is a simple front-end that forwards a numeric
/openbsd-current/gnu/usr.bin/perl/lib/Net/
H A Dservent.pm82 The getserv() function is a simple front-end that forwards a numeric
H A Dprotoent.pm80 The getproto() function is a simple front-end that forwards a numeric
H A Dnetent.pm101 The getnet() function is a simple front-end that forwards a numeric
/openbsd-current/gnu/gcc/libstdc++-v3/src/
H A Dlocale.cc62 const locale::category locale::numeric; member in class:locale
166 __ret = numeric;
/openbsd-current/gnu/usr.bin/texinfo/util/
H A Dtexindex.c57 long number; /* The numeric value (for numeric comparison). */
72 char numeric; /* Non-zeros means field is ASCII numeric. */ member in struct:keyfield
185 keyfields[1].numeric = 1;
493 else if (keyfields->numeric)
760 if (keyfield->numeric)
1056 if (keyfields->numeric)
/openbsd-current/usr.bin/tmux/
H A Doptions.c134 int numeric)
152 if (numeric)
578 options_to_string(struct options_entry *o, int idx, int numeric) argument
588 return (options_value_to_string(o, &a->value, numeric));
590 return (options_value_to_string(o, &o->value, numeric));
133 options_value_to_string(struct options_entry *o, union options_value *ov, int numeric) argument
/openbsd-current/gnu/usr.bin/perl/ext/PerlIO-via/
H A Dvia.pm107 a numeric file descriptor.
115 which pass a numeric mode and permissions.
121 Returns a numeric value for a Unix-like file descriptor. Returns -1 if
/openbsd-current/gnu/usr.bin/perl/cpan/Scalar-List-Utils/lib/Scalar/
H A DUtil.pm241 Returns a scalar that has the value C<$num> in a numeric context and the value
254 If C<$var> is a scalar that has both numeric and string values, the result is
260 Note that a scalar can be made to have both string and numeric content through
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm121 returned: the numeric exit status and the output of the preproccessor.
158 numeric exit status of the compiler, a string consisting of the output
159 generated by the compiler, and a numeric value that is false if a ".o" file
193 numeric exit status of the compiler/linker, and a string consisting of the
643 used to get the contents of the symbol in numeric format, and return it.
646 Note that the symbol I<must> actually be numeric, in a format compatible
/openbsd-current/gnu/usr.bin/perl/cpan/bignum/lib/
H A Dbignum.pm481 =head2 Literal numeric constants
484 non-integer becomes a Math::BigFloat object. Whether a numeric literal is
500 Note that disabling downgrading and upgrading does not affect how numeric
558 If you want all numeric literals, both integers and non-integers, to become
571 If you want all numeric literals, both integers and non-integers, to become
586 Since all numeric literals become objects, you can call all the usual methods
/openbsd-current/gnu/usr.bin/perl/lib/Unicode/
H A DUCD.t62 is($charinfo->{numeric}, "");
99 is($charinfo->{numeric}, "");
134 is($charinfo->{numeric}, "");
171 is($charinfo->{numeric}, undef);
209 is($charinfo->{numeric}, "");
246 is($charinfo->{numeric}, "");
283 is($charinfo->{numeric}, "");
319 is($charinfo->{numeric}, "");
356 is($charinfo->{numeric}, "");
413 is($charinfo->{numeric}, "
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/src/
H A Dlocale.cc50 const locale::category locale::numeric; member in class:std::locale
427 __ret = numeric;
/openbsd-current/gnu/usr.bin/perl/cpan/Sys-Syslog/t/
H A Dsyslog-inet-udp.t12 use warnings qw(closure deprecated exiting glob io misc numeric once overflow
/openbsd-current/usr.sbin/snmpd/
H A Dtraphandler.c409 traphandler_hostname(struct sockaddr *sa, int numeric) argument
414 if (numeric)

Completed in 320 milliseconds

12345678