Searched refs:positive (Results 1 - 25 of 35) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dnscd.conf40 positive-time-to-live audit_user 3600
45 positive-time-to-live auth_attr 3600
50 positive-time-to-live bootparams 3600
55 positive-time-to-live ethers 3600
60 positive-time-to-live exec_attr 3600
65 positive-time-to-live group 3600
70 positive-time-to-live hosts 3600
75 positive-time-to-live ipnodes 3600
80 positive-time-to-live netmasks 3600
85 positive
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s101 mov 0,%g1 ! result always positive
222 ! remainder is positive
227 ! remainder is positive
232 ! remainder is positive
237 ! remainder is positive
255 ! remainder is positive
276 ! remainder is positive
281 ! remainder is positive
299 ! remainder is positive
323 ! remainder is positive
[all...]
H A Drem.s100 mov 0,%g1 ! result always positive
221 ! remainder is positive
226 ! remainder is positive
231 ! remainder is positive
236 ! remainder is positive
254 ! remainder is positive
275 ! remainder is positive
280 ! remainder is positive
298 ! remainder is positive
322 ! remainder is positive
[all...]
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/
H A Dstr_conv.c146 krb5_string_to_flags(string, positive, negative, flagsp)
148 const char * positive;
163 psize = (positive) ? strlen(positive) : 0;
167 /* First check for positive or negative sense */
172 else if (psize && !strncasecmp(positive, string, psize)) {
H A Dadmin_internal.h105 krb5_string_to_flags(char* string, const char* positive, const char* negative,
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A Dldivide.s49 orl %edx,%edx / force numerator positive
57 notl rop+4(%esp) / force denominator positive
H A Dlshiftl.s59 / We are doing a positive (left) shift
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dconditions.c320 boolean_t positive, rtn; local
325 positive = (condition == NWAM_CONDITION_IS ||
331 * is positive ('is' or 'contains'), the test function for each
336 * success for a positive condition; if it returns FALSE it implies
342 adp->dns_domain) == positive) ||
344 adp->nis_domain) == positive)) {
345 rtn = positive;
353 * condition was positive, and succeeded if our condition
356 rtn = !positive;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc62 } elsif ($f =~ /^is_(zero|one|negative|positive|odd|even|nan|int)$/) {
H A Dupgrade.inc77 } elsif ($f =~ /^is_(zero|one|odd|even|negative|positive|nan|int)$/) {
H A Dbigintpm.inc67 } elsif ($f =~ /^is_(zero|one|odd|even|negative|positive|nan|int)$/) {
1738 # negative argument is bitwise shorter than positive [perl #26559]
/opensolaris-onvv-gate/usr/src/cmd/zic/
H A Dzic.c94 static void leapadd(zic_t t, int positive, int rolling, int count);
1206 register int positive; local
1210 positive = FALSE;
1213 positive = FALSE;
1216 positive = TRUE;
1219 positive = TRUE;
1230 leapadd(tadd(t, tod), positive, lp->l_value, count); local
1913 leapadd(t, positive, rolling, count)
1915 const int positive;
1921 if (leapcnt + (positive
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm175 be positive or negative, though POSIX only requires support for
176 positive values, so dates before the system's epoch may not work on
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm353 positive, southward negative) and I<theta> is longitude (eastward
354 positive, westward negative).
422 Greenwhich meridian, eastward positive, westward negative--and the
423 I<phi> are latitudes: zero at the North Pole, northward positive,
H A DBigInt.pm770 #$m->bstr() . 'e+' . $e->bstr(); # e can only be positive in BigInt
771 # 'e+' because E can only be positive in BigInt
1353 # return true when arg (BINT or num_str) is positive (>= 0)
1356 $x->{sign} =~ /^\+/ ? 1 : 0; # +inf is also positive, but NaN not
1590 # put least residue into $x if $x was negative, and thus make it positive
1627 # $mod is positive, sign on $exp is ignored, result also positive
2848 after the dot (or where to round it when passing a positive number). In
2968 The methods return true if the argument is positive or negative, respectively.
2969 C<NaN> is neither positive no
[all...]
H A DBigRat.pm1385 Returns a copy of the denominator (the part under the line) as positive BigInt.
1445 Return true if $x is positive (greater than or equal to zero), otherwise
1446 false. Please note that '+inf' is also positive, while 'NaN' and '-inf' aren't.
H A DComplex.pm662 my $mess = "Root $_[0] illegal, root rank must be positive integer.\n";
675 # `n' must be a positive integer.
1715 roots of some complex, where I<n> is a strictly positive integer.
1809 (where I<n> is a positive integer and I<k> an integer within [-9, +9]),
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dinteger.pm39 $a = 2**31 - 1; # Largest positive integer on 32-bit machines
47 largest positive integer to the largest negative one. Also, arguments
H A Dbigint.pm235 A positive value rounds to this digit left from the dot. 0 or 1 mean round to
299 minus infinity. You will get '+inf' when dividing a positive number by 0, and
H A Dbigrat.pm213 minus infinity. You will get '+inf' when dividing a positive number by 0, and
H A Dbignum.pm313 a positive value rounds to this digit left from the dot. 0 or 1 mean round to
437 minus infinity. You will get '+inf' when dividing a positive number by 0, and
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_options.c521 char *positive; member in struct:__anon3422
539 for (i = 0; couples[i].positive != NULL; i++) {
540 if (strcasecmp(couples[i].positive, arg) == 0) {
/opensolaris-onvv-gate/usr/src/uts/sun4u/cpu/
H A Dcommon_asm.s510 ! hrtime_t's are signed, max hrtime_t must be positive
715 bge,pt %xcc, 1f ! yes, go handle positive case
/opensolaris-onvv-gate/usr/src/uts/sun4v/cpu/
H A Dcommon_asm.s355 ! hrtime_t's are signed, max hrtime_t must be positive
561 bge,pt %xcc, 1f ! yes, go handle positive case
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm944 Can be set to a positive integer that specifies the depth beyond which

Completed in 308 milliseconds

12