Home
last modified time | relevance | path

Searched refs:h1s (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/Hash-Util/t/
DUtil.t602 my $h1s= hash_value("foo",$seed);
605 is( $h1s, hash_value("foo",$seed) );
616 isnt($h1s,$h1s2);
617 isnt($h1s,$h1s2);
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dsimplify-rtx.c2083 HOST_WIDE_INT l0s, h0s, l1s, h1s; local
2101 h1u = h1s = CONST_DOUBLE_HIGH (trueop1);
2106 h1u = h1s = HWI_SIGN_EXTEND (l1s);
2123 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s);
2126 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u));
2127 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u));
DChangeLog.011641 Similarly for h1u and h1s.
DFSFChangeLog.112111 Similarly for h1u and h1s.
/openbsd/src/gnu/gcc/gcc/
Dsimplify-rtx.c3812 HOST_WIDE_INT l0s, h0s, l1s, h1s; in simplify_const_relational_operation() local
3830 h1u = h1s = CONST_DOUBLE_HIGH (trueop1); in simplify_const_relational_operation()
3835 h1u = h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
3852 h0u = h1u = 0, h0s = HWI_SIGN_EXTEND (l0s), h1s = HWI_SIGN_EXTEND (l1s); in simplify_const_relational_operation()
3855 op0lt = (h0s < h1s || (h0s == h1s && l0u < l1u)); in simplify_const_relational_operation()
3856 op1lt = (h1s < h0s || (h1s == h0s && l1u < l0u)); in simplify_const_relational_operation()