Home
last modified time | relevance | path

Searched refs:get_coefs (Results 1 – 25 of 31) sorted by relevance

12

/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece6960119f_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
178 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE6960119F_VEC_bm()
179 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE6960119F_VEC_bm()
180 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE6960119F_VEC_bm()
181 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE6960119F_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece8192128_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) {
178 get_coefs(&coefs[ 0], in[0]);
179 get_coefs(&coefs[ 64], in[1]);
180 get_coefs(&coefs[128], in[2]);
181 get_coefs(&coefs[192], in[3]);
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece6688128f_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
178 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE6688128F_VEC_bm()
179 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE6688128F_VEC_bm()
180 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE6688128F_VEC_bm()
181 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE6688128F_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece6688128_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
178 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE6688128_VEC_bm()
179 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE6688128_VEC_bm()
180 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE6688128_VEC_bm()
181 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE6688128_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece6960119_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
178 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE6960119_VEC_bm()
179 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE6960119_VEC_bm()
180 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE6960119_VEC_bm()
181 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE6960119_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece8192128f_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
178 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE8192128F_VEC_bm()
179 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE8192128F_VEC_bm()
180 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE8192128F_VEC_bm()
181 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE8192128F_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece460896_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
177 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE460896_VEC_bm()
178 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE460896_VEC_bm()
179 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE460896_VEC_bm()
180 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE460896_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece460896f_vec/
H A Dbm.c59 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
177 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE460896F_VEC_bm()
178 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE460896F_VEC_bm()
179 get_coefs(&coefs[128], in[2]); in PQCLEAN_MCELIECE460896F_VEC_bm()
180 get_coefs(&coefs[192], in[3]); in PQCLEAN_MCELIECE460896F_VEC_bm()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/internals/
H A Drecurrence.qbk18 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
21 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
99 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
104 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
121 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/internals/
H A Drecurrence.qbk18 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
21 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
99 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
104 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
121 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
/dports/devel/boost-libs/boost_1_72_0/libs/math/doc/internals/
H A Drecurrence.qbk18 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
21 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
99 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
104 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
121 …[[get_coefs] [Functor that returns the corefficients of the recurrence relation. The coefficients…
/dports/devel/hyperscan/boost_1_75_0/libs/math/doc/internals/
H A Drecurrence.qbk18 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
21 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
99 …T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T first,…
104 …[[get_coefs] [Functor that returns the coefficients of the recurrence relation. The coefficients …
116 …T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, T first…
121 …[[get_coefs] [Functor that returns the coefficients of the recurrence relation. The coefficients …
/dports/devel/boost-docs/boost_1_72_0/boost/math/tools/
H A Drecurrence.hpp142 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
153 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
197 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
208 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/devel/hyperscan/boost_1_75_0/boost/math/tools/
H A Drecurrence.hpp143 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
154 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
198 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
209 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/devel/R-cran-BH/BH/inst/include/boost/math/tools/
H A Drecurrence.hpp139 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
150 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
194 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
205 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/tools/
H A Drecurrence.hpp143 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
154 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
198 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
209 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/tools/
H A Drecurrence.hpp143 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
154 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
198 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
209 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/devel/boost-libs/boost_1_72_0/boost/math/tools/
H A Drecurrence.hpp142 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
153 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
197 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
208 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/tools/
H A Drecurrence.hpp142 …inline T apply_recurrence_relation_forward(const NextCoefs& get_coefs, unsigned number_of_steps, T… in apply_recurrence_relation_forward() argument
153 tie(a, b, c) = get_coefs(k); in apply_recurrence_relation_forward()
197 …inline T apply_recurrence_relation_backward(const NextCoefs& get_coefs, unsigned number_of_steps, … in apply_recurrence_relation_backward() argument
208 tie(a, b, c) = get_coefs(-static_cast<int>(k)); in apply_recurrence_relation_backward()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece348864_vec/
H A Dbm.c62 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
182 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE348864_VEC_bm()
183 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE348864_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece348864f_vec/
H A Dbm.c62 static inline void get_coefs(gf *out, const vec *in) { in get_coefs() function
182 get_coefs(&coefs[ 0], in[0]); in PQCLEAN_MCELIECE348864F_VEC_bm()
183 get_coefs(&coefs[ 64], in[1]); in PQCLEAN_MCELIECE348864F_VEC_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece348864_avx/
H A Dbm.c64 static inline void get_coefs(gf *out, vec128 *in) { in get_coefs() function
164 get_coefs(coefs, in); in PQCLEAN_MCELIECE348864_AVX_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece348864f_avx/
H A Dbm.c64 static inline void get_coefs(gf *out, vec128 *in) { in get_coefs() function
164 get_coefs(coefs, in); in PQCLEAN_MCELIECE348864F_AVX_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece8192128f_avx/
H A Dbm.c70 static inline void get_coefs(gf *out, vec256 *in) { in get_coefs() function
163 get_coefs(coefs, in); in PQCLEAN_MCELIECE8192128F_AVX_bm()
/dports/security/liboqs/liboqs-0.7.0/src/kem/classic_mceliece/pqclean_mceliece8192128_avx/
H A Dbm.c70 static inline void get_coefs(gf *out, vec256 *in) { in get_coefs() function
163 get_coefs(coefs, in); in PQCLEAN_MCELIECE8192128_AVX_bm()

12