Searched refs:SET_LDOUBLE_WORDS (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_modfl.c53 SET_LDOUBLE_WORDS(*iptr,se&0x8000,0,0); /* *iptr = +-0 */
59 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */
62 SET_LDOUBLE_WORDS(*iptr,se,i0&(~i),0);
71 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */
77 SET_LDOUBLE_WORDS(x,se&0x8000,0,0); /* return +-0 */
80 SET_LDOUBLE_WORDS(*iptr,se,i0,i1&(~i));
H A De_hypotl.c95 SET_LDOUBLE_WORDS(t1, 0x7ffd, 0, 0); /* t1=2^16382 */
112 SET_LDOUBLE_WORDS(t1,ea,high,0);
119 SET_LDOUBLE_WORDS(y1,eb,high,0);
122 SET_LDOUBLE_WORDS(t1,ea+1,high,0);
H A Ds_roundl.c103 SET_LDOUBLE_WORDS (x, se, i0, i1);
H A De_asinl.c150 SET_LDOUBLE_WORDS (w,k,i0,i1);
H A Ds_erfl.c333 SET_LDOUBLE_WORDS (z, i, i0, i1);
437 SET_LDOUBLE_WORDS (z, hx, i0, i1);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A Ds_nextafterl.c52 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
100 SET_LDOUBLE_WORDS(y,esx,hx,lx);
104 SET_LDOUBLE_WORDS(x,esx,hx,lx);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_nextafterl.c55 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
115 SET_LDOUBLE_WORDS(y,esx,hx,lx);
119 SET_LDOUBLE_WORDS(x,esx,hx,lx);
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_nextafterl.c56 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
119 SET_LDOUBLE_WORDS(x,esx,hx,lx);
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ macro
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dmath_ldbl.h34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ macro

Completed in 99 milliseconds