Lines Matching refs:mpfr_t
124 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); in new_mpfr()
136 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); in new_nan1()
148 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); in new_nan2()
186 mpfr_ptr x = (mpfr_ptr) new_st (sizeof (mpfr_t)); in new_inf()
218 memmove (old_stack, x, sizeof (mpfr_t)); in return_mpfr()
219 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr()
221 newx2 = (long *) (void *) (old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr()
249 memmove (old_stack, x, sizeof (mpfr_t)); in return_mpfr_func()
250 memmove (old_stack + ALIGNED (sizeof (mpfr_t)), mantissa, size_mantissa); in return_mpfr_func()
252 (mpfr_custom_move) (newx, old_stack + ALIGNED (sizeof (mpfr_t))); in return_mpfr_func()
253 stack = old_stack + ALIGNED (sizeof (mpfr_t)) + ALIGNED (size_mantissa); in return_mpfr_func()
384 mpfr_t x; in dummy_set_si()
448 mpfr_t x, y, z; in dummy_add()
473 mpfr_t x; in test2()