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

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A De_hypot.c60 int32_t j,k,ha,hb; local
62 GET_HIGH_WORD(ha,x);
63 ha &= 0x7fffffff;
66 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
67 SET_HIGH_WORD(a,ha); /* a <- |a| */
69 if((ha-hb)>0x3c00000) {return a+b;} /* x/y > 2**60 */
71 if(ha > 0x5f300000) { /* a>2**500 */
72 if(ha >
[all...]
H A De_hypotf.c31 int32_t j,k,ha,hb; local
33 GET_FLOAT_WORD(ha,x);
34 ha &= 0x7fffffff;
37 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;}
38 SET_FLOAT_WORD(a,ha); /* a <- |a| */
40 if((ha-hb)>0xf000000) {return a+b;} /* x/y > 2**30 */
42 if(ha > 0x58800000) { /* a>2**50 */
43 if(ha >
[all...]
/haiku-fatelf/src/system/boot/platform/u-boot/arch/ppc/
H A Dshell.S34 lis %r12, gUBootGlobalData@ha
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_elf.cpp160 ha(Elf32_Word value) function
293 write_half16(P, ha(S + A));
337 write_half16(P, ha(G + A));
410 write_half16(P, ha(L + A));
437 write_half16(P, ha(R + A));
H A Darch_asm.S364 lis %r11, 1f@ha
386 lis %r0, longjmp@ha
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dpack_cis.c131 u_int i, j, ml, ma, ha; local
132 for (i = ma = ml = ha = 0; i < p->nwin; i++) {
135 ha |= p->win[i].host_addr;
137 ma = (ma|ha) >> 8; ml >>= 8;
140 *c = (p->nwin-1) | (ma<<5) | (ml<<3) | (ha ? 0x80 : 0); c++;
148 if (ha)
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h139 lis r11,0b@ha; \
/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-arp.c162 const u_char *ha, u_int ha_len, const u_char *srca,
168 ND_PRINT((ndo, "%s", linkaddr_string(ha, ha_len)));
161 atmarp_addr_print(netdissect_options *ndo, const u_char *ha, u_int ha_len, const u_char *srca, u_int srca_len) argument
/haiku-fatelf/src/bin/gdb/bfd/
H A Delflink.c4520 unsigned long ha;
4541 ha = bfd_elf_hash (name);
4544 *(*valuep)++ = ha;
4548 h->u.elf_hash_value = ha;
4510 unsigned long ha; local

Completed in 90 milliseconds