Home
last modified time | relevance | path

Searched refs:mpfq_p_5_dst_elt (Results 1 – 4 of 4) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/mpfq/
H A Dmpfq_p_5.h157 typedef unsigned long * mpfq_p_5_dst_elt; typedef
221 void mpfq_p_5_set_zero(mpfq_p_5_dst_field, mpfq_p_5_dst_elt);
266 void mpfq_p_5_normalize(mpfq_p_5_dst_field, mpfq_p_5_dst_elt);
271 …id mpfq_p_5_hadamard(mpfq_p_5_dst_field, mpfq_p_5_dst_elt, mpfq_p_5_dst_elt, mpfq_p_5_dst_elt, mpf…
318 int mpfq_p_5_fscan(mpfq_p_5_dst_field, FILE *, mpfq_p_5_dst_elt);
793 void mpfq_p_5_normalize(mpfq_p_5_dst_field k, mpfq_p_5_dst_elt x) in mpfq_p_5_normalize()
815 …fq_p_5_hadamard(mpfq_p_5_dst_field k, mpfq_p_5_dst_elt x, mpfq_p_5_dst_elt y, mpfq_p_5_dst_elt z, in mpfq_p_5_hadamard()
996 mpfq_p_5_dst_elt y = mpfq_p_5_vec_coeff_ptr(K, w, i); in mpfq_p_5_vec_setcoeff()
1004 mpfq_p_5_dst_elt y = mpfq_p_5_vec_coeff_ptr(K, w, i); in mpfq_p_5_vec_setcoeff_ui()
1068 mpfq_p_5_dst_elt y = mpfq_p_5_vec_coeff_ptr(K, w, i); in mpfq_p_5_vec_scal_mul()
[all …]
H A Dmpfq_p_5.c235 mpfq_p_5_set(k, (mpfq_p_5_dst_elt)k->ts_info.z, z); in mpfq_p_5_init_ts()
247 int mpfq_p_5_sqrt(mpfq_p_5_dst_field k, mpfq_p_5_dst_elt z, mpfq_p_5_src_elt a) in mpfq_p_5_sqrt()
384 int mpfq_p_5_sscan(mpfq_p_5_dst_field k, mpfq_p_5_dst_elt z, const char * str) in mpfq_p_5_sscan()
399 int mpfq_p_5_fscan(mpfq_p_5_dst_field k, FILE * file, mpfq_p_5_dst_elt z) in mpfq_p_5_fscan()
475 mpfq_p_5_dst_elt x = mpfq_p_5_vec_coeff_ptr(k, w, i); in mpfq_p_5_vec_random()
484 mpfq_p_5_dst_elt x = mpfq_p_5_vec_coeff_ptr(k, w, i); in mpfq_p_5_vec_random2()
1590 static int mpfq_p_5_wrapper_scan(mpfq_vbase_ptr, mpfq_p_5_dst_elt);
1728 …pfq_p_5_wrapper_hadamard(mpfq_vbase_ptr, mpfq_p_5_dst_elt, mpfq_p_5_dst_elt, mpfq_p_5_dst_elt, mpf…
1729 …base MAYBE_UNUSED, mpfq_p_5_dst_elt x MAYBE_UNUSED, mpfq_p_5_dst_elt y MAYBE_UNUSED, mpfq_p_5_dst_… in mpfq_p_5_wrapper_hadamard()
1740 static void mpfq_p_5_wrapper_normalize(mpfq_vbase_ptr, mpfq_p_5_dst_elt);
[all …]
H A Dmpfq_p_5.hpp154 std::istream& mpfq_p_5_cxx_in(mpfq_p_5_dst_field, std::istream&, mpfq_p_5_dst_elt);
H A Dmpfq_p_5.cpp159 std::istream& mpfq_p_5_cxx_in(mpfq_p_5_dst_field k, std::istream& is, mpfq_p_5_dst_elt z) in mpfq_p_5_cxx_in()