Searched refs:ha (Results 1 - 25 of 51) sorted by relevance

123

/openbsd-current/gnu/usr.bin/perl/t/lib/
H A DCount.pm1 # zero! ha ha ha
3 "ha!";
5 one! ha ha ha
6 two! ha ha ha
[all...]
/openbsd-current/lib/libm/src/
H A De_hypotf.c23 int32_t j,k,ha,hb; local
25 GET_FLOAT_WORD(ha,x);
26 ha &= 0x7fffffff;
29 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
30 SET_FLOAT_WORD(a,ha); /* a <- |a| */
32 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
34 if(ha > 0x58800000) { /* a>2**50 */
35 if(ha >
[all...]
H A De_hypot.c54 int32_t j,k,ha,hb; local
56 GET_HIGH_WORD(ha,x);
57 ha &= 0x7fffffff;
60 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
61 SET_HIGH_WORD(a,ha); /* a <- |a| */
63 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
65 if(ha > 0x5f300000) { /* a>2**500 */
66 if(ha >
[all...]
/openbsd-current/lib/libm/src/ld128/
H A De_hypotl.c53 int64_t j,k,ha,hb; local
55 GET_LDOUBLE_MSW64(ha,x);
56 ha &= 0x7fffffffffffffffLL;
59 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
60 SET_LDOUBLE_MSW64(a,ha); /* a <- |a| */
62 if((ha-hb)>0x78000000000000LL) {return a+b;} /* x/y > 2**120 */
64 if(ha > 0x5f3f000000000000LL) { /* a>2**8000 */
65 if(ha >
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dcrash6.C9 void ha() function
/openbsd-current/sys/dev/hil/
H A Dhilid.c63 struct hil_attach_args *ha = aux; local
65 if (ha->ha_type != HIL_DEVICE_IDMODULE)
75 struct hil_attach_args *ha = aux; local
78 sc->hd_code = ha->ha_code;
79 sc->hd_type = ha->ha_type;
80 sc->hd_infolen = ha->ha_infolen;
81 bcopy(ha->ha_info, sc->hd_info, ha->ha_infolen);
H A Dhilms.c84 struct hil_attach_args *ha = aux; local
86 if (ha->ha_type != HIL_DEVICE_MOUSE)
93 if (ha->ha_infolen > 1 && (ha->ha_info[1] & HIL_AXMASK) == 0)
103 struct hil_attach_args *ha = aux; local
107 sc->hd_code = ha->ha_code;
108 sc->hd_type = ha->ha_type;
109 sc->hd_infolen = ha->ha_infolen;
110 bcopy(ha->ha_info, sc->hd_info, ha
[all...]
H A Dhilkbd.c130 struct hil_attach_args *ha = aux; local
132 if (ha->ha_type != HIL_DEVICE_KEYBOARD &&
133 ha->ha_type != HIL_DEVICE_BUTTONBOX)
143 struct hil_attach_args *ha = aux; local
148 sc->hd_code = ha->ha_code;
149 sc->hd_type = ha->ha_type;
150 sc->hd_infolen = ha->ha_infolen;
151 bcopy(ha->ha_info, sc->hd_info, ha->ha_infolen);
154 if (ha
[all...]
H A Dhil.c169 struct hil_attach_args *ha = aux; local
173 ha->ha_descr, pnp, ha->ha_id);
175 printf(" code %d", ha->ha_code);
177 printf(": %s", ha->ha_descr);
186 struct hil_attach_args *ha = aux; local
190 cf->cf_loc[0] != ha->ha_code)
491 struct hil_attach_args ha; local
540 ha.ha_console = *sc->sc_console;
541 ha
[all...]
/openbsd-current/sys/arch/powerpc64/powerpc64/
H A Dlocore0.S34 addis %r1, %r30, (initstack_end - 1b)@ha
43 addis %r3, %r30, (opal_base - 1b)@ha
45 addis %r4, %r30, (opal_entry - 1b)@ha
51 addis %r2, %r30, (.TOC. - 1b)@ha
55 addis %r3, %r30, (_DYNAMIC - 1b)@ha
H A Dlocore.S64 addis %r2, %r31, (.TOC. - 1b)@ha
67 addis %r1, %r2, tmpstack_end@toc@ha
94 addis %r2, %r2, (.TOC. - 1b)@ha
100 addis %r3, %r2, cpu_idle_state_psscr@toc@ha
116 addis %r3, %r2, cpu_idle_state_psscr@toc@ha
159 addis %r2, %r2, (.TOC. - 1b)@ha
273 addis %r9, %r2, .Lkcopyfault@toc@ha
331 addis %r9, %r2, .Lcopystrfault@toc@ha
452 addis %r11, %r2, opal_base@toc@ha
454 addis %r12, %r2, opal_entry@toc@ha
[all...]
/openbsd-current/sys/arch/macppc/macppc/
H A Dlocore0.S82 lis %r3, fwargsave@ha
91 lis %r8,_end@ha
93 lis %r3, fwargsave@ha
103 lis %r8,esym@ha
111 lis %r9,cpu_info@ha
119 lis %r9,proc0paddr@ha
126 lis %r3,start@ha
H A Dofwreal.S79 lis %r8,ofentry@ha
82 lis %r4,fwcall@ha /* call ofw directly until vm setup */
86 lis %r4,ofmsr@ha /* save msr from openfirmware */
89 lis %r0,(0x80001ffe)@ha
92 lis %r0,(0x80000022)@ha
97 lis %r3,fwsave@ha /* save the mmu values of the firmware */
99 lis %r4,fwbatsave@ha
108 lis %r3,fwbatsave@ha
132 addis %r4,%r4,-0x10000000@ha
207 addis %r4,%r4,-0x10000000@ha
[all...]
/openbsd-current/gnu/usr.bin/perl/dist/Tie-File/t/
H A D32_defer_misc.t149 my ($a, $b, $ha, $hb) = @_;
150 $ha = 'first hash' unless defined $ha;
158 print ctrlfix("# Key $k is in $ha but not $hb"), "\n";
161 print ctrlfix("# Key $k is <$a->{$k}> in $ha but <$b->{$k}> in $hb"), "\n";
171 print ctrlfix("# Key $k is in $hb but not $ha"), "\n";
H A D30_defer.t269 my ($a, $b, $ha, $hb) = @_;
270 $ha = 'first hash' unless defined $ha;
278 print ctrlfix("# Key $k is in $ha but not $hb"), "\n";
281 print ctrlfix("# Key $k is <$a->{$k}> in $ha but <$b->{$k}> in $hb"), "\n";
291 print ctrlfix("# Key $k is in $hb but not $ha"), "\n";
/openbsd-current/sys/arch/powerpc64/include/
H A Dasm.h32 addis %r2, %r12, .TOC.-_GEP_LABEL(x)@ha; \
45 addis %r11, %r2, _TMP_LABEL(y)@toc@ha; \
66 addis reg, %r2, (__retguard_ ## x)@toc@ha; \
72 addis %r12, %r2, (__retguard_ ## x)@toc@ha; \
/openbsd-current/lib/libc/arch/powerpc64/sys/
H A Dbrk.S39 addis %r5, %r2, .LC0@toc@ha
49 addis %r6, %r2, __curbrk@toc@ha
H A Dsbrk.S46 addis %r6, %r2, __curbrk@toc@ha
/openbsd-current/lib/libc/arch/powerpc/sys/
H A Dbrk.S43 addis 9, 9, _GLOBAL_OFFSET_TABLE_-1b@ha
H A Dsbrk.S50 addis 9, 9, _GLOBAL_OFFSET_TABLE_-1b@ha
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D900313-1.c12 int aa, ba, ca, da, ea, fa, ga, ha, ia, ja, ka, la, ma, na, oa, pa; local
21 ha = bar ();
31 da, ea, fa, ga, ha, ia, ja, ka, la, ma, na, oa, pa);
36 da, ea, fa, ga, ha, ia, ja, ka, la, ma, na, oa, pa)
89 boofar (ha);
139 boofar (ha);
/openbsd-current/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp65 static uint16_t ha(uint32_t v) { return (v + 0x8000) >> 16; } function
109 write32(buf + 0, 0x3d6b0000 | ha(afterBcl)); // addis r11,r11,1f-glink@ha
116 write32(buf + 28, 0x3d8c0000 | ha(gotBcl)); // addis 12,12,GOT+4-1b@ha
117 if (ha(gotBcl) == ha(gotBcl + 4)) {
131 write32(buf + 0, 0x3d800000 | ha(got + 4)); // lis r12,GOT+4@ha
132 write32(buf + 4, 0x3d6b0000 | ha(
[all...]
/openbsd-current/libexec/ld.so/powerpc64/
H A Dldasm.S42 addis %r2, %r30, .TOC.-1b@ha
54 addis %r18, %r2, _DYNAMIC@toc@ha
83 addis %r7, %r2, _dl_dtors@toc@ha
/openbsd-current/sys/arch/powerpc/include/
H A Dasm.h59 addis 11, 11, _TMP_LABEL(y)@ha; \
82 addis reg, reg, (__retguard_ ## x - 66b)@ha; \
86 lis reg, (__retguard_ ## x)@ha; \
/openbsd-current/libexec/ld.so/powerpc/
H A Dldasm.S53 addis 30, 30, _GLOBAL_OFFSET_TABLE_-1b@ha
58 addis 18, 18, _DYNAMIC-1b@ha

Completed in 283 milliseconds

123