Searched refs:ha (Results 1 – 10 of 10) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | e_hypot.c | 50 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 D | crt1.S | 54 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 D | brk.S | 55 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 D | sysdep-cancel.h | 97 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 D | vfork.S | 36 addis 10,10,__libc_pthread_functions-1b@ha 48 lis 10,pthread_create@ha
|
/l4re-core-master/moe/server/src/ARCH-ppc32/ |
A D | crt0.S | 28 lis %r1, (_stack_top-16)@ha
|
/l4re-core-master/sigma0/server/src/ARCH-ppc32/ |
A D | crt0.S | 13 lis %r1, crt0_stack_high@ha /* load stack pointer */
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/net/ |
A D | if_arp.h | 178 unsigned char ha[MAX_ADDR_LEN]; /* Hardware address. */ member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/collation/ |
A D | tg_TJ | 7 % <U04B3> (cyr ha with descender), <U0447>, <U04B7> (cyr che with descender),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ |
A D | Rules.mak | 504 …PPC_HAS_REL16:=$(shell echo -e "\t.text\n\taddis 11,30,_GLOBAL_OFFSET_TABLE_-.@ha" | $(CC) -c -x a…
|
Completed in 16 milliseconds