Home
last modified time | relevance | path

Searched refs:mpn_half (Results 1 – 11 of 11) sorted by relevance

/dports/math/mpir/mpir-3.0.0/mpn/x86_64w/k8/
H A Dhalf.asm1 ; PROLOGUE(mpn_half)
21 ; mp_limb_t mpn_half(mp_ptr, mp_size_t)
30 LEAF_PROC mpn_half
/dports/math/mpir/mpir-3.0.0/mpn/generic/
H A Dtoom3_mul.c113 mpn_half (vm1, kk1); in mpn_toom3_interpolate()
122 mpn_half (vm1, kk1); in mpn_toom3_interpolate()
158 mpn_half (v2, kk1); in mpn_toom3_interpolate()
734 mpn_half(t, kk1); in mpn_toom32_mul()
742 mpn_half(t, kk1); in mpn_toom32_mul()
H A Dmulmod_2expm1.c265 car = mpn_half (xp, n); in mpn_mulmod_2expm1()
270 car = mpn_half (xp, m); in mpn_mulmod_2expm1()
H A Dsqrtrem.c261 mpn_half (sp, l); in mpn_dc_sqrtrem()
H A Dtoom4_mul.c94 mpn_half(rxx, nxx); \
H A Dtoom4_mul_n.c525 mpn_half(rxx, nxx); \
/dports/math/mpir/mpir-3.0.0/mpn/x86_64/k8/
H A Dhalf.asm1 dnl mpn_half
/dports/math/mpir/mpir-3.0.0/tests/mpn/
H A Dt-lorrshift1.c81 MPN_COPY(hp,xp,n);k3 = mpn_half(hp,n); in main()
/dports/math/mpir/mpir-3.0.0/
H A Dgmp-impl.h2382 #define mpn_half __MPN(half) macro
2383 __GMP_DECLSPEC mp_limb_t mpn_half _PROTO ((mp_ptr,mp_size_t));
2385 #define mpn_half(__xp,__n) mpn_rshift1((__xp),(__xp),(__n)) macro
/dports/math/mpir/mpir-3.0.0/tests/devel/
H A Dtry.c1572 return mpn_half (rp, size); in mpn_half_fun()
1957 { TRY_FUNFUN(mpn_half), TYPE_HALF },
/dports/math/mpir/mpir-3.0.0/tune/
H A Dcommon.c602 SPEED_ROUTINE_MPN_POPCOUNT (mpn_half); in speed_mpn_half()