Searched refs:esy (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/system/libroot/posix/glibc/arch/m68k/
H A Ds_nextafterl.c39 int32_t ix,iy,esx,esy; local
43 GET_LDOUBLE_WORDS(esy,hy,ly,y);
45 iy = esy&0x7fff; /* |y| */
52 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
57 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
76 if(esy>=0||esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))){
95 esy
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_nextafterl.c41 int32_t esx,esy; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
46 iy = esy&0x7fff; /* |y| */
56 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
63 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
90 if(esy>=0||(esx>esy||((esx==esy)&&(hx>hy||((hx==hy)&&(lx>ly)))))){
113 esy
[all...]
H A Ds_nexttowardf.c34 u_int32_t hy,ly,esy; local
37 GET_LDOUBLE_WORDS(esy,hy,ly,y);
39 iy = esy&0x7fff; /* |y| */
49 SET_FLOAT_WORD(x,((esy&0x8000)<<16)|1);/* return +-minsub*/
56 if(esy>=0x8000||((ix>>23)&0xff)>iy-0x3f80
64 if(esy<0x8000||((ix>>23)&0xff)>iy-0x3f80
H A Ds_nexttoward.c42 u_int32_t lx,hy,ly,esy; local
45 GET_LDOUBLE_WORDS(esy,hy,ly,y);
47 iy = esy&0x7fff; /* |y| */
57 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */
64 if (esy>=0x8000||((ix>>20)&0x7ff)>iy-0x3c00
76 if (esy<0x8000||((ix>>20)&0x7ff)>iy-0x3c00
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A Ds_nextafterl.c41 int32_t esx,esy; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
46 iy = esy&0x7fff; /* |y| */
55 SET_LDOUBLE_WORDS(x,esy&0x8000,0,1);/* return +-minsubnormal */
60 if(esx>esy||((esx==esy) && (hx>hy||((hx==hy)&&(lx>ly))))) {
87 if(esy>=0||(esx>esy||((esx==esy)&&(hx>hy||((hx==hy)&&(lx>ly)))))){
110 esy
[all...]
H A Ds_nexttowardf.c33 u_int32_t hy,ly,esy; local
36 GET_LDOUBLE_WORDS(esy,hy,ly,y);
38 iy = esy&0x7fff; /* |y| */
48 SET_FLOAT_WORD(x,((esy&0x8000)<<16)|1);/* return +-minsub*/
53 if(esy>=0x8000||((ix>>23)&0xff)>iy-0x3f80
61 if(esy<0x8000||((ix>>23)&0xff)>iy-0x3f80
H A Ds_nexttoward.c41 u_int32_t lx,hy,ly,esy; local
44 GET_LDOUBLE_WORDS(esy,hy,ly,y);
46 iy = esy&0x7fff; /* |y| */
56 INSERT_WORDS(x,(esy&0x8000)<<16,1); /* return +-minsub */
61 if (esy>=0x8000||((ix>>20)&0x7ff)>iy-0x3c00
73 if (esy<0x8000||((ix>>20)&0x7ff)>iy-0x3c00
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_nexttowardf.c32 u_int32_t hy,ly,esy; local
35 GET_LDOUBLE_WORDS(esy,hy,ly,y);
37 iy = esy&0x7fff; /* |y| */
45 SET_FLOAT_WORD(x,((esy&0x8000)<<16)|1);/* return +-minsub*/
50 if(esy>=0x8000||((ix>>23)&0xff)>iy-0x3f80
58 if(esy<0x8000||((ix>>23)&0xff)>iy-0x3f80

Completed in 42 milliseconds