Home
last modified time | relevance | path

Searched refs:INSERT_WORDS (Results 1 – 11 of 11) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_nexttoward.c50 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/
Ds_nexttoward.c53 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/
Ds_nexttoward.c54 INSERT_WORDS(x,(uint32_t)((hy>>32)&0x80000000),1);/* return +-minsub */ in __nexttoward()
88 INSERT_WORDS(x,hx,lx); in __nexttoward()
De_logl.c253 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/
Ds_nexttoward.c53 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */ in __nexttoward()
87 INSERT_WORDS(x,hx,lx); in __nexttoward()
/glibc-2.36/math/
Ds_nextafter.c51 INSERT_WORDS(x,hy&0x80000000,1); /* return +-minsubnormal */ in __nextafter()
85 INSERT_WORDS(x,hx,lx); in __nextafter()
/glibc-2.36/sysdeps/generic/
Dmath_private.h114 #ifndef INSERT_WORDS
115 # define INSERT_WORDS(d,ix0,ix1) \ macro
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_nextup.c52 INSERT_WORDS (x, hx, lx); in __nextup()
/glibc-2.36/sysdeps/powerpc/fpu/
De_sqrt.c103 INSERT_WORDS (fsg, fsgi, 0); in __ieee754_sqrt()
/glibc-2.36/ChangeLog.old/
DChangeLog.108631 INSERT_WORDS.
DChangeLog.1886415 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.