Home
last modified time | relevance | path

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

/sysdeps/ieee754/ldbl-128ibm/
A Ds_nexttoward.c54 INSERT_WORDS(x,(uint32_t)((hy>>32)&0x80000000),1);/* return +-minsub */ in __nexttoward()
88 INSERT_WORDS(x,hx,lx); in __nexttoward()
A De_logl.c253 INSERT_WORDS (xhi, 0x3ff00000 + (k << 13), 0); in __ieee754_logl()
262 INSERT_WORDS (xhi, 0x3fe00000 + (k << 14), 0); in __ieee754_logl()
/sysdeps/ieee754/ldbl-128/
A Ds_nexttoward.c53 INSERT_WORDS(x,(uint32_t)((hy>>32)&0x80000000),1);/* return +-minsub */ in __nexttoward()
87 INSERT_WORDS(x,hx,lx); in __nexttoward()
/sysdeps/ieee754/ldbl-96/
A Ds_nexttoward.c50 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */ in __nexttoward()
84 INSERT_WORDS(x,hx,lx); in __nexttoward()
/sysdeps/i386/fpu/
A Ds_nexttoward.c53 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */ in __nexttoward()
87 INSERT_WORDS(x,hx,lx); in __nexttoward()
/sysdeps/ieee754/dbl-64/
A Ds_nextup.c52 INSERT_WORDS (x, hx, lx); in __nextup()
/sysdeps/generic/
A Dmath_private.h114 #ifndef INSERT_WORDS
115 # define INSERT_WORDS(d,ix0,ix1) \ macro
/sysdeps/powerpc/fpu/
A De_sqrt.c103 INSERT_WORDS (fsg, fsgi, 0); in __ieee754_sqrt()

Completed in 9 milliseconds