Searched refs:negative (Results 1 - 25 of 47) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/initpkg/
H A Dnscd.conf41 negative-time-to-live audit_user 5
46 negative-time-to-live auth_attr 5
51 negative-time-to-live bootparams 5
56 negative-time-to-live ethers 5
61 negative-time-to-live exec_attr 300
66 negative-time-to-live group 5
71 negative-time-to-live hosts 5
76 negative-time-to-live ipnodes 5
81 negative-time-to-live netmasks 5
86 negative
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/string/
H A Dstrtoi.h240 int negative; local
268 if ((negative = S2I_valid(s) && (*s == '-')) || S2I_valid(s) && *s == '+')
349 if (ADDOVER(n, c, negative))
373 n = negative ? S2I_min : S2I_max;
407 if (ADDOVER(n, c, negative))
421 if (ADDOVER(n, c, negative))
520 if (ADDOVER(n, v, negative))
577 if (negative)
586 negative = 0;
591 if (negative
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s106 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
242 L.4.23: ! remainder is negative
250 L.3.19: ! remainder is negative
260 L.4.21: ! remainder is negative
271 L.2.17: ! remainder is negative
286 L.4.19: ! remainder is negative
294 L.3.17: ! remainder is negative
304 L.4.17: ! remainder is negative
318 L.1.16: ! remainder is negative
338 L.4.15: ! remainder is negative
[all...]
H A Drem.s105 orcc %o1,%o0,%g0 ! are either %o0 or %o1 negative
241 L.4.23: ! remainder is negative
249 L.3.19: ! remainder is negative
259 L.4.21: ! remainder is negative
270 L.2.17: ! remainder is negative
285 L.4.19: ! remainder is negative
293 L.3.17: ! remainder is negative
303 L.4.17: ! remainder is negative
317 L.1.16: ! remainder is negative
337 L.4.15: ! remainder is negative
[all...]
/opensolaris-onvv-gate/usr/src/lib/libc/i386/gen/
H A D_divdi3.s107 / int negative;
112 / negative = 1;
115 / negative = 0;
119 / negative ^= 1;
124 / return (negative ? (int64_t) - r : r);
137 xorl %ebp, %ebp / negative
151 testl %ebp, %ebp / negative
171 movl $1, %ebp /, negative
180 xorl $1, %ebp /, negative
H A Dlshiftl.s49 / We are doing a negative (right) shift
H A D_div64.s649 / int negative;
654 / negative = 1;
657 / negative = 0;
661 / negative ^= 1;
666 / return (negative ? (int64_t) - r : r);
679 xorl %ebp, %ebp / negative
693 testl %ebp, %ebp / negative
713 movl $1, %ebp /, negative
722 xorl $1, %ebp /, negative
841 / int negative;
[all...]
/opensolaris-onvv-gate/usr/src/lib/libast/common/sfio/
H A Dsfstrtof.h208 int negative; local
236 if ((negative = (c == '-')) || c == '+')
306 return negative ? -v : v;
321 return negative ? -S2F_inf : S2F_inf;
363 return negative ? -S2F_inf : S2F_inf;
376 return negative ? -S2F_nan : S2F_nan;
481 return negative ? -v : v;
498 return negative ? -S2F_inf : S2F_inf;
506 return negative ? -S2F_inf : S2F_inf;
524 return negative
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/t/
H A DHiRes.t346 print $@ =~ /::sleep\(-1\): negative time not invented yet/ ?
350 print $@ =~ /::usleep\(-2\): negative time not invented yet/ ?
355 print $@ =~ /::alarm\(-3, 0\): negative time not invented yet/ ?
359 print $@ =~ /::ualarm\(-4, 0\): negative time not invented yet/ ?
/opensolaris-onvv-gate/usr/src/lib/krb5/kadm5/
H A Dadmin_internal.h105 krb5_string_to_flags(char* string, const char* positive, const char* negative,
H A Dstr_conv.c146 krb5_string_to_flags(string, positive, negative, flagsp)
149 const char * negative;
161 neg = (negative) ? negative : flags_default_neg;
167 /* First check for positive or negative sense */
257 * Salttype may be negative to indicate a search for only a enctype.
/opensolaris-onvv-gate/usr/src/common/util/i386/
H A Dmuldiv.s695 / int negative;
700 / negative = 1;
703 / negative = 0;
707 / negative ^= 1;
712 / return (negative ? (int64_t) - r : r);
725 xorl %ebp, %ebp / negative
739 testl %ebp, %ebp / negative
759 movl $1, %ebp /, negative
768 xorl $1, %ebp /, negative
986 / int negative;
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DUnconfigureDhcp.java80 String negative = getString("negative");
82 negative, true);
H A DConvertDataStore.java122 String negative = getString("negative");
124 negative, true);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c524 IS_NUMBER_NEG if the number is negative (in which case *valuep holds the
726 bool negative = 0; local
772 negative = 1;
786 return negative ? value / result : value * result;
821 bool negative = 0; local
862 negative = 1;
969 if (negative)
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
H A DLanginfo.pm125 Sunday = 1) and two more constants for the affirmative and negative
173 for the affirmative and negative responses and expressions, and
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dinteger.pm47 largest positive integer to the largest negative one. Also, arguments
71 modulus of negative numbers, which Perl does one way, but your hardware
H A Dbigint.pm236 integer and are ignore like negative values.
300 '-inf' when dividing any negative number by 0.
/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)$/) {
1092 # test shifting negative numbers in base 2
1738 # negative argument is bitwise shorter than positive [perl #26559]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.pm320 =head2 negative time not invented yet
322 You tried to use a negative time argument.
327 become negative just became negative. Maybe your compiler is broken?
/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
424 southward negative. B<NOTE>: this formula thinks in mathematics, not
H A DComplex.pm1167 # $z was large negative, therefore the sqrt is really
1189 # $z was large negative, therefore the sqrt is really
1580 its argument is only defined for non-negative real numbers and yields a
1581 non-negative real number (it is an application from B<R+> to B<R+>).
1583 negative real numbers to become an application from B<R> to B<C> (the
1594 Indeed, a negative real number can be noted C<[x,pi]> (the modulus
1595 I<x> is always non-negative, so C<[x,pi]> is really C<-x>, a negative
1600 which is exactly what we had defined for negative real numbers above.
1760 modulus must be non-negative (i
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs191 # whenever a C function returns a negative value.

Completed in 223 milliseconds

12