/osnet-11/usr/src/lib/libc/port/fp/ |
H A D | muldi3.c | 54 * v = 2^n v1 * v0 58 * uv = 2^2n u1 v1 + 2^n u1 v0 + 2^n v1 u0 + u0 v0 59 * = 2^2n u1 v1 + 2^n (u1 v0 + v1 u0) + u0 v0 61 * Now add 2^n u1 v1 to the first term and subtract it from the middle, 65 * uv = (2^2n + 2^n) (u1 v1) + 66 * (2^n) (u1 v0 - u1 v1 + u0 v1 - u0 v0) + 71 * uv = (2^2n + 2^n) (u1 v1) 111 #define v1 macro 166 #undef v1 macro 190 ulong_t u1, u0, v1, v0, udiff, vdiff, high, mid, low; local [all...] |
H A D | qdivrem.c | 87 digit v1, v2; local 194 v1 = v[1]; /* for D3 -- note that v[1..n] are constant */ 210 if (uj0 == v1) { 216 qhat = n / v1; 217 rhat = n % v1; 222 if ((rhat += v1) >= B)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | ver.t | 51 is(v1.20.300.4000, "\x{1}\x{14}\x{12c}\x{fa0}",'compare embedded \x{} string'); 87 is(sprintf("%vd", v1.22.333.4444), '1.22.333.4444', 'sprintf("%vd", v1.22.333.4444)'); 105 is(sprintf("%*vb", "##", v1.22.333.4444), 123 is(sprintf("%vd", 1.22.333.4444), '1.22.197.141.225.133.156', 'ASCII sprintf("%vd", v1.22.333.4444 w/use bytes'); 126 is(sprintf("%vd", 1.22.333.4444), '1.22.142.84.187.81.112', 'EBCDIC sprintf("%vd", v1.22.333.4444 w/use bytes'); 137 is(sprintf("%vX", v1.22.333.4444), '1.16.C5.8D.E1.85.9C', 'ASCII sprintf("%vX", v1.22.333.4444)'); 140 is(sprintf("%vX", v1.22.333.4444), '1.16.8E.54.BB.51.70', 'EBCDIC sprintf("%vX", v1 [all...] |
H A D | split.t | 138 @ary = map {ord} split //, v1.20.300.4000.50000.4000.300.20.1;
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/PerlGcc/ |
H A D | Makefile.PL | 37 my @v1 = split(/\./, $a); 40 while (@v1 || @v2) { 41 last if (($diff = shift(@v1) - shift(@v2)) != 0);
|
/osnet-11/usr/src/lib/librstp/common/ |
H A D | vector.c | 63 STP_VECT_compare_vector (PRIO_VECTOR_T* v1, PRIO_VECTOR_T* v2) argument 67 bridcmp = STP_VECT_compare_bridge_id (&v1->root_bridge, &v2->root_bridge); 71 bridcmp = v1->root_path_cost - v2->root_path_cost; 74 bridcmp = STP_VECT_compare_bridge_id (&v1->design_bridge, &v2->design_bridge); 77 bridcmp = v1->design_port - v2->design_port; 80 return v1->bridge_port - v2->bridge_port;
|
H A D | vector.h | 60 STP_VECT_compare_vector (IN PRIO_VECTOR_T* v1, IN PRIO_VECTOR_T* v2);
|
/osnet-11/usr/src/lib/libmp/common/ |
H A D | mdiv.c | 122 m_trq(short v1, short v2, short u1, short u2, short u3) argument 129 if (u1 == v1) { 132 d = (short)(c1 / v1); 135 x1 = c1 - v1 * d; 140 (void) printf("mtrq %d %d %d %d %d %d\n", v1, v2, u1, u2, u3, (d+1)); 155 short v1; local 193 v1 = v.val[n - 1]; 198 qq = m_trq(v1, v2, uval[j + n], uval[j + n - 1],
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/ |
H A D | setjmp.S | 45 move $v1, $zero 67 move $v1, $zero
|
/osnet-11/usr/src/lib/scsi/plugins/ses/SUN/common/ |
H A D | sun_element_ctl.c | 43 boolean_t v1; local 58 (void) nvpair_value_boolean_value(nvp, &v1); 61 fip->sfci_rqst_ident = v1; 63 fip->sfci_rqst_fail = v1;
|
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | LogDistribution.java | 155 Number v1 = getValue(); 157 double d1 = v1.doubleValue();
|
H A D | ProbeData.java | 523 compareUnsigned(Comparable v1, Comparable v2) argument 527 if (v1 instanceof Integer) { 528 int i1 = Integer.class.cast(v1); 531 } else if (v1 instanceof Long) { 532 long i1 = Long.class.cast(v1); 536 cmp = v1.compareTo(v2); 561 Comparable v1 = Comparable.class.cast(o1); 563 cmp = v1.compareTo(v2); // compare signed values 567 Comparable v1 = Comparable.class.cast(r1); 569 cmp = v1 [all...] |
H A D | LinearDistribution.java | 233 Number v1 = getValue(); 235 double d1 = v1.doubleValue();
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | ldap_val.c | 867 * expression so far will be kept in 'v1', and 'v2' is the value 870 * resulting in N*M new values (if 'v1' had N values, and 'v2' 873 * For example, if v1 = {"ab", "cd", "ef"}, and v2 = {"gh", "ij", "kl"}, 877 * There are special cases when v1->repeat and/or v2->repeat are set. 879 * v1 = {"x="} with repeat on, and v2 = {"1", "2", "3"}, the result 887 explodeValues(__nis_value_t *v1, __nis_value_t *v2) { argument 893 if (v1 == 0 || v1->numVals <= 0) 896 return (cloneValue(v1, 1)); 899 * XXX What should we do if (v1 1591 concatenateValues(__nis_value_t *v1, __nis_value_t *v2) argument [all...] |
H A D | ldap_val.h | 72 __nis_value_t *explodeValues(__nis_value_t *v1, __nis_value_t *v2); 108 __nis_value_t *concatenateValues(__nis_value_t *v1,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | bigint.pl | 279 @q = (); ($v2,$v1) = @y[-2,-1]; 282 $q = (($u0 == $v1) ? 99999 : int(($u0*1e5+$u1)/$v1)); 283 --$q while ($v2*$q > ($u0*1e5+$u1-$q*$v1)*1e5+$u2);
|
H A D | Digest.pm | 269 MD4 128 Digest::MD4 v1.3 165.0 271 SHA-256 256 Digest::SHA2 v1.1.0 66.7 275 Haval-256 256 Digest::Haval256 v1.0.4 39.8 276 SHA-384 384 Digest::SHA2 v1.1.0 19.6 277 SHA-512 512 Digest::SHA2 v1.1.0 19.3 280 Whirlpool 512 Digest::Whirlpool v1.0.2 13.0 286 MD5 128 Digest::Perl::MD5 v1.5 1.0
|
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/ |
H A D | jpeg.c | 348 int v0, v1, v2, v3, v4; local 376 v1 = ((t0 - t2) << SHIFT_BITS); 382 t1 = v1 + v2; 383 t2 = v1 - v2; 391 v1 = t5 + t6; 398 v1 *= CONST (2.562915447); 403 t5 = t5 * CONST (2.053119869) - v1 - v3; 404 t6 = t6 * CONST (3.072711026) - v1 - v2; 430 v1 = (pd[0] - pd[4]) << SHIFT_BITS; 436 t1 = v1 [all...] |
/osnet-11/usr/src/grub/grub2/grub-core/commands/ |
H A D | acpi.c | 44 {"v1", '1', 0, N_("Expose v1 tables."), 0, ARG_TYPE_NONE}, 151 struct grub_acpi_rsdp_v10 *v1; local 197 v1 = grub_acpi_get_rsdpv1 (); 223 if (v1) 232 grub_memcpy (target, v1, sizeof (struct grub_acpi_rsdp_v10)); 237 v1 = 0; 261 if (v1) 269 grub_memcpy (target, v1, sizeof (struct grub_acpi_rsdp_v10)); 273 v1 [all...] |
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_reiserfs.c | 170 struct offset_v1 v1; member in union:key::__anon304 218 ? (ih)->ih_key.u.v1.k_offset \ 222 ? (ih)->ih_key.u.v1.k_uniqueness == V1_##type \ 739 INFO->current_ih->ih_key.u.v1.k_offset, 740 INFO->current_ih->ih_key.u.v1.k_uniqueness, 803 INFO->current_ih->ih_key.u.v1.k_offset, 804 INFO->current_ih->ih_key.u.v1.k_uniqueness, 848 && (key->u.v1.k_offset 849 | key->u.v1.k_uniqueness) > 0)))) 870 && ih->ih_key.u.v1 [all...] |
/osnet-11/usr/src/lib/libldap4/include/ |
H A D | entry.h | 245 struct berval *v1, 251 struct berval *v1,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/comp/ |
H A D | require.t | 97 unless v1.20.300.4000.50000.600000 eq "\x{1}\x{14}\x{12c}\x{fa0}\x{c350}\x{927c0}";
|
/osnet-11/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_util.c | 266 dtj_java_class_cmp(const void * v1, const void * v2, void *arg) argument 268 const dtj_java_class_t *c1 = v1; 275 dtj_java_method_cmp(const void *v1, const void *v2, void *arg) argument 278 const dtj_java_method_t *m1 = v1; 289 dtj_java_field_cmp(const void *v1, const void *v2, void *arg) argument 291 const dtj_java_field_t *f1 = v1; 1246 dtj_pointer_list_entry_cmp(const void *v1, const void *v2, void *arg) argument 1248 const dtj_pointer_list_entry_t *p1 = v1; 1264 dtj_string_list_entry_cmp(const void *v1, const void *v2, void *arg) argument 1266 const dtj_string_list_entry_t *p1 = v1; [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/ |
H A D | Calc.pm | 35 # announce that we are compatible with MBI v1.70 and up 636 my ($car,$bar,$prd,$dd,$xi,$yi,@q,$v2,$v1,@d,$tmp,$q,$u2,$u1,$u0); 657 @q = (); ($v2,$v1) = @$y[-2,-1]; 663 #warn "oups v1 is 0, u0: $u0 $y->[-2] $y->[-1] l ",scalar @$y,"\n" 664 # if $v1 == 0; 665 $q = (($u0 == $v1) ? $MAX_VAL : int(($u0*$MBASE+$u1)/$v1)); 666 --$q while ($v2*$q > ($u0*$MBASE+$u1-$q*$v1)*$MBASE+$u2); 830 my ($car,$bar,$prd,$dd,$xi,$yi,@q,$v2,$v1,@d,$tmp,$q,$u2,$u1,$u0); 855 @q = (); ($v2,$v1) [all...] |
/osnet-11/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element_ctl.c | 111 boolean_t v1; local 126 (void) nvpair_value_boolean_value(nvp, &v1); 129 cip->scci_rqst_ident = v1; 131 cip->scci_rqst_on = v1; 133 cip->scci_rqst_fail = v1; 362 boolean_t v1; local 383 (void) nvpair_value_boolean_value(nvp, &v1); 386 dip->sdci_rqst_fail = v1; 388 dip->sdci_rqst_ident = v1; 428 boolean_t v1; local [all...] |