Home
last modified time | relevance | path

Searched refs:ae_datatype (Results 1 – 6 of 6) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/ALGLIB/
H A Dap.h195 typedef ae_int_t ae_datatype; typedef
371 ae_datatype datatype;
388 ae_datatype datatype;
408 ae_int_t ae_sizeof(ae_datatype datatype);
426 ae_bool ae_vector_init(ae_vector *dst, ae_int_t size, ae_datatype datatype, ae_state *state, ae_boo…
433 ae_bool ae_matrix_init(ae_matrix *dst, ae_int_t rows, ae_int_t cols, ae_datatype datatype, ae_state…
839 void allocate_own(ae_int_t size, alglib_impl::ae_datatype datatype);
947 void allocate_own(ae_int_t rows, ae_int_t cols, alglib_impl::ae_datatype datatype);
H A Dap.cpp245 ae_int_t ae_sizeof(ae_datatype datatype) in ae_sizeof()
529 ae_bool ae_vector_init(ae_vector *dst, ae_int_t size, ae_datatype datatype, ae_state *state, ae_boo… in ae_vector_init()
584 ae_vector_init(dst, (ae_int_t)src->cnt, (ae_datatype)src->datatype, state, make_automatic); in ae_vector_init_from_x()
586 …memcpy(dst->ptr.p_ptr, src->ptr, (size_t)(((ae_int_t)src->cnt)*ae_sizeof((ae_datatype)src->datatyp… in ae_vector_init_from_x()
653 ae_datatype datatype; in ae_swap_vectors()
757 …ae_matrix_init(dst, (ae_int_t)src->rows, (ae_int_t)src->cols, (ae_datatype)src->datatype, state, m… in ae_matrix_init_from_x()
762 row_size = ae_sizeof((ae_datatype)src->datatype)*(ae_int_t)src->cols; in ae_matrix_init_from_x()
763 … i++, p_src_row+=src->stride*ae_sizeof((ae_datatype)src->datatype), p_dst_row+=dst->stride*ae_size… in ae_matrix_init_from_x()
840 ae_datatype datatype; in ae_swap_matrices()
4954 void alglib::ae_vector_wrapper::allocate_own(ae_int_t size, alglib_impl::ae_datatype datatype) in allocate_own()
[all …]
/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/src/
H A Dap.h252 typedef ae_int_t ae_datatype; typedef
546 ae_datatype datatype;
581 ae_datatype datatype;
745 ae_int_t ae_sizeof(ae_datatype datatype);
1294 ae_vector_wrapper(alglib_impl::ae_vector *e_ptr, alglib_impl::ae_datatype datatype);
1299 ae_vector_wrapper(alglib_impl::ae_datatype datatype);
1307 ae_vector_wrapper(const ae_vector_wrapper &rhs, alglib_impl::ae_datatype datatype);
1346 ae_vector_wrapper(const char *s, alglib_impl::ae_datatype datatype);
1567 ae_matrix_wrapper(alglib_impl::ae_datatype datatype);
1573 ae_matrix_wrapper(const ae_matrix_wrapper &rhs, alglib_impl::ae_datatype datatype);
[all …]
H A Dap.cpp885 ae_int_t ae_sizeof(ae_datatype datatype) in ae_sizeof()
1339 ae_vector_init(dst, (ae_int_t)src->cnt, (ae_datatype)src->datatype, state, make_automatic); in ae_vector_init_from_x()
1384 dst->datatype = (ae_datatype)src->datatype; in ae_vector_init_attach_to_x()
1468 ae_datatype datatype; in ae_swap_vectors()
1599 row_size = ae_sizeof((ae_datatype)src->datatype)*(ae_int_t)src->cols; in ae_matrix_init_from_x()
1600 … i++, p_src_row+=src->stride*ae_sizeof((ae_datatype)src->datatype), p_dst_row+=dst->stride*ae_size… in ae_matrix_init_from_x()
1657 dst->datatype = (ae_datatype)src->datatype; in ae_matrix_init_attach_to_x()
1769 ae_datatype datatype; in ae_swap_matrices()
7125 alglib::ae_vector_wrapper::ae_vector_wrapper(alglib_impl::ae_datatype datatype) in ae_vector_wrapper()
7261 alglib::ae_vector_wrapper::ae_vector_wrapper(const char *s, alglib_impl::ae_datatype datatype) in ae_vector_wrapper()
[all …]
/dports/math/alglib/alglib-cpp/src/
H A Dap.h316 typedef ae_int_t ae_datatype; typedef
610 ae_datatype datatype;
646 ae_datatype datatype;
824 ae_int_t ae_sizeof(ae_datatype datatype);
1494 ae_vector_wrapper(alglib_impl::ae_vector *e_ptr, alglib_impl::ae_datatype datatype);
1499 ae_vector_wrapper(alglib_impl::ae_datatype datatype);
1507 ae_vector_wrapper(const ae_vector_wrapper &rhs, alglib_impl::ae_datatype datatype);
1546 ae_vector_wrapper(const char *s, alglib_impl::ae_datatype datatype);
1767 ae_matrix_wrapper(alglib_impl::ae_datatype datatype);
1773 ae_matrix_wrapper(const ae_matrix_wrapper &rhs, alglib_impl::ae_datatype datatype);
[all …]
H A Dap.cpp967 ae_int_t ae_sizeof(ae_datatype datatype) in ae_sizeof()
1421 ae_vector_init(dst, (ae_int_t)src->cnt, (ae_datatype)src->datatype, state, make_automatic); in ae_vector_init_from_x()
1466 dst->datatype = (ae_datatype)src->datatype; in ae_vector_init_attach_to_x()
1578 ae_datatype datatype; in ae_swap_vectors()
1709 row_size = ae_sizeof((ae_datatype)src->datatype)*(ae_int_t)src->cols; in ae_matrix_init_from_x()
1710 … i++, p_src_row+=src->stride*ae_sizeof((ae_datatype)src->datatype), p_dst_row+=dst->stride*ae_size… in ae_matrix_init_from_x()
1767 dst->datatype = (ae_datatype)src->datatype; in ae_matrix_init_attach_to_x()
1879 ae_datatype datatype; in ae_swap_matrices()
7632 alglib::ae_vector_wrapper::ae_vector_wrapper(alglib_impl::ae_datatype datatype) in ae_vector_wrapper()
7768 alglib::ae_vector_wrapper::ae_vector_wrapper(const char *s, alglib_impl::ae_datatype datatype) in ae_vector_wrapper()
[all …]