Searched refs:tmp (Results 1 – 5 of 5) sorted by relevance
/math/ |
A D | gen-auto-libm-tests.c | 1031 mpz_t tmp; in adjust_real() local 1036 mpz_neg (tmp, tmp); in adjust_real() 1038 mpz_neg (tmp, tmp); in adjust_real() 1103 mpfr_t tmp; in round_real() local 1104 mpfr_init (tmp); in round_real() 1173 mpfr_t tmp; in handle_input_arg() local 1723 mpz_t tmp; in output_generic_value() local 1726 mpz_neg (tmp, tmp); in output_generic_value() 1729 mpz_add_ui (tmp, tmp, 1); in output_generic_value() 1838 mpz_t tmp; in output_for_one_input_case() local [all …]
|
A D | atest-sincos.c | 65 mp1 tmp, x; in sincosx_mpn() local 84 mpn_lshift (tmp, s1, SZ, sh); \ in sincosx_mpn() 86 mpn_sub_n (tmp,tmp,s2+FRAC/mpbpl,SZ); \ in sincosx_mpn() 88 mpn_add_n (tmp,tmp,s2+FRAC/mpbpl,SZ); \ in sincosx_mpn() 95 mpn_mul_n(d,tmp,x,SZ); \ in sincosx_mpn() 104 mpn_lshift(tmp,tmp,SZ,1); \ in sincosx_mpn() 105 mpn_add_n(tmp,tmp,s[0]+FRAC/mpbpl,SZ); \ in sincosx_mpn() 106 mpn_add_n(tmp,tmp,s[3]+FRAC/mpbpl,SZ); \ in sincosx_mpn() 107 mpn_divmod_1(tmp,tmp,SZ,6); \ in sincosx_mpn() 109 mpn_sub_n (d,ss,tmp,SZ); \ in sincosx_mpn() [all …]
|
A D | atest-exp2.c | 88 mp2 tmp; in exp_mpn() local 104 mpn_mul_n (tmp, xp, x, SZ); in exp_mpn() 105 assert(tmp[SZ * 2 - 1] == 0); in exp_mpn() 107 mpn_divmod_1 (xp, tmp + FRAC / mpbpl, SZ, n); in exp_mpn() 120 mp2 tmp; in exp2_mpn() local 121 mpn_mul_n (tmp, x, mp_log2, SZ); in exp2_mpn() 122 assert(tmp[SZ * 2 - 1] == 0); in exp2_mpn() 123 exp_mpn (ex, tmp + FRAC / mpbpl); in exp2_mpn()
|
A D | atest-exp.c | 62 mp2 tmp; in exp_mpn() local 78 mpn_mul_n (tmp, xp, x, SZ); in exp_mpn() 79 assert (tmp[SZ * 2 - 1] == 0); in exp_mpn() 81 mpn_divmod_1 (xp, tmp + FRAC / mpbpl, SZ, n); in exp_mpn()
|
A D | math-narrow.h | 363 typeof (X) tmp; \ 366 tmp = ROUND_TO_ODD (fma ## SUFFIX (math_opt_barrier (X), (Y), \ 371 if (tmp == 0) \ 374 ret = (TYPE) tmp; \
|
Completed in 11 milliseconds