Home | History | Annotate | Download | only in tests

Lines Matching defs:mantissa

125   void *mantissa = new_st (mpfr_custom_get_size (p));
127 mpfr_custom_init (mantissa, p);
128 mpfr_custom_init_set (x, 0, 0, p, mantissa);
137 void *mantissa = new_st ((mpfr_custom_get_size) (p));
139 (mpfr_custom_init) (mantissa, p);
140 (mpfr_custom_init_set) (x, MPFR_NAN_KIND, 0, p, mantissa);
149 void *mantissa = new_st ((mpfr_custom_get_size) (p));
154 mpfr_custom_init ((i1++, mantissa), (i2++, p));
169 (i5++, mantissa));
187 void *mantissa = new_st ((mpfr_custom_get_size) (p));
189 (mpfr_custom_init) (mantissa, p);
190 (mpfr_custom_init_set) (x, -MPFR_INF_KIND, 0, p, mantissa);
198 void *mantissa = mpfr_custom_get_significand (x);
212 == mantissa);
219 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa);
245 void *mantissa = (mpfr_custom_get_significand) (x);
250 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa);
367 /* a[0] is the kind, a[1] is the exponent, &a[2] is the mantissa */