Searched refs:INSERT_WORDS (Results 1 – 11 of 11) sorted by relevance
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_nexttoward.c | 50 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */ in __nexttoward() 84 INSERT_WORDS(x,hx,lx); in __nexttoward()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_nexttoward.c | 53 INSERT_WORDS(x,(uint32_t)((hy>>32)&0x80000000),1);/* return +-minsub */ in __nexttoward() 87 INSERT_WORDS(x,hx,lx); in __nexttoward()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_nexttoward.c | 54 INSERT_WORDS(x,(uint32_t)((hy>>32)&0x80000000),1);/* return +-minsub */ in __nexttoward() 88 INSERT_WORDS(x,hx,lx); in __nexttoward()
|
D | e_logl.c | 253 INSERT_WORDS (xhi, 0x3ff00000 + (k << 13), 0); in __ieee754_logl() 262 INSERT_WORDS (xhi, 0x3fe00000 + (k << 14), 0); in __ieee754_logl()
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_nexttoward.c | 53 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */ in __nexttoward() 87 INSERT_WORDS(x,hx,lx); in __nexttoward()
|
/glibc-2.36/math/ |
D | s_nextafter.c | 51 INSERT_WORDS(x,hy&0x80000000,1); /* return +-minsubnormal */ in __nextafter() 85 INSERT_WORDS(x,hx,lx); in __nextafter()
|
/glibc-2.36/sysdeps/generic/ |
D | math_private.h | 114 #ifndef INSERT_WORDS 115 # define INSERT_WORDS(d,ix0,ix1) \ macro
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_nextup.c | 52 INSERT_WORDS (x, hx, lx); in __nextup()
|
/glibc-2.36/sysdeps/powerpc/fpu/ |
D | e_sqrt.c | 103 INSERT_WORDS (fsg, fsgi, 0); in __ieee754_sqrt()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.10 | 8631 INSERT_WORDS.
|
D | ChangeLog.18 | 86415 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
|