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

/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsub1sp1_extracted.c110 uint64_t sb_1,
122 a0 = a0_base << cnt | sb_1 >> ((uint32_t)64U - cnt);
125 uint64_t sb_2 = sb_1 << cnt;
337 uint64_t sb_1 = ~(cp0ul1 << (uint32_t)(MPFR_Lib_gmp_NUMB_BITS - d)) + (uint64_t)1U; local
339 if (sb_1 == (uint64_t)0U)
359 sb_1,
98 MPFR_Sub1sp1_mpfr_sub1sp1_gt_branch_1( MPFR_Lib_mpfr_struct *a, const MPFR_Lib_mpfr_struct *b, const MPFR_Lib_mpfr_struct *c, uint64_t *ap, uint64_t *bp, uint64_t *cp, int64_t bx, int64_t cx, int64_t p, int64_t sh, uint64_t mask, uint64_t sb_1, uint64_t a0_base ) argument

Completed in 65 milliseconds