Home
last modified time | relevance | path

Searched refs:ha (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_hypot.c50 int32_t j,k,ha,hb; in __ieee754_hypot() local
52 GET_HIGH_WORD(ha,x); in __ieee754_hypot()
53 ha &= 0x7fffffff; in __ieee754_hypot()
56 if(hb > ha) {a=y;b=x;j=ha; ha=hb;hb=j;} else {a=x;b=y;} in __ieee754_hypot()
57 SET_HIGH_WORD(a,ha); /* a <- |a| */ in __ieee754_hypot()
61 if(ha > 0x5f300000) { /* a>2**500 */ in __ieee754_hypot()
66 if(((ha&0xfffff)|low)==0) w = a; in __ieee754_hypot()
73 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
90 SET_HIGH_WORD(a,ha); in __ieee754_hypot()
98 SET_HIGH_WORD(t1,ha); in __ieee754_hypot()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/
A Dcrt1.S54 addis r31,r31,_GLOBAL_OFFSET_TABLE_-1b@ha
65 lis r13,_SDA_BASE_@ha
89 lis r6,_init@ha # load top 16 bits
91 lis r7,_fini@ha # load top 16 bits
93 lis r3,main@ha # load top 16 bits
A Dbrk.S55 addis r5,r5,_GLOBAL_OFFSET_TABLE_-1b@ha
65 lis r4,__curbrk@ha
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/powerpc/powerpc32/
A Dsysdep-cancel.h97 addis 30,30,_GLOBAL_OFFSET_TABLE-1b@ha; \
126 lis 10,__local_multiple_threads@ha; \
135 addis 10,10,__local_multiple_threads-1b@ha; \
A Dvfork.S36 addis 10,10,__libc_pthread_functions-1b@ha
48 lis 10,pthread_create@ha
/l4re-core-master/moe/server/src/ARCH-ppc32/
A Dcrt0.S28 lis %r1, (_stack_top-16)@ha
/l4re-core-master/sigma0/server/src/ARCH-ppc32/
A Dcrt0.S13 lis %r1, crt0_stack_high@ha /* load stack pointer */
/l4re-core-master/uclibc/lib/contrib/uclibc/include/net/
A Dif_arp.h178 unsigned char ha[MAX_ADDR_LEN]; /* Hardware address. */ member
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/
A Dtg_TJ7 % <U04B3> (cyr ha with descender), <U0447>, <U04B7> (cyr che with descender),
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DRules.mak504 …PPC_HAS_REL16:=$(shell echo -e "\t.text\n\taddis 11,30,_GLOBAL_OFFSET_TABLE_-.@ha" | $(CC) -c -x a…

Completed in 16 milliseconds