Home
last modified time | relevance | path

Searched refs:manh (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/math/mpir/mpir-3.0.0/
H A Dextract-dbl.c39 unsigned long int manh, manl; in __gmp_extract_double() local
80 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); in __gmp_extract_double()
89 manh = (manh << 1) | (manl >> 31); in __gmp_extract_double()
93 while ((manh & GMP_LIMB_HIGHBIT) == 0); in __gmp_extract_double()
138 manh = d; in __gmp_extract_double()
199 rp[2] = manh; in __gmp_extract_double()
219 rp[2] = manh >> GMP_NAIL_BITS; in __gmp_extract_double()
226 rp[2] = (manh >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
243 manh = ((manh << GMP_NUMB_BITS) in __gmp_extract_double()
254 manh = (manh << sc) | (manl >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
[all …]
/dports/math/gmp/gmp-6.2.1/
H A Dextract-dbl.c53 unsigned long int manh, manl; in __gmp_extract_double() local
98 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); in __gmp_extract_double()
107 manh = (manh << 1) | (manl >> 31); in __gmp_extract_double()
111 while ((manh & GMP_LIMB_HIGHBIT) == 0); in __gmp_extract_double()
157 manh = d; in __gmp_extract_double()
242 rp[2] = manh; in __gmp_extract_double()
262 rp[2] = manh >> GMP_NAIL_BITS; in __gmp_extract_double()
269 rp[2] = (manh >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
286 manh = ((manh << GMP_NUMB_BITS) in __gmp_extract_double()
297 manh = (manh << sc) | (manl >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/
H A Dextract-dbl.c54 unsigned long int manh, manl; in __gmp_extract_double() local
99 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); in __gmp_extract_double()
108 manh = (manh << 1) | (manl >> 31); in __gmp_extract_double()
112 while ((manh & GMP_LIMB_HIGHBIT) == 0); in __gmp_extract_double()
158 manh = d; in __gmp_extract_double()
243 rp[2] = manh; in __gmp_extract_double()
263 rp[2] = manh >> GMP_NAIL_BITS; in __gmp_extract_double()
270 rp[2] = (manh >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
287 manh = ((manh << GMP_NUMB_BITS) in __gmp_extract_double()
298 manh = (manh << sc) | (manl >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
[all …]
/dports/math/mingw32-libgmp/gmp-6.0.0/
H A Dextract-dbl.c54 unsigned long int manh, manl; in __gmp_extract_double() local
99 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); in __gmp_extract_double()
108 manh = (manh << 1) | (manl >> 31); in __gmp_extract_double()
112 while ((manh & GMP_LIMB_HIGHBIT) == 0); in __gmp_extract_double()
158 manh = d; in __gmp_extract_double()
243 rp[2] = manh; in __gmp_extract_double()
263 rp[2] = manh >> GMP_NAIL_BITS; in __gmp_extract_double()
270 rp[2] = (manh >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
287 manh = ((manh << GMP_NUMB_BITS) in __gmp_extract_double()
298 manh = (manh << sc) | (manl >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/
H A Dextract-dbl.c53 unsigned long int manh, manl; in __gmp_extract_double() local
98 manh = ((mp_limb_t) 1 << 31) | (x.s.manh << 11) | (x.s.manl >> 21); in __gmp_extract_double()
107 manh = (manh << 1) | (manl >> 31); in __gmp_extract_double()
111 while ((manh & GMP_LIMB_HIGHBIT) == 0); in __gmp_extract_double()
157 manh = d; in __gmp_extract_double()
242 rp[2] = manh; in __gmp_extract_double()
262 rp[2] = manh >> GMP_NAIL_BITS; in __gmp_extract_double()
269 rp[2] = (manh >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
286 manh = ((manh << GMP_NUMB_BITS) in __gmp_extract_double()
297 manh = (manh << sc) | (manl >> (GMP_LIMB_BITS - sc)); in __gmp_extract_double()
[all …]
/dports/math/openlibm/openlibm-0.8.0/src/
H A Ds_nextafterl.c43 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl) != 0) || in nextafterl()
45 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl) != 0)) in nextafterl()
49 ux.bits.manh = 0; /* return +-minsubnormal */ in nextafterl()
57 if ((ux.bits.manh&~LDBL_NBIT)==0) in nextafterl()
59 ux.bits.manh = (ux.bits.manh - 1) | (ux.bits.manh & LDBL_NBIT); in nextafterl()
65 ux.bits.manh = (ux.bits.manh + 1) | (ux.bits.manh & LDBL_NBIT); in nextafterl()
66 if ((ux.bits.manh&~LDBL_NBIT)==0) in nextafterl()
H A Ds_floorl.c36 uint64_t o = u.bits.manh; \
37 u.bits.manh += (c); \
38 if (u.bits.manh < o) \
44 uint64_t o = u.bits.manh; \
45 u.bits.manh += (c); \
46 if (u.bits.manh < o) { \
48 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
65 (u.bits.manh | u.bits.manl) != 0) in floorl()
69 if (((u.bits.manh & m) | u.bits.manl) == 0) in floorl()
80 u.bits.manh &= ~m; in floorl()
H A Ds_ceill.c36 u_int64_t o = u.bits.manh; \
37 u.bits.manh += (c); \
38 if (u.bits.manh < o) \
44 u_int64_t o = u.bits.manh; \
45 u.bits.manh += (c); \
46 if (u.bits.manh < o) { \
48 u.bits.manh |= 1llu << (LDBL_MANH_SIZE - 1); \
65 (u.bits.manh | u.bits.manl) != 0) in ceill()
69 if (((u.bits.manh & m) | u.bits.manl) == 0) in ceill()
80 u.bits.manh &= ~m; in ceill()
H A De_fmodl.c79 if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */ in fmodl()
82 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* or y is NaN */ in fmodl()
86 (ux.bits.manh<=uy.bits.manh && in fmodl()
87 (ux.bits.manh<uy.bits.manh || in fmodl()
91 if(ux.bits.manh==uy.bits.manh && ux.bits.manl==uy.bits.manl) { in fmodl()
113 hx = SET_NBIT(ux.bits.manh); in fmodl()
114 hy = SET_NBIT(uy.bits.manh); in fmodl()
140 ux.bits.manh = hx; /* The mantissa is truncated here if needed. */ in fmodl()
H A Ds_remquol.c85 if((uy.bits.exp|uy.bits.manh|uy.bits.manl)==0 || /* y=0 */ in remquol()
88 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* or y is NaN */ in remquol()
92 (ux.bits.manh<=uy.bits.manh && in remquol()
93 (ux.bits.manh<uy.bits.manh || in remquol()
98 if(ux.bits.manh==uy.bits.manh && ux.bits.manl==uy.bits.manl) { in remquol()
121 hx = SET_NBIT(ux.bits.manh); in remquol()
122 hy = SET_NBIT(uy.bits.manh); in remquol()
148 ux.bits.manh = hx; /* The integer bit is truncated here if needed. */ in remquol()
H A De_hypotl.c28 h = uv.bits.manh; \
65 man_t manh, manl; in hypotl() local
68 GET_LDBL_MAN(manh,manl,a); in hypotl()
69 if (manh == LDBL_NBIT && manl == 0) w = a; in hypotl()
70 GET_LDBL_MAN(manh,manl,b); in hypotl()
71 if (hb >= ESW(MAX_EXP) && manh == LDBL_NBIT && manl == 0) w = b; in hypotl()
82 man_t manh, manl; in hypotl() local
83 GET_LDBL_MAN(manh,manl,b); in hypotl()
84 if((manh|manl)==0) return a; in hypotl()
H A Daarch64_fpmath.h36 uint64_t manh :48; member
43 uint64_t manh :48; member
58 (a)[2] = (uint32_t)(u).bits.manh; \
59 (a)[3] = (uint32_t)((u).bits.manh >> 32); \
H A Ds_ilogbl.c32 if ((u.bits.manl | u.bits.manh) == 0) in ilogbl()
35 if (u.bits.manh == 0) { in ilogbl()
41 for (b = 0; !(u.bits.manh & m); m >>= 1) in ilogbl()
50 else if (u.bits.manl != 0 || u.bits.manh != 0) in ilogbl()
H A De_atan2l.c62 ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)!=0) || /* x is NaN */ in atan2l()
64 ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)!=0)) /* y is NaN */ in atan2l()
66 if (expsignx==BIAS && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0) in atan2l()
71 if(expty==0 && ((uy.bits.manh&~LDBL_NBIT)|uy.bits.manl)==0) { in atan2l()
80 if(exptx==0 && ((ux.bits.manh&~LDBL_NBIT)|ux.bits.manl)==0) in atan2l()
H A Ds_fpclassify.c39 if (u.bits.manl == 0 && u.bits.manh == 0) { in __fpclassifyd()
46 } else if (u.bits.manl == 0 && u.bits.manh == 0) { in __fpclassifyd()
84 if (u.bits.manl == 0 && u.bits.manh == 0) { in __fpclassifyl()
91 } else if (u.bits.manl == 0 && u.bits.manh == 0) { in __fpclassifyl()
H A De_sqrtl.c45 if (++u.bits.manh == 0) { in inc()
47 u.bits.manh |= LDBL_NBIT; in inc()
61 if (u.bits.manh-- == LDBL_NBIT) { in dec()
63 u.bits.manh |= LDBL_NBIT; in dec()
95 if ((u.bits.manh | u.bits.manl | u.bits.exp) == 0) in sqrtl()
H A Dmips_fpmath.h34 unsigned int manh :20; member
40 unsigned int manh :20;
55 (a)[1] = (uint32_t)(u).bits.manh; \
H A Di386_fpmath.h33 unsigned int manh :32; member
46 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
53 (a)[1] = (uint32_t)(u).bits.manh; \
H A Damd64_fpmath.h33 unsigned int manh :32; member
47 #define mask_nbit_l(u) ((u).bits.manh &= ~LDBL_NBIT)
54 (a)[1] = (uint32_t)(u).bits.manh; \
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dset_d.c59 ((mp_limb_t) x.s.manh << (GMP_NUMB_BITS - 21)) | in extract_double()
66 man[3] = (MPFR_LIMB_ONE << 15) | (x.s.manh >> 5); in extract_double()
67 man[2] = (x.s.manh << 11) | (x.s.manl >> 21); in extract_double()
72 man[6] = (MPFR_LIMB_ONE << 7) | (x.s.manh >> 13); in extract_double()
73 man[5] = (mp_limb_t) (x.s.manh >> 5); in extract_double()
91 man[1] = (x.s.manh << 11) /* high 21 bits */ in extract_double()
104 man[3] = x.s.manh >> 5; in extract_double()
105 man[2] = (x.s.manh << 11) | (x.s.manl >> 21); in extract_double()
125 man[6] = x.s.manh >> 13; in extract_double()
126 man[5] = x.s.manh >> 5; in extract_double()
[all …]
H A Dget_ld.c80 ld.s.manh = (tmpmant[0] >> denorm) >> 32; in mpfr_get_ld()
85 ld.s.manh = tmpmant[1]; in mpfr_get_ld()
90 ld.s.manh = tmpmant[1] >> denorm; in mpfr_get_ld()
95 ld.s.manh = 0; in mpfr_get_ld()
112 ld.s.manh = (tmpmant[2] >> denorm) in mpfr_get_ld()
120 ld.s.manh = tmpmant[3]; in mpfr_get_ld()
129 ld.s.manh = tmpmant[3] >> (denorm - 16); in mpfr_get_ld()
136 ld.s.manh = 0; in mpfr_get_ld()
144 ld.s.manh = 0; in mpfr_get_ld()
150 ld.s.manh = 0; in mpfr_get_ld()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfieeefp.h70 unsigned manh:23; member
78 unsigned manh:32;
86 unsigned manh:32;
96 unsigned manh:32;
107 unsigned manh:23;
114 unsigned manh:32;
122 unsigned manh:32;
130 unsigned manh:32;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfieeefp.h70 unsigned manh:23; member
78 unsigned manh:32;
86 unsigned manh:32;
96 unsigned manh:32;
107 unsigned manh:23;
114 unsigned manh:32;
122 unsigned manh:32;
130 unsigned manh:32;
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dvfieeefp.h71 unsigned manh:23; member
79 unsigned manh:32;
87 unsigned manh:32;
97 unsigned manh:32;
108 unsigned manh:23;
115 unsigned manh:32;
123 unsigned manh:32;
131 unsigned manh:32;
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dvfieeefp.h72 unsigned manh:23; member
80 unsigned manh:32;
88 unsigned manh:32;
98 unsigned manh:32;
109 unsigned manh:23;
116 unsigned manh:32;
124 unsigned manh:32;
132 unsigned manh:32;

12345678910>>...12