casadi 3.7.2__cp314-none-manylinux2014_x86_64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- casadi/__init__.py +92 -0
- casadi/_casadi.so +0 -0
- casadi/casadi-cli +0 -0
- casadi/casadi.py +54468 -0
- casadi/cbc +0 -0
- casadi/clp +0 -0
- casadi/cmake/alpaqa/alpaqaConfig.cmake +24 -0
- casadi/cmake/alpaqa/alpaqaConfigVersion.cmake +65 -0
- casadi/cmake/alpaqa/alpaqaTargets-release.cmake +29 -0
- casadi/cmake/alpaqa/alpaqaTargets.cmake +131 -0
- casadi/cmake/casadi-config-version.cmake +11 -0
- casadi/cmake/casadi-config.cmake +8 -0
- casadi/cmake/casadi-targets-release.cmake +19 -0
- casadi/cmake/casadi-targets.cmake +107 -0
- casadi/cmake/highs/highs-config.cmake +17 -0
- casadi/cmake/highs/highs-targets-release.cmake +28 -0
- casadi/cmake/highs/highs-targets.cmake +117 -0
- casadi/cmake/libzip/libzip-config-version.cmake +43 -0
- casadi/cmake/libzip/libzip-config.cmake +69 -0
- casadi/cmake/libzip/libzip-targets-release.cmake +19 -0
- casadi/cmake/libzip/libzip-targets.cmake +107 -0
- casadi/cmake/libzip/modules/FindMbedTLS.cmake +141 -0
- casadi/cmake/libzip/modules/FindNettle.cmake +141 -0
- casadi/cmake/libzip/modules/Findzstd.cmake +186 -0
- casadi/cmake/osqp/osqp-config.cmake +1 -0
- casadi/cmake/osqp/osqp-targets-noconfig.cmake +29 -0
- casadi/cmake/osqp/osqp-targets.cmake +113 -0
- casadi/cmake/qdldl/qdldl-config.cmake +1 -0
- casadi/cmake/qdldl/qdldl-targets-noconfig.cmake +29 -0
- casadi/cmake/qdldl/qdldl-targets.cmake +113 -0
- casadi/cmake/sleqp/sleqp-config-version.cmake +65 -0
- casadi/cmake/sleqp/sleqp-config.cmake +1 -0
- casadi/cmake/sleqp/sleqp-targets-release.cmake +20 -0
- casadi/cmake/sleqp/sleqp-targets.cmake +106 -0
- casadi/highs +0 -0
- casadi/include/alpaqa/accelerators/anderson.hpp +133 -0
- casadi/include/alpaqa/accelerators/internal/anderson-helpers.hpp +92 -0
- casadi/include/alpaqa/accelerators/internal/limited-memory-qr.hpp +295 -0
- casadi/include/alpaqa/accelerators/lbfgs.hpp +244 -0
- casadi/include/alpaqa/accelerators/steihaugcg.hpp +143 -0
- casadi/include/alpaqa/alpaqa.hpp +3 -0
- casadi/include/alpaqa/casadi/CasADiControlProblem.hpp +185 -0
- casadi/include/alpaqa/casadi/CasADiFunctionWrapper.hpp +104 -0
- casadi/include/alpaqa/casadi/CasADiProblem.hpp +102 -0
- casadi/include/alpaqa/casadi-loader-export.hpp +15 -0
- casadi/include/alpaqa/casadi-ocp-loader-export.hpp +15 -0
- casadi/include/alpaqa/config/config.hpp +165 -0
- casadi/include/alpaqa/dl/dl-problem.h +476 -0
- casadi/include/alpaqa/dl/dl-problem.hpp +301 -0
- casadi/include/alpaqa/export.h +43 -0
- casadi/include/alpaqa/export.hpp +30 -0
- casadi/include/alpaqa/implementation/accelerators/lbfgs.tpp +240 -0
- casadi/include/alpaqa/implementation/casadi/CasADiControlProblem.tpp +594 -0
- casadi/include/alpaqa/implementation/casadi/CasADiLoader-util.hpp +50 -0
- casadi/include/alpaqa/implementation/casadi/CasADiProblem.tpp +425 -0
- casadi/include/alpaqa/implementation/inner/directions/panoc/structured-lbfgs.tpp +164 -0
- casadi/include/alpaqa/implementation/inner/panoc-helpers.tpp +389 -0
- casadi/include/alpaqa/implementation/inner/panoc-ocp.tpp +798 -0
- casadi/include/alpaqa/implementation/inner/panoc.tpp +448 -0
- casadi/include/alpaqa/implementation/inner/pantr.tpp +474 -0
- casadi/include/alpaqa/implementation/inner/zerofpr.tpp +482 -0
- casadi/include/alpaqa/implementation/outer/alm.tpp +228 -0
- casadi/include/alpaqa/implementation/outer/internal/alm-helpers.tpp +80 -0
- casadi/include/alpaqa/implementation/params/params.tpp +158 -0
- casadi/include/alpaqa/implementation/problem/ocproblem.tpp +56 -0
- casadi/include/alpaqa/implementation/problem/type-erased-problem.tpp +211 -0
- casadi/include/alpaqa/implementation/util/io/csv.tpp +120 -0
- casadi/include/alpaqa/implementation/util/print.tpp +151 -0
- casadi/include/alpaqa/inner/directions/panoc/anderson.hpp +98 -0
- casadi/include/alpaqa/inner/directions/panoc/lbfgs.hpp +94 -0
- casadi/include/alpaqa/inner/directions/panoc/structured-lbfgs.hpp +146 -0
- casadi/include/alpaqa/inner/directions/panoc/structured-newton.hpp +264 -0
- casadi/include/alpaqa/inner/directions/panoc-direction-update.hpp +96 -0
- casadi/include/alpaqa/inner/directions/panoc-ocp/lqr.hpp +181 -0
- casadi/include/alpaqa/inner/directions/panoc-ocp/ocp-vars.hpp +492 -0
- casadi/include/alpaqa/inner/directions/pantr/newton-tr.hpp +192 -0
- casadi/include/alpaqa/inner/directions/pantr/pantr-direction.hpp +99 -0
- casadi/include/alpaqa/inner/inner-solve-options.hpp +30 -0
- casadi/include/alpaqa/inner/internal/lipschitz.hpp +27 -0
- casadi/include/alpaqa/inner/internal/panoc-helpers.hpp +10 -0
- casadi/include/alpaqa/inner/internal/panoc-stop-crit.hpp +124 -0
- casadi/include/alpaqa/inner/internal/solverstatus.hpp +42 -0
- casadi/include/alpaqa/inner/panoc-ocp.hpp +302 -0
- casadi/include/alpaqa/inner/panoc.hpp +274 -0
- casadi/include/alpaqa/inner/pantr.hpp +284 -0
- casadi/include/alpaqa/inner/zerofpr.hpp +274 -0
- casadi/include/alpaqa/ipopt/ipopt-adapter.hpp +81 -0
- casadi/include/alpaqa/ipopt/ipopt-enums.hpp +35 -0
- casadi/include/alpaqa/lbfgsb/lbfgsb-adapter.hpp +111 -0
- casadi/include/alpaqa/newton-tr-pantr-alm.hpp +27 -0
- casadi/include/alpaqa/outer/alm.hpp +190 -0
- casadi/include/alpaqa/outer/internal/alm-helpers.hpp +10 -0
- casadi/include/alpaqa/panoc-alm.hpp +27 -0
- casadi/include/alpaqa/panoc-anderson-alm.hpp +27 -0
- casadi/include/alpaqa/params/params.hpp +60 -0
- casadi/include/alpaqa/problem/box-constr-problem.hpp +220 -0
- casadi/include/alpaqa/problem/box.hpp +82 -0
- casadi/include/alpaqa/problem/functional-problem.hpp +73 -0
- casadi/include/alpaqa/problem/kkt-error.hpp +43 -0
- casadi/include/alpaqa/problem/ocproblem-counters.hpp +116 -0
- casadi/include/alpaqa/problem/ocproblem.hpp +662 -0
- casadi/include/alpaqa/problem/problem-counters.hpp +116 -0
- casadi/include/alpaqa/problem/problem-with-counters.hpp +141 -0
- casadi/include/alpaqa/problem/type-erased-problem.hpp +874 -0
- casadi/include/alpaqa/problem/unconstr-problem.hpp +37 -0
- casadi/include/alpaqa/structured-panoc-alm.hpp +27 -0
- casadi/include/alpaqa/structured-zerofpr-alm.hpp +27 -0
- casadi/include/alpaqa/util/alloc-check.hpp +23 -0
- casadi/include/alpaqa/util/atomic-stop-signal.hpp +24 -0
- casadi/include/alpaqa/util/check-dim.hpp +64 -0
- casadi/include/alpaqa/util/copyable_unique_ptr.hpp +32 -0
- casadi/include/alpaqa/util/demangled-typename.hpp +9 -0
- casadi/include/alpaqa/util/enumerate.hpp +70 -0
- casadi/include/alpaqa/util/float.hpp +25 -0
- casadi/include/alpaqa/util/index-set.hpp +97 -0
- casadi/include/alpaqa/util/io/csv.hpp +43 -0
- casadi/include/alpaqa/util/iter-adapter.hpp +68 -0
- casadi/include/alpaqa/util/max-history.hpp +47 -0
- casadi/include/alpaqa/util/noop-delete.hpp +15 -0
- casadi/include/alpaqa/util/not-implemented.hpp +12 -0
- casadi/include/alpaqa/util/print.hpp +78 -0
- casadi/include/alpaqa/util/quadmath/quadmath-print.hpp +20 -0
- casadi/include/alpaqa/util/quadmath/quadmath.hpp +137 -0
- casadi/include/alpaqa/util/required-method.hpp +29 -0
- casadi/include/alpaqa/util/ringbuffer.hpp +212 -0
- casadi/include/alpaqa/util/set-intersection.hpp +129 -0
- casadi/include/alpaqa/util/sparse-ops.hpp +164 -0
- casadi/include/alpaqa/util/timed.hpp +22 -0
- casadi/include/alpaqa/util/type-erasure.hpp +568 -0
- casadi/include/alpaqa/util/type-traits.hpp +58 -0
- casadi/include/alpaqa/zerofpr-alm.hpp +27 -0
- casadi/include/alpaqa/zerofpr-anderson-alm.hpp +27 -0
- casadi/include/alpaqa-version.h +8 -0
- casadi/include/blasfeo.h +52 -0
- casadi/include/blasfeo_block_size.h +447 -0
- casadi/include/blasfeo_common.h +274 -0
- casadi/include/blasfeo_d_aux.h +255 -0
- casadi/include/blasfeo_d_aux_ext_dep.h +145 -0
- casadi/include/blasfeo_d_aux_ext_dep_ref.h +84 -0
- casadi/include/blasfeo_d_aux_old.h +75 -0
- casadi/include/blasfeo_d_aux_ref.h +208 -0
- casadi/include/blasfeo_d_aux_test.h +226 -0
- casadi/include/blasfeo_d_blas.h +46 -0
- casadi/include/blasfeo_d_blas_api.h +281 -0
- casadi/include/blasfeo_d_blasfeo_api.h +364 -0
- casadi/include/blasfeo_d_blasfeo_api_ref.h +147 -0
- casadi/include/blasfeo_d_blasfeo_hp_api.h +84 -0
- casadi/include/blasfeo_d_blasfeo_ref_api.h +283 -0
- casadi/include/blasfeo_d_kernel.h +1321 -0
- casadi/include/blasfeo_i_aux_ext_dep.h +69 -0
- casadi/include/blasfeo_m_aux.h +57 -0
- casadi/include/blasfeo_memory.h +62 -0
- casadi/include/blasfeo_naming.h +77 -0
- casadi/include/blasfeo_processor_features.h +88 -0
- casadi/include/blasfeo_s_aux.h +168 -0
- casadi/include/blasfeo_s_aux_ext_dep.h +141 -0
- casadi/include/blasfeo_s_aux_ext_dep_ref.h +82 -0
- casadi/include/blasfeo_s_aux_old.h +64 -0
- casadi/include/blasfeo_s_aux_ref.h +147 -0
- casadi/include/blasfeo_s_aux_test.h +177 -0
- casadi/include/blasfeo_s_blas.h +46 -0
- casadi/include/blasfeo_s_blas_api.h +182 -0
- casadi/include/blasfeo_s_blasfeo_api.h +284 -0
- casadi/include/blasfeo_s_blasfeo_api_ref.h +135 -0
- casadi/include/blasfeo_s_blasfeo_ref_api.h +252 -0
- casadi/include/blasfeo_s_kernel.h +692 -0
- casadi/include/blasfeo_stdlib.h +62 -0
- casadi/include/blasfeo_target.h +73 -0
- casadi/include/blasfeo_timing.h +114 -0
- casadi/include/blasfeo_v_aux_ext_dep.h +83 -0
- casadi/include/casadi/casadi.hpp +31 -0
- casadi/include/casadi/casadi.i +4920 -0
- casadi/include/casadi/casadi_c.h +138 -0
- casadi/include/casadi/casadi_numpy.hpp +97 -0
- casadi/include/casadi/config.h +46 -0
- casadi/include/casadi/core/archiver.hpp +58 -0
- casadi/include/casadi/core/blazing_spline.hpp +47 -0
- casadi/include/casadi/core/calculus.hpp +1805 -0
- casadi/include/casadi/core/callback.hpp +235 -0
- casadi/include/casadi/core/casadi_common.hpp +355 -0
- casadi/include/casadi/core/casadi_enum.hpp +90 -0
- casadi/include/casadi/core/casadi_export.h +43 -0
- casadi/include/casadi/core/casadi_interrupt.hpp +83 -0
- casadi/include/casadi/core/casadi_limits.hpp +104 -0
- casadi/include/casadi/core/casadi_logger.hpp +134 -0
- casadi/include/casadi/core/casadi_meta.hpp +122 -0
- casadi/include/casadi/core/casadi_misc.hpp +1022 -0
- casadi/include/casadi/core/casadi_types.hpp +66 -0
- casadi/include/casadi/core/code_generator.hpp +1071 -0
- casadi/include/casadi/core/conic.hpp +213 -0
- casadi/include/casadi/core/core.hpp +75 -0
- casadi/include/casadi/core/dae_builder.hpp +885 -0
- casadi/include/casadi/core/dm.hpp +90 -0
- casadi/include/casadi/core/dm_fwd.hpp +39 -0
- casadi/include/casadi/core/dple.hpp +138 -0
- casadi/include/casadi/core/exception.hpp +167 -0
- casadi/include/casadi/core/expm.hpp +84 -0
- casadi/include/casadi/core/external.hpp +70 -0
- casadi/include/casadi/core/filesystem.hpp +58 -0
- casadi/include/casadi/core/fmu.hpp +270 -0
- casadi/include/casadi/core/function.hpp +1389 -0
- casadi/include/casadi/core/generic_expression.hpp +760 -0
- casadi/include/casadi/core/generic_matrix.hpp +1805 -0
- casadi/include/casadi/core/generic_shared.hpp +395 -0
- casadi/include/casadi/core/generic_shared_impl.hpp +218 -0
- casadi/include/casadi/core/generic_shared_internal.hpp +215 -0
- casadi/include/casadi/core/generic_type.hpp +314 -0
- casadi/include/casadi/core/global_options.hpp +107 -0
- casadi/include/casadi/core/im.hpp +52 -0
- casadi/include/casadi/core/im_fwd.hpp +35 -0
- casadi/include/casadi/core/importer.hpp +221 -0
- casadi/include/casadi/core/integration_tools.hpp +292 -0
- casadi/include/casadi/core/integrator.hpp +290 -0
- casadi/include/casadi/core/interpolant.hpp +163 -0
- casadi/include/casadi/core/linsol.hpp +171 -0
- casadi/include/casadi/core/matrix_decl.hpp +1423 -0
- casadi/include/casadi/core/matrix_fwd.hpp +37 -0
- casadi/include/casadi/core/mx.hpp +1014 -0
- casadi/include/casadi/core/nlp_builder.hpp +163 -0
- casadi/include/casadi/core/nlp_tools.hpp +124 -0
- casadi/include/casadi/core/nlpsol.hpp +234 -0
- casadi/include/casadi/core/nonzeros.hpp +111 -0
- casadi/include/casadi/core/options.hpp +122 -0
- casadi/include/casadi/core/optistack.hpp +704 -0
- casadi/include/casadi/core/polynomial.hpp +126 -0
- casadi/include/casadi/core/printable.hpp +81 -0
- casadi/include/casadi/core/resource.hpp +107 -0
- casadi/include/casadi/core/rootfinder.hpp +176 -0
- casadi/include/casadi/core/runtime/casadi_axpy.hpp +8 -0
- casadi/include/casadi/core/runtime/casadi_bfgs.hpp +49 -0
- casadi/include/casadi/core/runtime/casadi_bilin.hpp +42 -0
- casadi/include/casadi/core/runtime/casadi_blazing_1d_boor_eval.hpp +112 -0
- casadi/include/casadi/core/runtime/casadi_blazing_2d_boor_eval.hpp +311 -0
- casadi/include/casadi/core/runtime/casadi_blazing_3d_boor_eval.hpp +645 -0
- casadi/include/casadi/core/runtime/casadi_blazing_de_boor.hpp +101 -0
- casadi/include/casadi/core/runtime/casadi_bound_consistency.hpp +51 -0
- casadi/include/casadi/core/runtime/casadi_cache.hpp +59 -0
- casadi/include/casadi/core/runtime/casadi_clear.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_clip_max.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_clip_min.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_convexify.hpp +182 -0
- casadi/include/casadi/core/runtime/casadi_copy.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_cvx.hpp +463 -0
- casadi/include/casadi/core/runtime/casadi_de_boor.hpp +36 -0
- casadi/include/casadi/core/runtime/casadi_dense_lsqr.hpp +247 -0
- casadi/include/casadi/core/runtime/casadi_densify.hpp +48 -0
- casadi/include/casadi/core/runtime/casadi_dot.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_feasiblesqpmethod.hpp +208 -0
- casadi/include/casadi/core/runtime/casadi_file_slurp.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_fill.hpp +27 -0
- casadi/include/casadi/core/runtime/casadi_finite_diff.hpp +345 -0
- casadi/include/casadi/core/runtime/casadi_flip.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_getu.hpp +35 -0
- casadi/include/casadi/core/runtime/casadi_iamax.hpp +36 -0
- casadi/include/casadi/core/runtime/casadi_interpn.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_interpn_grad.hpp +72 -0
- casadi/include/casadi/core/runtime/casadi_interpn_interpolate.hpp +43 -0
- casadi/include/casadi/core/runtime/casadi_interpn_weights.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_ipqp.hpp +868 -0
- casadi/include/casadi/core/runtime/casadi_jac.hpp +186 -0
- casadi/include/casadi/core/runtime/casadi_kkt.hpp +67 -0
- casadi/include/casadi/core/runtime/casadi_kron.hpp +50 -0
- casadi/include/casadi/core/runtime/casadi_ldl.hpp +109 -0
- casadi/include/casadi/core/runtime/casadi_logsumexp.hpp +41 -0
- casadi/include/casadi/core/runtime/casadi_low.hpp +65 -0
- casadi/include/casadi/core/runtime/casadi_lsqr.hpp +247 -0
- casadi/include/casadi/core/runtime/casadi_masked_norm_inf.hpp +33 -0
- casadi/include/casadi/core/runtime/casadi_max_viol.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_mmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_mmin.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_mtimes.hpp +75 -0
- casadi/include/casadi/core/runtime/casadi_mv.hpp +46 -0
- casadi/include/casadi/core/runtime/casadi_mv_dense.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_nd_boor_dual_eval.hpp +127 -0
- casadi/include/casadi/core/runtime/casadi_nd_boor_eval.hpp +120 -0
- casadi/include/casadi/core/runtime/casadi_newton.hpp +66 -0
- casadi/include/casadi/core/runtime/casadi_nlp.hpp +295 -0
- casadi/include/casadi/core/runtime/casadi_norm_1.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_norm_2.hpp +24 -0
- casadi/include/casadi/core/runtime/casadi_norm_inf.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_norm_inf_mul.hpp +105 -0
- casadi/include/casadi/core/runtime/casadi_ocp_block.hpp +55 -0
- casadi/include/casadi/core/runtime/casadi_oracle.hpp +44 -0
- casadi/include/casadi/core/runtime/casadi_oracle_callback.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_polyval.hpp +29 -0
- casadi/include/casadi/core/runtime/casadi_print_canonical.hpp +55 -0
- casadi/include/casadi/core/runtime/casadi_print_scalar.hpp +25 -0
- casadi/include/casadi/core/runtime/casadi_print_vector.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_printme.hpp +26 -0
- casadi/include/casadi/core/runtime/casadi_project.hpp +39 -0
- casadi/include/casadi/core/runtime/casadi_qp.hpp +86 -0
- casadi/include/casadi/core/runtime/casadi_qr.hpp +272 -0
- casadi/include/casadi/core/runtime/casadi_qrqp.hpp +1239 -0
- casadi/include/casadi/core/runtime/casadi_rank1.hpp +40 -0
- casadi/include/casadi/core/runtime/casadi_regularize.hpp +73 -0
- casadi/include/casadi/core/runtime/casadi_runtime.hpp +318 -0
- casadi/include/casadi/core/runtime/casadi_scal.hpp +26 -0
- casadi/include/casadi/core/runtime/casadi_scaled_copy.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_sparsify.hpp +42 -0
- casadi/include/casadi/core/runtime/casadi_sparsity.hpp +24 -0
- casadi/include/casadi/core/runtime/casadi_sqpmethod.hpp +178 -0
- casadi/include/casadi/core/runtime/casadi_sum.hpp +31 -0
- casadi/include/casadi/core/runtime/casadi_sum_viol.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_swap.hpp +32 -0
- casadi/include/casadi/core/runtime/casadi_trans.hpp +35 -0
- casadi/include/casadi/core/runtime/casadi_tri_project.hpp +37 -0
- casadi/include/casadi/core/runtime/casadi_trilsolve.hpp +81 -0
- casadi/include/casadi/core/runtime/casadi_triusolve.hpp +81 -0
- casadi/include/casadi/core/runtime/casadi_vector_fmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vector_fmin.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vfmax.hpp +28 -0
- casadi/include/casadi/core/runtime/casadi_vfmin.hpp +28 -0
- casadi/include/casadi/core/runtime/shared.hpp +261 -0
- casadi/include/casadi/core/serializer.hpp +264 -0
- casadi/include/casadi/core/serializing_stream.hpp +336 -0
- casadi/include/casadi/core/shared_object.hpp +182 -0
- casadi/include/casadi/core/slice.hpp +149 -0
- casadi/include/casadi/core/sparsity.hpp +1507 -0
- casadi/include/casadi/core/sparsity_interface.hpp +763 -0
- casadi/include/casadi/core/submatrix.hpp +156 -0
- casadi/include/casadi/core/sx.hpp +244 -0
- casadi/include/casadi/core/sx_elem.hpp +376 -0
- casadi/include/casadi/core/sx_fwd.hpp +45 -0
- casadi/include/casadi/core/timing.hpp +98 -0
- casadi/include/casadi/core/tools.hpp +67 -0
- casadi/include/casadi/core/xml_file.hpp +93 -0
- casadi/include/casadi/core/xml_node.hpp +212 -0
- casadi/include/casadi/doc.i +62244 -0
- casadi/include/casadi/doc_merged.i +38499 -0
- casadi/include/casadi/mem.h +311 -0
- casadi/include/casadi/valgrind-casadi.supp +649 -0
- casadi/include/casadi/valgrind-python.supp +3886 -0
- casadi/include/coin/BonArraysHelpers.hpp +52 -0
- casadi/include/coin/BonAuxInfos.hpp +110 -0
- casadi/include/coin/BonBabInfos.hpp +57 -0
- casadi/include/coin/BonBabSetupBase.hpp +386 -0
- casadi/include/coin/BonBonminSetup.hpp +95 -0
- casadi/include/coin/BonBranchingTQP.hpp +197 -0
- casadi/include/coin/BonCbc.hpp +127 -0
- casadi/include/coin/BonCbcLpStrategy.hpp +45 -0
- casadi/include/coin/BonCbcNlpStrategy.hpp +98 -0
- casadi/include/coin/BonCbcNode.hpp +133 -0
- casadi/include/coin/BonChooseVariable.hpp +345 -0
- casadi/include/coin/BonCurvBranchingSolver.hpp +77 -0
- casadi/include/coin/BonCutStrengthener.hpp +244 -0
- casadi/include/coin/BonDiver.hpp +424 -0
- casadi/include/coin/BonDummyHeuristic.hpp +53 -0
- casadi/include/coin/BonDummyPump.hpp +43 -0
- casadi/include/coin/BonEcpCuts.hpp +97 -0
- casadi/include/coin/BonExitCodes.hpp +12 -0
- casadi/include/coin/BonFixAndSolveHeuristic.hpp +43 -0
- casadi/include/coin/BonGuessHeuristic.hpp +46 -0
- casadi/include/coin/BonHeuristicDive.hpp +88 -0
- casadi/include/coin/BonHeuristicDiveFractional.hpp +67 -0
- casadi/include/coin/BonHeuristicDiveMIP.hpp +83 -0
- casadi/include/coin/BonHeuristicDiveMIPFractional.hpp +67 -0
- casadi/include/coin/BonHeuristicDiveMIPVectorLength.hpp +74 -0
- casadi/include/coin/BonHeuristicDiveVectorLength.hpp +74 -0
- casadi/include/coin/BonHeuristicFPump.hpp +111 -0
- casadi/include/coin/BonHeuristicLocalBranching.hpp +59 -0
- casadi/include/coin/BonHeuristicRINS.hpp +55 -0
- casadi/include/coin/BonIpoptInteriorWarmStarter.hpp +103 -0
- casadi/include/coin/BonIpoptSolver.hpp +188 -0
- casadi/include/coin/BonIpoptWarmStart.hpp +148 -0
- casadi/include/coin/BonLinearCutsGenerator.hpp +75 -0
- casadi/include/coin/BonLocalSolverBasedHeuristic.hpp +102 -0
- casadi/include/coin/BonLpBranchingSolver.hpp +80 -0
- casadi/include/coin/BonMilpRounding.hpp +74 -0
- casadi/include/coin/BonOACutGenerator2.hpp +56 -0
- casadi/include/coin/BonOAMessages.hpp +44 -0
- casadi/include/coin/BonOaDecBase.hpp +297 -0
- casadi/include/coin/BonOaFeasChecker.hpp +73 -0
- casadi/include/coin/BonOaNlpOptim.hpp +116 -0
- casadi/include/coin/BonOsiTMINLPInterface.hpp +1342 -0
- casadi/include/coin/BonOuterApprox.hpp +123 -0
- casadi/include/coin/BonPseudoCosts.hpp +91 -0
- casadi/include/coin/BonPumpForMinlp.hpp +45 -0
- casadi/include/coin/BonQuadCut.hpp +217 -0
- casadi/include/coin/BonQuadRow.hpp +122 -0
- casadi/include/coin/BonRegisteredOptions.hpp +225 -0
- casadi/include/coin/BonStrongBranchingSolver.hpp +69 -0
- casadi/include/coin/BonSubMipSolver.hpp +143 -0
- casadi/include/coin/BonTMINLP.hpp +420 -0
- casadi/include/coin/BonTMINLP2OsiLP.hpp +164 -0
- casadi/include/coin/BonTMINLP2Quad.hpp +191 -0
- casadi/include/coin/BonTMINLP2TNLP.hpp +509 -0
- casadi/include/coin/BonTMINLPLinObj.hpp +216 -0
- casadi/include/coin/BonTMatrix.hpp +167 -0
- casadi/include/coin/BonTNLP2FPNLP.hpp +264 -0
- casadi/include/coin/BonTNLPSolver.hpp +241 -0
- casadi/include/coin/BonTypes.hpp +95 -0
- casadi/include/coin/BonminConfig.h +19 -0
- casadi/include/coin/CbcBranchActual.hpp +26 -0
- casadi/include/coin/CbcBranchAllDifferent.hpp +61 -0
- casadi/include/coin/CbcBranchBase.hpp +79 -0
- casadi/include/coin/CbcBranchCut.hpp +182 -0
- casadi/include/coin/CbcBranchDecision.hpp +135 -0
- casadi/include/coin/CbcBranchDefaultDecision.hpp +101 -0
- casadi/include/coin/CbcBranchDynamic.hpp +210 -0
- casadi/include/coin/CbcBranchLotsize.hpp +249 -0
- casadi/include/coin/CbcBranchToFixLots.hpp +94 -0
- casadi/include/coin/CbcBranchingObject.hpp +245 -0
- casadi/include/coin/CbcClique.hpp +309 -0
- casadi/include/coin/CbcCompare.hpp +46 -0
- casadi/include/coin/CbcCompareActual.hpp +16 -0
- casadi/include/coin/CbcCompareBase.hpp +155 -0
- casadi/include/coin/CbcCompareDefault.hpp +129 -0
- casadi/include/coin/CbcCompareDepth.hpp +48 -0
- casadi/include/coin/CbcCompareEstimate.hpp +48 -0
- casadi/include/coin/CbcCompareObjective.hpp +50 -0
- casadi/include/coin/CbcConfig.h +18 -0
- casadi/include/coin/CbcConsequence.hpp +50 -0
- casadi/include/coin/CbcCountRowCut.hpp +176 -0
- casadi/include/coin/CbcCutGenerator.hpp +550 -0
- casadi/include/coin/CbcCutModifier.hpp +59 -0
- casadi/include/coin/CbcCutSubsetModifier.hpp +69 -0
- casadi/include/coin/CbcDummyBranchingObject.hpp +83 -0
- casadi/include/coin/CbcEventHandler.hpp +250 -0
- casadi/include/coin/CbcFathom.hpp +136 -0
- casadi/include/coin/CbcFathomDynamicProgramming.hpp +177 -0
- casadi/include/coin/CbcFeasibilityBase.hpp +60 -0
- casadi/include/coin/CbcFixVariable.hpp +68 -0
- casadi/include/coin/CbcFollowOn.hpp +207 -0
- casadi/include/coin/CbcFullNodeInfo.hpp +171 -0
- casadi/include/coin/CbcGeneral.hpp +60 -0
- casadi/include/coin/CbcGeneralDepth.hpp +289 -0
- casadi/include/coin/CbcHeuristic.hpp +735 -0
- casadi/include/coin/CbcHeuristicDINS.hpp +98 -0
- casadi/include/coin/CbcHeuristicDW.hpp +374 -0
- casadi/include/coin/CbcHeuristicDive.hpp +198 -0
- casadi/include/coin/CbcHeuristicDiveCoefficient.hpp +52 -0
- casadi/include/coin/CbcHeuristicDiveFractional.hpp +52 -0
- casadi/include/coin/CbcHeuristicDiveGuided.hpp +55 -0
- casadi/include/coin/CbcHeuristicDiveLineSearch.hpp +52 -0
- casadi/include/coin/CbcHeuristicDivePseudoCost.hpp +60 -0
- casadi/include/coin/CbcHeuristicDiveVectorLength.hpp +52 -0
- casadi/include/coin/CbcHeuristicFPump.hpp +375 -0
- casadi/include/coin/CbcHeuristicGreedy.hpp +289 -0
- casadi/include/coin/CbcHeuristicLocal.hpp +276 -0
- casadi/include/coin/CbcHeuristicPivotAndFix.hpp +58 -0
- casadi/include/coin/CbcHeuristicRENS.hpp +79 -0
- casadi/include/coin/CbcHeuristicRINS.hpp +106 -0
- casadi/include/coin/CbcHeuristicRandRound.hpp +58 -0
- casadi/include/coin/CbcHeuristicVND.hpp +95 -0
- casadi/include/coin/CbcLinked.hpp +1443 -0
- casadi/include/coin/CbcMessage.hpp +94 -0
- casadi/include/coin/CbcMipStartIO.hpp +29 -0
- casadi/include/coin/CbcModel.hpp +3296 -0
- casadi/include/coin/CbcNWay.hpp +171 -0
- casadi/include/coin/CbcNode.hpp +380 -0
- casadi/include/coin/CbcNodeInfo.hpp +377 -0
- casadi/include/coin/CbcObject.hpp +288 -0
- casadi/include/coin/CbcObjectUpdateData.hpp +63 -0
- casadi/include/coin/CbcOrClpParam.cpp +4321 -0
- casadi/include/coin/CbcOrClpParam.hpp +585 -0
- casadi/include/coin/CbcParam.hpp +338 -0
- casadi/include/coin/CbcPartialNodeInfo.hpp +116 -0
- casadi/include/coin/CbcSOS.hpp +290 -0
- casadi/include/coin/CbcSimpleInteger.hpp +299 -0
- casadi/include/coin/CbcSimpleIntegerDynamicPseudoCost.hpp +619 -0
- casadi/include/coin/CbcSimpleIntegerPseudoCost.hpp +122 -0
- casadi/include/coin/CbcSolver.hpp +460 -0
- casadi/include/coin/CbcStrategy.hpp +269 -0
- casadi/include/coin/CbcSubProblem.hpp +84 -0
- casadi/include/coin/CbcTree.hpp +493 -0
- casadi/include/coin/CbcTreeLocal.hpp +393 -0
- casadi/include/coin/Cbc_C_Interface.h +904 -0
- casadi/include/coin/Cgl012cut.hpp +464 -0
- casadi/include/coin/CglAllDifferent.hpp +115 -0
- casadi/include/coin/CglClique.hpp +312 -0
- casadi/include/coin/CglConfig.h +19 -0
- casadi/include/coin/CglCutGenerator.hpp +133 -0
- casadi/include/coin/CglDuplicateRow.hpp +189 -0
- casadi/include/coin/CglFlowCover.hpp +371 -0
- casadi/include/coin/CglGMI.hpp +364 -0
- casadi/include/coin/CglGMIParam.hpp +313 -0
- casadi/include/coin/CglGomory.hpp +204 -0
- casadi/include/coin/CglKnapsackCover.hpp +310 -0
- casadi/include/coin/CglLandP.hpp +306 -0
- casadi/include/coin/CglLandPValidator.hpp +130 -0
- casadi/include/coin/CglLiftAndProject.hpp +104 -0
- casadi/include/coin/CglMessage.hpp +49 -0
- casadi/include/coin/CglMixedIntegerRounding.hpp +429 -0
- casadi/include/coin/CglMixedIntegerRounding2.hpp +427 -0
- casadi/include/coin/CglOddHole.hpp +160 -0
- casadi/include/coin/CglParam.hpp +93 -0
- casadi/include/coin/CglPreProcess.hpp +600 -0
- casadi/include/coin/CglProbing.hpp +543 -0
- casadi/include/coin/CglRedSplit.hpp +448 -0
- casadi/include/coin/CglRedSplit2.hpp +494 -0
- casadi/include/coin/CglRedSplit2Param.hpp +495 -0
- casadi/include/coin/CglRedSplitParam.hpp +272 -0
- casadi/include/coin/CglResidualCapacity.hpp +240 -0
- casadi/include/coin/CglSimpleRounding.hpp +174 -0
- casadi/include/coin/CglStored.hpp +140 -0
- casadi/include/coin/CglTreeInfo.hpp +216 -0
- casadi/include/coin/CglTwomir.hpp +562 -0
- casadi/include/coin/CglZeroHalf.hpp +133 -0
- casadi/include/coin/ClpAmplObjective.hpp +113 -0
- casadi/include/coin/ClpCholeskyBase.hpp +321 -0
- casadi/include/coin/ClpCholeskyDense.hpp +157 -0
- casadi/include/coin/ClpCholeskyMumps.hpp +65 -0
- casadi/include/coin/ClpCholeskyPardiso.hpp +67 -0
- casadi/include/coin/ClpConfig.h +17 -0
- casadi/include/coin/ClpConstraint.hpp +129 -0
- casadi/include/coin/ClpConstraintAmpl.hpp +109 -0
- casadi/include/coin/ClpConstraintLinear.hpp +113 -0
- casadi/include/coin/ClpConstraintQuadratic.hpp +123 -0
- casadi/include/coin/ClpDualRowDantzig.hpp +72 -0
- casadi/include/coin/ClpDualRowPivot.hpp +136 -0
- casadi/include/coin/ClpDualRowSteepest.hpp +160 -0
- casadi/include/coin/ClpDummyMatrix.hpp +186 -0
- casadi/include/coin/ClpDynamicExampleMatrix.hpp +199 -0
- casadi/include/coin/ClpDynamicMatrix.hpp +420 -0
- casadi/include/coin/ClpEventHandler.hpp +193 -0
- casadi/include/coin/ClpFactorization.hpp +556 -0
- casadi/include/coin/ClpGubDynamicMatrix.hpp +270 -0
- casadi/include/coin/ClpGubMatrix.hpp +373 -0
- casadi/include/coin/ClpInterior.hpp +622 -0
- casadi/include/coin/ClpLinearObjective.hpp +104 -0
- casadi/include/coin/ClpMatrixBase.hpp +561 -0
- casadi/include/coin/ClpMessage.hpp +131 -0
- casadi/include/coin/ClpModel.hpp +1442 -0
- casadi/include/coin/ClpNetworkMatrix.hpp +235 -0
- casadi/include/coin/ClpNode.hpp +364 -0
- casadi/include/coin/ClpNonLinearCost.hpp +432 -0
- casadi/include/coin/ClpObjective.hpp +142 -0
- casadi/include/coin/ClpPEDualRowDantzig.hpp +84 -0
- casadi/include/coin/ClpPEDualRowSteepest.hpp +100 -0
- casadi/include/coin/ClpPEPrimalColumnDantzig.hpp +71 -0
- casadi/include/coin/ClpPEPrimalColumnSteepest.hpp +107 -0
- casadi/include/coin/ClpPESimplex.hpp +231 -0
- casadi/include/coin/ClpPackedMatrix.hpp +778 -0
- casadi/include/coin/ClpParameters.hpp +132 -0
- casadi/include/coin/ClpPdcoBase.hpp +110 -0
- casadi/include/coin/ClpPlusMinusOneMatrix.hpp +565 -0
- casadi/include/coin/ClpPresolve.hpp +379 -0
- casadi/include/coin/ClpPrimalColumnDantzig.hpp +74 -0
- casadi/include/coin/ClpPrimalColumnPivot.hpp +163 -0
- casadi/include/coin/ClpPrimalColumnSteepest.hpp +281 -0
- casadi/include/coin/ClpQuadraticObjective.hpp +161 -0
- casadi/include/coin/ClpSimplex.hpp +2137 -0
- casadi/include/coin/ClpSimplexDual.hpp +304 -0
- casadi/include/coin/ClpSimplexNonlinear.hpp +117 -0
- casadi/include/coin/ClpSimplexOther.hpp +282 -0
- casadi/include/coin/ClpSimplexPrimal.hpp +244 -0
- casadi/include/coin/ClpSolve.hpp +505 -0
- casadi/include/coin/Clp_C_Interface.h +554 -0
- casadi/include/coin/CoinAlloc.hpp +179 -0
- casadi/include/coin/CoinBuild.hpp +159 -0
- casadi/include/coin/CoinDenseFactorization.hpp +452 -0
- casadi/include/coin/CoinDenseVector.hpp +401 -0
- casadi/include/coin/CoinDistance.hpp +51 -0
- casadi/include/coin/CoinError.hpp +274 -0
- casadi/include/coin/CoinFactorization.hpp +2178 -0
- casadi/include/coin/CoinFileIO.hpp +185 -0
- casadi/include/coin/CoinFinite.hpp +37 -0
- casadi/include/coin/CoinFloatEqual.hpp +204 -0
- casadi/include/coin/CoinHelperFunctions.hpp +1270 -0
- casadi/include/coin/CoinIndexedVector.hpp +1437 -0
- casadi/include/coin/CoinLpIO.hpp +836 -0
- casadi/include/coin/CoinMessage.hpp +95 -0
- casadi/include/coin/CoinMessageHandler.hpp +717 -0
- casadi/include/coin/CoinModel.hpp +1214 -0
- casadi/include/coin/CoinModelUseful.hpp +518 -0
- casadi/include/coin/CoinMpsIO.hpp +1142 -0
- casadi/include/coin/CoinOslFactorization.hpp +287 -0
- casadi/include/coin/CoinPackedMatrix.hpp +956 -0
- casadi/include/coin/CoinPackedVector.hpp +670 -0
- casadi/include/coin/CoinPackedVectorBase.hpp +274 -0
- casadi/include/coin/CoinParam.hpp +644 -0
- casadi/include/coin/CoinPragma.hpp +29 -0
- casadi/include/coin/CoinPresolveDoubleton.hpp +76 -0
- casadi/include/coin/CoinPresolveDual.hpp +84 -0
- casadi/include/coin/CoinPresolveDupcol.hpp +259 -0
- casadi/include/coin/CoinPresolveEmpty.hpp +120 -0
- casadi/include/coin/CoinPresolveFixed.hpp +185 -0
- casadi/include/coin/CoinPresolveForcing.hpp +69 -0
- casadi/include/coin/CoinPresolveImpliedFree.hpp +66 -0
- casadi/include/coin/CoinPresolveIsolated.hpp +59 -0
- casadi/include/coin/CoinPresolveMatrix.hpp +1996 -0
- casadi/include/coin/CoinPresolveMonitor.hpp +105 -0
- casadi/include/coin/CoinPresolvePsdebug.hpp +169 -0
- casadi/include/coin/CoinPresolveSingleton.hpp +115 -0
- casadi/include/coin/CoinPresolveSubst.hpp +103 -0
- casadi/include/coin/CoinPresolveTighten.hpp +58 -0
- casadi/include/coin/CoinPresolveTripleton.hpp +69 -0
- casadi/include/coin/CoinPresolveUseless.hpp +63 -0
- casadi/include/coin/CoinPresolveZeros.hpp +65 -0
- casadi/include/coin/CoinRational.hpp +43 -0
- casadi/include/coin/CoinSearchTree.hpp +523 -0
- casadi/include/coin/CoinShallowPackedVector.hpp +149 -0
- casadi/include/coin/CoinSignal.hpp +127 -0
- casadi/include/coin/CoinSimpFactorization.hpp +432 -0
- casadi/include/coin/CoinSmartPtr.hpp +548 -0
- casadi/include/coin/CoinSnapshot.hpp +572 -0
- casadi/include/coin/CoinSort.hpp +753 -0
- casadi/include/coin/CoinStructuredModel.hpp +270 -0
- casadi/include/coin/CoinTime.hpp +350 -0
- casadi/include/coin/CoinTypes.hpp +67 -0
- casadi/include/coin/CoinUtility.hpp +26 -0
- casadi/include/coin/CoinUtilsConfig.h +34 -0
- casadi/include/coin/CoinWarmStart.hpp +56 -0
- casadi/include/coin/CoinWarmStartBasis.hpp +468 -0
- casadi/include/coin/CoinWarmStartDual.hpp +180 -0
- casadi/include/coin/CoinWarmStartPrimalDual.hpp +233 -0
- casadi/include/coin/CoinWarmStartVector.hpp +523 -0
- casadi/include/coin/Coin_C_defines.h +149 -0
- casadi/include/coin/Idiot.hpp +327 -0
- casadi/include/coin/OsiAuxInfo.hpp +261 -0
- casadi/include/coin/OsiBranchingObject.hpp +1097 -0
- casadi/include/coin/OsiCbcSolverInterface.hpp +791 -0
- casadi/include/coin/OsiChooseVariable.hpp +645 -0
- casadi/include/coin/OsiClpSolverInterface.hpp +1604 -0
- casadi/include/coin/OsiColCut.hpp +322 -0
- casadi/include/coin/OsiCollections.hpp +34 -0
- casadi/include/coin/OsiConfig.h +19 -0
- casadi/include/coin/OsiCut.hpp +251 -0
- casadi/include/coin/OsiCuts.hpp +505 -0
- casadi/include/coin/OsiPresolve.hpp +272 -0
- casadi/include/coin/OsiRowCut.hpp +345 -0
- casadi/include/coin/OsiRowCutDebugger.hpp +190 -0
- casadi/include/coin/OsiSolverBranch.hpp +169 -0
- casadi/include/coin/OsiSolverInterface.hpp +2221 -0
- casadi/include/coin/OsiSolverParameters.hpp +144 -0
- casadi/include/coin/OsiUnitTests.hpp +390 -0
- casadi/include/coin-or/IpAlgBuilder.hpp +417 -0
- casadi/include/coin-or/IpAlgStrategy.hpp +201 -0
- casadi/include/coin-or/IpAlgTypes.hpp +64 -0
- casadi/include/coin-or/IpAugSystemSolver.hpp +212 -0
- casadi/include/coin-or/IpBlas.hpp +426 -0
- casadi/include/coin-or/IpCachedResults.hpp +897 -0
- casadi/include/coin-or/IpCompoundMatrix.hpp +423 -0
- casadi/include/coin-or/IpCompoundSymMatrix.hpp +348 -0
- casadi/include/coin-or/IpCompoundVector.hpp +395 -0
- casadi/include/coin-or/IpConvCheck.hpp +97 -0
- casadi/include/coin-or/IpDebug.hpp +167 -0
- casadi/include/coin-or/IpDenseVector.hpp +626 -0
- casadi/include/coin-or/IpDiagMatrix.hpp +158 -0
- casadi/include/coin-or/IpEqMultCalculator.hpp +76 -0
- casadi/include/coin-or/IpException.hpp +156 -0
- casadi/include/coin-or/IpExpansionMatrix.hpp +245 -0
- casadi/include/coin-or/IpGenTMatrix.hpp +290 -0
- casadi/include/coin-or/IpHessianUpdater.hpp +73 -0
- casadi/include/coin-or/IpIdentityMatrix.hpp +167 -0
- casadi/include/coin-or/IpIpoptAlg.hpp +257 -0
- casadi/include/coin-or/IpIpoptApplication.hpp +367 -0
- casadi/include/coin-or/IpIpoptCalculatedQuantities.hpp +1009 -0
- casadi/include/coin-or/IpIpoptData.hpp +966 -0
- casadi/include/coin-or/IpIpoptNLP.hpp +328 -0
- casadi/include/coin-or/IpIterateInitializer.hpp +68 -0
- casadi/include/coin-or/IpIteratesVector.hpp +840 -0
- casadi/include/coin-or/IpIterationOutput.hpp +78 -0
- casadi/include/coin-or/IpJournalist.hpp +573 -0
- casadi/include/coin-or/IpLapack.hpp +227 -0
- casadi/include/coin-or/IpLibraryLoader.hpp +76 -0
- casadi/include/coin-or/IpLineSearch.hpp +106 -0
- casadi/include/coin-or/IpLinearSolvers.h +46 -0
- casadi/include/coin-or/IpMatrix.hpp +434 -0
- casadi/include/coin-or/IpMuUpdate.hpp +77 -0
- casadi/include/coin-or/IpNLP.hpp +306 -0
- casadi/include/coin-or/IpNLPScaling.hpp +582 -0
- casadi/include/coin-or/IpObserver.hpp +422 -0
- casadi/include/coin-or/IpOptionsList.hpp +412 -0
- casadi/include/coin-or/IpOrigIpoptNLP.hpp +603 -0
- casadi/include/coin-or/IpPDSystemSolver.hpp +137 -0
- casadi/include/coin-or/IpReferenced.hpp +262 -0
- casadi/include/coin-or/IpRegOptions.hpp +1152 -0
- casadi/include/coin-or/IpReturnCodes.h +23 -0
- casadi/include/coin-or/IpReturnCodes.hpp +18 -0
- casadi/include/coin-or/IpReturnCodes.inc +71 -0
- casadi/include/coin-or/IpReturnCodes_inc.h +45 -0
- casadi/include/coin-or/IpScaledMatrix.hpp +291 -0
- casadi/include/coin-or/IpSearchDirCalculator.hpp +72 -0
- casadi/include/coin-or/IpSmartPtr.hpp +865 -0
- casadi/include/coin-or/IpSolveStatistics.hpp +210 -0
- casadi/include/coin-or/IpSparseSymLinearSolverInterface.hpp +260 -0
- casadi/include/coin-or/IpStdAugSystemSolver.cpp +555 -0
- casadi/include/coin-or/IpStdCInterface.h +428 -0
- casadi/include/coin-or/IpSumSymMatrix.hpp +186 -0
- casadi/include/coin-or/IpSymLinearSolver.hpp +141 -0
- casadi/include/coin-or/IpSymMatrix.hpp +167 -0
- casadi/include/coin-or/IpSymScaledMatrix.hpp +255 -0
- casadi/include/coin-or/IpSymTMatrix.hpp +275 -0
- casadi/include/coin-or/IpTNLP.hpp +820 -0
- casadi/include/coin-or/IpTNLPAdapter.hpp +648 -0
- casadi/include/coin-or/IpTNLPReducer.hpp +274 -0
- casadi/include/coin-or/IpTaggedObject.hpp +128 -0
- casadi/include/coin-or/IpTimedTask.hpp +218 -0
- casadi/include/coin-or/IpTimingStatistics.hpp +323 -0
- casadi/include/coin-or/IpTripletHelper.hpp +308 -0
- casadi/include/coin-or/IpTypes.h +81 -0
- casadi/include/coin-or/IpTypes.hpp +30 -0
- casadi/include/coin-or/IpUtils.hpp +166 -0
- casadi/include/coin-or/IpVector.hpp +892 -0
- casadi/include/coin-or/IpZeroSymMatrix.hpp +155 -0
- casadi/include/coin-or/IpoptConfig.h +45 -0
- casadi/include/coin-or/SensAlgorithm.hpp +114 -0
- casadi/include/coin-or/SensApplication.hpp +188 -0
- casadi/include/coin-or/SensBacksolver.hpp +36 -0
- casadi/include/coin-or/SensMeasurement.hpp +56 -0
- casadi/include/coin-or/SensPCalculator.hpp +137 -0
- casadi/include/coin-or/SensRegOp.hpp +21 -0
- casadi/include/coin-or/SensSchurData.hpp +182 -0
- casadi/include/coin-or/SensSchurDriver.hpp +118 -0
- casadi/include/coin-or/SensSimpleBacksolver.hpp +49 -0
- casadi/include/coin-or/SensStepCalc.hpp +85 -0
- casadi/include/coin-or/SensUtils.hpp +63 -0
- casadi/include/coin-or/metis/defs.h +161 -0
- casadi/include/coin-or/metis/macros.h +143 -0
- casadi/include/coin-or/metis/metis.h +37 -0
- casadi/include/coin-or/metis/proto.h +505 -0
- casadi/include/coin-or/metis/rename.h +418 -0
- casadi/include/coin-or/metis/struct.h +251 -0
- casadi/include/coin-or/mumps/dmumps_c.h +142 -0
- casadi/include/coin-or/mumps/mumps_c_types.h +72 -0
- casadi/include/coin-or/mumps/mumps_compat.h +27 -0
- casadi/include/coin-or/mumps/mumps_int_def.h +11 -0
- casadi/include/coin-or/mumps/mumps_mpi.h +67 -0
- casadi/include/d_blas.h +78 -0
- casadi/include/d_blas_64.h +73 -0
- casadi/include/daqp/api.h +46 -0
- casadi/include/daqp/auxiliary.h +29 -0
- casadi/include/daqp/bnb.h +32 -0
- casadi/include/daqp/codegen.h +18 -0
- casadi/include/daqp/constants.h +92 -0
- casadi/include/daqp/daqp.h +22 -0
- casadi/include/daqp/daqp_prox.h +18 -0
- casadi/include/daqp/factorization.h +18 -0
- casadi/include/daqp/types.h +161 -0
- casadi/include/daqp/utils.h +44 -0
- casadi/include/eigen3/Eigen/Cholesky +45 -0
- casadi/include/eigen3/Eigen/CholmodSupport +48 -0
- casadi/include/eigen3/Eigen/Core +384 -0
- casadi/include/eigen3/Eigen/Dense +7 -0
- casadi/include/eigen3/Eigen/Eigen +2 -0
- casadi/include/eigen3/Eigen/Eigenvalues +60 -0
- casadi/include/eigen3/Eigen/Geometry +59 -0
- casadi/include/eigen3/Eigen/Householder +29 -0
- casadi/include/eigen3/Eigen/IterativeLinearSolvers +48 -0
- casadi/include/eigen3/Eigen/Jacobi +32 -0
- casadi/include/eigen3/Eigen/KLUSupport +41 -0
- casadi/include/eigen3/Eigen/LU +47 -0
- casadi/include/eigen3/Eigen/MetisSupport +35 -0
- casadi/include/eigen3/Eigen/OrderingMethods +70 -0
- casadi/include/eigen3/Eigen/PaStiXSupport +49 -0
- casadi/include/eigen3/Eigen/PardisoSupport +35 -0
- casadi/include/eigen3/Eigen/QR +50 -0
- casadi/include/eigen3/Eigen/QtAlignedMalloc +39 -0
- casadi/include/eigen3/Eigen/SPQRSupport +34 -0
- casadi/include/eigen3/Eigen/SVD +50 -0
- casadi/include/eigen3/Eigen/Sparse +34 -0
- casadi/include/eigen3/Eigen/SparseCholesky +37 -0
- casadi/include/eigen3/Eigen/SparseCore +69 -0
- casadi/include/eigen3/Eigen/SparseLU +50 -0
- casadi/include/eigen3/Eigen/SparseQR +36 -0
- casadi/include/eigen3/Eigen/StdDeque +27 -0
- casadi/include/eigen3/Eigen/StdList +26 -0
- casadi/include/eigen3/Eigen/StdVector +27 -0
- casadi/include/eigen3/Eigen/SuperLUSupport +64 -0
- casadi/include/eigen3/Eigen/UmfPackSupport +40 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LDLT.h +688 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LLT.h +558 -0
- casadi/include/eigen3/Eigen/src/Cholesky/LLT_LAPACKE.h +99 -0
- casadi/include/eigen3/Eigen/src/CholmodSupport/CholmodSupport.h +682 -0
- casadi/include/eigen3/Eigen/src/Core/ArithmeticSequence.h +413 -0
- casadi/include/eigen3/Eigen/src/Core/Array.h +417 -0
- casadi/include/eigen3/Eigen/src/Core/ArrayBase.h +226 -0
- casadi/include/eigen3/Eigen/src/Core/ArrayWrapper.h +209 -0
- casadi/include/eigen3/Eigen/src/Core/Assign.h +90 -0
- casadi/include/eigen3/Eigen/src/Core/AssignEvaluator.h +1010 -0
- casadi/include/eigen3/Eigen/src/Core/Assign_MKL.h +178 -0
- casadi/include/eigen3/Eigen/src/Core/BandMatrix.h +353 -0
- casadi/include/eigen3/Eigen/src/Core/Block.h +448 -0
- casadi/include/eigen3/Eigen/src/Core/BooleanRedux.h +162 -0
- casadi/include/eigen3/Eigen/src/Core/CommaInitializer.h +164 -0
- casadi/include/eigen3/Eigen/src/Core/ConditionEstimator.h +175 -0
- casadi/include/eigen3/Eigen/src/Core/CoreEvaluators.h +1741 -0
- casadi/include/eigen3/Eigen/src/Core/CoreIterators.h +132 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseBinaryOp.h +183 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseNullaryOp.h +1001 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseTernaryOp.h +197 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseUnaryOp.h +103 -0
- casadi/include/eigen3/Eigen/src/Core/CwiseUnaryView.h +132 -0
- casadi/include/eigen3/Eigen/src/Core/DenseBase.h +701 -0
- casadi/include/eigen3/Eigen/src/Core/DenseCoeffsBase.h +685 -0
- casadi/include/eigen3/Eigen/src/Core/DenseStorage.h +652 -0
- casadi/include/eigen3/Eigen/src/Core/Diagonal.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/DiagonalMatrix.h +391 -0
- casadi/include/eigen3/Eigen/src/Core/DiagonalProduct.h +28 -0
- casadi/include/eigen3/Eigen/src/Core/Dot.h +318 -0
- casadi/include/eigen3/Eigen/src/Core/EigenBase.h +160 -0
- casadi/include/eigen3/Eigen/src/Core/ForceAlignedAccess.h +150 -0
- casadi/include/eigen3/Eigen/src/Core/Fuzzy.h +155 -0
- casadi/include/eigen3/Eigen/src/Core/GeneralProduct.h +465 -0
- casadi/include/eigen3/Eigen/src/Core/GenericPacketMath.h +1040 -0
- casadi/include/eigen3/Eigen/src/Core/GlobalFunctions.h +194 -0
- casadi/include/eigen3/Eigen/src/Core/IO.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/IndexedView.h +237 -0
- casadi/include/eigen3/Eigen/src/Core/Inverse.h +117 -0
- casadi/include/eigen3/Eigen/src/Core/Map.h +171 -0
- casadi/include/eigen3/Eigen/src/Core/MapBase.h +310 -0
- casadi/include/eigen3/Eigen/src/Core/MathFunctions.h +2057 -0
- casadi/include/eigen3/Eigen/src/Core/MathFunctionsImpl.h +200 -0
- casadi/include/eigen3/Eigen/src/Core/Matrix.h +565 -0
- casadi/include/eigen3/Eigen/src/Core/MatrixBase.h +547 -0
- casadi/include/eigen3/Eigen/src/Core/NestByValue.h +85 -0
- casadi/include/eigen3/Eigen/src/Core/NoAlias.h +109 -0
- casadi/include/eigen3/Eigen/src/Core/NumTraits.h +335 -0
- casadi/include/eigen3/Eigen/src/Core/PartialReduxEvaluator.h +232 -0
- casadi/include/eigen3/Eigen/src/Core/PermutationMatrix.h +605 -0
- casadi/include/eigen3/Eigen/src/Core/PlainObjectBase.h +1128 -0
- casadi/include/eigen3/Eigen/src/Core/Product.h +191 -0
- casadi/include/eigen3/Eigen/src/Core/ProductEvaluators.h +1179 -0
- casadi/include/eigen3/Eigen/src/Core/Random.h +218 -0
- casadi/include/eigen3/Eigen/src/Core/Redux.h +515 -0
- casadi/include/eigen3/Eigen/src/Core/Ref.h +381 -0
- casadi/include/eigen3/Eigen/src/Core/Replicate.h +142 -0
- casadi/include/eigen3/Eigen/src/Core/Reshaped.h +454 -0
- casadi/include/eigen3/Eigen/src/Core/ReturnByValue.h +119 -0
- casadi/include/eigen3/Eigen/src/Core/Reverse.h +217 -0
- casadi/include/eigen3/Eigen/src/Core/Select.h +164 -0
- casadi/include/eigen3/Eigen/src/Core/SelfAdjointView.h +365 -0
- casadi/include/eigen3/Eigen/src/Core/SelfCwiseBinaryOp.h +47 -0
- casadi/include/eigen3/Eigen/src/Core/Solve.h +188 -0
- casadi/include/eigen3/Eigen/src/Core/SolveTriangular.h +235 -0
- casadi/include/eigen3/Eigen/src/Core/SolverBase.h +168 -0
- casadi/include/eigen3/Eigen/src/Core/StableNorm.h +251 -0
- casadi/include/eigen3/Eigen/src/Core/StlIterators.h +463 -0
- casadi/include/eigen3/Eigen/src/Core/Stride.h +116 -0
- casadi/include/eigen3/Eigen/src/Core/Swap.h +68 -0
- casadi/include/eigen3/Eigen/src/Core/Transpose.h +464 -0
- casadi/include/eigen3/Eigen/src/Core/Transpositions.h +386 -0
- casadi/include/eigen3/Eigen/src/Core/TriangularMatrix.h +1001 -0
- casadi/include/eigen3/Eigen/src/Core/VectorBlock.h +96 -0
- casadi/include/eigen3/Eigen/src/Core/VectorwiseOp.h +784 -0
- casadi/include/eigen3/Eigen/src/Core/Visitor.h +381 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/Complex.h +372 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/MathFunctions.h +228 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h +1574 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX/TypeCasting.h +115 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/Complex.h +422 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/MathFunctions.h +362 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/PacketMath.h +2303 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AVX512/TypeCasting.h +89 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/Complex.h +417 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MathFunctions.h +90 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProduct.h +2937 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h +221 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h +629 -0
- casadi/include/eigen3/Eigen/src/Core/arch/AltiVec/PacketMath.h +2711 -0
- casadi/include/eigen3/Eigen/src/Core/arch/CUDA/Complex.h +258 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/BFloat16.h +700 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/ConjHelper.h +117 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h +1649 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h +110 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/Half.h +942 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/Settings.h +49 -0
- casadi/include/eigen3/Eigen/src/Core/arch/Default/TypeCasting.h +120 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/MathFunctions.h +103 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/PacketMath.h +1685 -0
- casadi/include/eigen3/Eigen/src/Core/arch/GPU/TypeCasting.h +80 -0
- casadi/include/eigen3/Eigen/src/Core/arch/HIP/hcc/math_constants.h +23 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/Complex.h +648 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/MathFunctions.h +387 -0
- casadi/include/eigen3/Eigen/src/Core/arch/MSA/PacketMath.h +1233 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/Complex.h +584 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h +183 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/MathFunctions.h +75 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/PacketMath.h +4587 -0
- casadi/include/eigen3/Eigen/src/Core/arch/NEON/TypeCasting.h +1419 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/Complex.h +351 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/MathFunctions.h +199 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/PacketMath.h +1505 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SSE/TypeCasting.h +142 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/MathFunctions.h +44 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/PacketMath.h +752 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SVE/TypeCasting.h +49 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/InteropHeaders.h +232 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/MathFunctions.h +301 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/PacketMath.h +670 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h +694 -0
- casadi/include/eigen3/Eigen/src/Core/arch/SYCL/TypeCasting.h +85 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/Complex.h +426 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/MathFunctions.h +233 -0
- casadi/include/eigen3/Eigen/src/Core/arch/ZVector/PacketMath.h +1060 -0
- casadi/include/eigen3/Eigen/src/Core/functors/AssignmentFunctors.h +177 -0
- casadi/include/eigen3/Eigen/src/Core/functors/BinaryFunctors.h +541 -0
- casadi/include/eigen3/Eigen/src/Core/functors/NullaryFunctors.h +189 -0
- casadi/include/eigen3/Eigen/src/Core/functors/StlFunctors.h +166 -0
- casadi/include/eigen3/Eigen/src/Core/functors/TernaryFunctors.h +25 -0
- casadi/include/eigen3/Eigen/src/Core/functors/UnaryFunctors.h +1131 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralBlockPanelKernel.h +2645 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix.h +517 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h +317 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h +145 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h +124 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector.h +518 -0
- casadi/include/eigen3/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h +136 -0
- casadi/include/eigen3/Eigen/src/Core/products/Parallelizer.h +180 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix.h +544 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h +295 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector.h +262 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h +118 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointProduct.h +133 -0
- casadi/include/eigen3/Eigen/src/Core/products/SelfadjointRank2Update.h +94 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix.h +472 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h +317 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector.h +350 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h +255 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix.h +337 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h +167 -0
- casadi/include/eigen3/Eigen/src/Core/products/TriangularSolverVector.h +148 -0
- casadi/include/eigen3/Eigen/src/Core/util/BlasUtil.h +583 -0
- casadi/include/eigen3/Eigen/src/Core/util/ConfigureVectorization.h +512 -0
- casadi/include/eigen3/Eigen/src/Core/util/Constants.h +563 -0
- casadi/include/eigen3/Eigen/src/Core/util/DisableStupidWarnings.h +106 -0
- casadi/include/eigen3/Eigen/src/Core/util/ForwardDeclarations.h +322 -0
- casadi/include/eigen3/Eigen/src/Core/util/IndexedViewHelper.h +186 -0
- casadi/include/eigen3/Eigen/src/Core/util/IntegralConstant.h +272 -0
- casadi/include/eigen3/Eigen/src/Core/util/MKL_support.h +137 -0
- casadi/include/eigen3/Eigen/src/Core/util/Macros.h +1464 -0
- casadi/include/eigen3/Eigen/src/Core/util/Memory.h +1163 -0
- casadi/include/eigen3/Eigen/src/Core/util/Meta.h +812 -0
- casadi/include/eigen3/Eigen/src/Core/util/NonMPL2.h +3 -0
- casadi/include/eigen3/Eigen/src/Core/util/ReenableStupidWarnings.h +31 -0
- casadi/include/eigen3/Eigen/src/Core/util/ReshapedHelper.h +51 -0
- casadi/include/eigen3/Eigen/src/Core/util/StaticAssert.h +221 -0
- casadi/include/eigen3/Eigen/src/Core/util/SymbolicIndex.h +293 -0
- casadi/include/eigen3/Eigen/src/Core/util/XprHelper.h +856 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexEigenSolver.h +346 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur.h +462 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h +91 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/EigenSolver.h +622 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h +418 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h +226 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/HessenbergDecomposition.h +374 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h +158 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealQZ.h +657 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealSchur.h +558 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h +77 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h +904 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h +87 -0
- casadi/include/eigen3/Eigen/src/Eigenvalues/Tridiagonalization.h +561 -0
- casadi/include/eigen3/Eigen/src/Geometry/AlignedBox.h +486 -0
- casadi/include/eigen3/Eigen/src/Geometry/AngleAxis.h +247 -0
- casadi/include/eigen3/Eigen/src/Geometry/EulerAngles.h +114 -0
- casadi/include/eigen3/Eigen/src/Geometry/Homogeneous.h +501 -0
- casadi/include/eigen3/Eigen/src/Geometry/Hyperplane.h +282 -0
- casadi/include/eigen3/Eigen/src/Geometry/OrthoMethods.h +235 -0
- casadi/include/eigen3/Eigen/src/Geometry/ParametrizedLine.h +232 -0
- casadi/include/eigen3/Eigen/src/Geometry/Quaternion.h +870 -0
- casadi/include/eigen3/Eigen/src/Geometry/Rotation2D.h +199 -0
- casadi/include/eigen3/Eigen/src/Geometry/RotationBase.h +206 -0
- casadi/include/eigen3/Eigen/src/Geometry/Scaling.h +188 -0
- casadi/include/eigen3/Eigen/src/Geometry/Transform.h +1563 -0
- casadi/include/eigen3/Eigen/src/Geometry/Translation.h +202 -0
- casadi/include/eigen3/Eigen/src/Geometry/Umeyama.h +166 -0
- casadi/include/eigen3/Eigen/src/Geometry/arch/Geometry_SIMD.h +168 -0
- casadi/include/eigen3/Eigen/src/Householder/BlockHouseholder.h +110 -0
- casadi/include/eigen3/Eigen/src/Householder/Householder.h +176 -0
- casadi/include/eigen3/Eigen/src/Householder/HouseholderSequence.h +545 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h +226 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h +212 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h +229 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h +394 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h +453 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h +444 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h +198 -0
- casadi/include/eigen3/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h +117 -0
- casadi/include/eigen3/Eigen/src/Jacobi/Jacobi.h +483 -0
- casadi/include/eigen3/Eigen/src/KLUSupport/KLUSupport.h +358 -0
- casadi/include/eigen3/Eigen/src/LU/Determinant.h +117 -0
- casadi/include/eigen3/Eigen/src/LU/FullPivLU.h +877 -0
- casadi/include/eigen3/Eigen/src/LU/InverseImpl.h +432 -0
- casadi/include/eigen3/Eigen/src/LU/PartialPivLU.h +624 -0
- casadi/include/eigen3/Eigen/src/LU/PartialPivLU_LAPACKE.h +83 -0
- casadi/include/eigen3/Eigen/src/LU/arch/InverseSize4.h +351 -0
- casadi/include/eigen3/Eigen/src/MetisSupport/MetisSupport.h +137 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Amd.h +435 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Eigen_Colamd.h +1863 -0
- casadi/include/eigen3/Eigen/src/OrderingMethods/Ordering.h +153 -0
- casadi/include/eigen3/Eigen/src/PaStiXSupport/PaStiXSupport.h +678 -0
- casadi/include/eigen3/Eigen/src/PardisoSupport/PardisoSupport.h +545 -0
- casadi/include/eigen3/Eigen/src/QR/ColPivHouseholderQR.h +674 -0
- casadi/include/eigen3/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h +97 -0
- casadi/include/eigen3/Eigen/src/QR/CompleteOrthogonalDecomposition.h +635 -0
- casadi/include/eigen3/Eigen/src/QR/FullPivHouseholderQR.h +713 -0
- casadi/include/eigen3/Eigen/src/QR/HouseholderQR.h +434 -0
- casadi/include/eigen3/Eigen/src/QR/HouseholderQR_LAPACKE.h +68 -0
- casadi/include/eigen3/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h +335 -0
- casadi/include/eigen3/Eigen/src/SVD/BDCSVD.h +1366 -0
- casadi/include/eigen3/Eigen/src/SVD/JacobiSVD.h +812 -0
- casadi/include/eigen3/Eigen/src/SVD/JacobiSVD_LAPACKE.h +91 -0
- casadi/include/eigen3/Eigen/src/SVD/SVDBase.h +376 -0
- casadi/include/eigen3/Eigen/src/SVD/UpperBidiagonalization.h +414 -0
- casadi/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky.h +697 -0
- casadi/include/eigen3/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h +174 -0
- casadi/include/eigen3/Eigen/src/SparseCore/AmbiVector.h +378 -0
- casadi/include/eigen3/Eigen/src/SparseCore/CompressedStorage.h +274 -0
- casadi/include/eigen3/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h +352 -0
- casadi/include/eigen3/Eigen/src/SparseCore/MappedSparseMatrix.h +67 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseAssign.h +270 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseBlock.h +571 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseColEtree.h +206 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCompressedBase.h +370 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCwiseBinaryOp.h +722 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseCwiseUnaryOp.h +150 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDenseProduct.h +342 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDiagonalProduct.h +138 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseDot.h +98 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseFuzzy.h +29 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMap.h +305 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMatrix.h +1518 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseMatrixBase.h +398 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparsePermutation.h +178 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseProduct.h +181 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseRedux.h +49 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseRef.h +397 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSelfAdjointView.h +659 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSolverBase.h +124 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseSparseProductWithPruning.h +198 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseTranspose.h +92 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseTriangularView.h +189 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseUtil.h +186 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseVector.h +478 -0
- casadi/include/eigen3/Eigen/src/SparseCore/SparseView.h +254 -0
- casadi/include/eigen3/Eigen/src/SparseCore/TriangularSolver.h +315 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU.h +923 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLUImpl.h +66 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Memory.h +226 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Structs.h +110 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h +375 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_Utils.h +80 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_column_bmod.h +181 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_column_dfs.h +179 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h +107 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_gemm_kernel.h +280 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h +126 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_kernel_bmod.h +130 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_bmod.h +223 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_panel_dfs.h +258 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_pivotL.h +137 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_pruneL.h +136 -0
- casadi/include/eigen3/Eigen/src/SparseLU/SparseLU_relax_snode.h +83 -0
- casadi/include/eigen3/Eigen/src/SparseQR/SparseQR.h +758 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdDeque.h +116 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdList.h +106 -0
- casadi/include/eigen3/Eigen/src/StlSupport/StdVector.h +131 -0
- casadi/include/eigen3/Eigen/src/StlSupport/details.h +84 -0
- casadi/include/eigen3/Eigen/src/SuperLUSupport/SuperLUSupport.h +1025 -0
- casadi/include/eigen3/Eigen/src/UmfPackSupport/UmfPackSupport.h +642 -0
- casadi/include/eigen3/Eigen/src/misc/Image.h +82 -0
- casadi/include/eigen3/Eigen/src/misc/Kernel.h +79 -0
- casadi/include/eigen3/Eigen/src/misc/RealSvd2x2.h +55 -0
- casadi/include/eigen3/Eigen/src/misc/blas.h +440 -0
- casadi/include/eigen3/Eigen/src/misc/lapack.h +152 -0
- casadi/include/eigen3/Eigen/src/misc/lapacke.h +16292 -0
- casadi/include/eigen3/Eigen/src/misc/lapacke_mangling.h +17 -0
- casadi/include/eigen3/Eigen/src/plugins/ArrayCwiseBinaryOps.h +358 -0
- casadi/include/eigen3/Eigen/src/plugins/ArrayCwiseUnaryOps.h +696 -0
- casadi/include/eigen3/Eigen/src/plugins/BlockMethods.h +1442 -0
- casadi/include/eigen3/Eigen/src/plugins/CommonCwiseBinaryOps.h +115 -0
- casadi/include/eigen3/Eigen/src/plugins/CommonCwiseUnaryOps.h +177 -0
- casadi/include/eigen3/Eigen/src/plugins/IndexedViewMethods.h +262 -0
- casadi/include/eigen3/Eigen/src/plugins/MatrixCwiseBinaryOps.h +152 -0
- casadi/include/eigen3/Eigen/src/plugins/MatrixCwiseUnaryOps.h +95 -0
- casadi/include/eigen3/Eigen/src/plugins/ReshapedMethods.h +149 -0
- casadi/include/eigen3/signature_of_eigen3_matrix_library +1 -0
- casadi/include/eigen3/unsupported/Eigen/AdolcForward +159 -0
- casadi/include/eigen3/unsupported/Eigen/AlignedVector3 +234 -0
- casadi/include/eigen3/unsupported/Eigen/ArpackSupport +30 -0
- casadi/include/eigen3/unsupported/Eigen/AutoDiff +46 -0
- casadi/include/eigen3/unsupported/Eigen/BVH +95 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/Tensor +137 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry +42 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/ThreadPool +74 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/Tensor.h +554 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorArgMax.h +329 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorAssign.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBase.h +1176 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBlock.h +1559 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorBroadcasting.h +1093 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorChipping.h +518 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConcatenation.h +377 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContraction.h +1023 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionBlocking.h +73 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionGpu.h +1413 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionMapper.h +575 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionSycl.h +1650 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorContractionThreadPool.h +1679 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConversion.h +456 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolution.h +1132 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorConvolutionSycl.h +544 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCostModel.h +214 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorCustomOp.h +347 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDevice.h +137 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceDefault.h +104 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceGpu.h +389 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceSycl.h +1048 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDeviceThreadPool.h +409 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensionList.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorDimensions.h +490 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvalTo.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorEvaluator.h +983 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExecutor.h +703 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorExpr.h +388 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFFT.h +669 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFixedSize.h +379 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForcedEval.h +237 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorForwardDeclarations.h +191 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorFunctors.h +488 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGenerator.h +302 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGlobalFunctions.h +33 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaDefines.h +99 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorGpuHipCudaUndefines.h +44 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIO.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorImagePatch.h +603 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIndexList.h +738 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInflation.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorInitializer.h +82 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorIntDiv.h +263 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorLayoutSwap.h +216 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMacros.h +98 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMap.h +327 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMeta.h +311 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorMorphing.h +1102 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPadding.h +708 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorPatch.h +291 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRandom.h +322 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReduction.h +998 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionCuda.h +6 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionGpu.h +966 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReductionSycl.h +582 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorRef.h +454 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorReverse.h +465 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScan.h +528 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorScanSycl.h +513 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorShuffling.h +471 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStorage.h +161 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorStriding.h +346 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTrace.h +303 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorTraits.h +264 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorUInt128.h +249 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/Tensor/TensorVolumePatch.h +629 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/DynamicSymmetry.h +293 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/StaticSymmetry.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/Symmetry.h +338 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/TensorSymmetry/util/TemplateGroupTheory.h +669 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/Barrier.h +67 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/EventCount.h +249 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/NonBlockingThreadPool.h +486 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/RunQueue.h +236 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadCancel.h +23 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadEnvironment.h +40 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadLocal.h +301 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadPoolInterface.h +48 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/ThreadYield.h +20 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Meta.h +537 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/CXX11Workarounds.h +88 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/EmulateArray.h +261 -0
- casadi/include/eigen3/unsupported/Eigen/CXX11/src/util/MaxSizeVector.h +158 -0
- casadi/include/eigen3/unsupported/Eigen/EulerAngles +43 -0
- casadi/include/eigen3/unsupported/Eigen/FFT +419 -0
- casadi/include/eigen3/unsupported/Eigen/IterativeSolvers +51 -0
- casadi/include/eigen3/unsupported/Eigen/KroneckerProduct +36 -0
- casadi/include/eigen3/unsupported/Eigen/LevenbergMarquardt +49 -0
- casadi/include/eigen3/unsupported/Eigen/MPRealSupport +213 -0
- casadi/include/eigen3/unsupported/Eigen/MatrixFunctions +504 -0
- casadi/include/eigen3/unsupported/Eigen/MoreVectorization +24 -0
- casadi/include/eigen3/unsupported/Eigen/NonLinearOptimization +140 -0
- casadi/include/eigen3/unsupported/Eigen/NumericalDiff +56 -0
- casadi/include/eigen3/unsupported/Eigen/OpenGLSupport +322 -0
- casadi/include/eigen3/unsupported/Eigen/Polynomials +137 -0
- casadi/include/eigen3/unsupported/Eigen/Skyline +39 -0
- casadi/include/eigen3/unsupported/Eigen/SparseExtra +54 -0
- casadi/include/eigen3/unsupported/Eigen/SpecialFunctions +103 -0
- casadi/include/eigen3/unsupported/Eigen/Splines +35 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffJacobian.h +108 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffScalar.h +730 -0
- casadi/include/eigen3/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h +220 -0
- casadi/include/eigen3/unsupported/Eigen/src/BVH/BVAlgorithms.h +293 -0
- casadi/include/eigen3/unsupported/Eigen/src/BVH/KdBVH.h +223 -0
- casadi/include/eigen3/unsupported/Eigen/src/Eigenvalues/ArpackSelfAdjointEigenSolver.h +790 -0
- casadi/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerAngles.h +355 -0
- casadi/include/eigen3/unsupported/Eigen/src/EulerAngles/EulerSystem.h +305 -0
- casadi/include/eigen3/unsupported/Eigen/src/FFT/ei_fftw_impl.h +261 -0
- casadi/include/eigen3/unsupported/Eigen/src/FFT/ei_kissfft_impl.h +449 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h +187 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/DGMRES.h +511 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/GMRES.h +335 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IDRS.h +436 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IncompleteLU.h +90 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/IterationController.h +154 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/MINRES.h +267 -0
- casadi/include/eigen3/unsupported/Eigen/src/IterativeSolvers/Scaling.h +193 -0
- casadi/include/eigen3/unsupported/Eigen/src/KroneckerProduct/KroneckerTensorProduct.h +305 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMcovar.h +84 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMonestep.h +202 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMpar.h +160 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LMqrsolv.h +188 -0
- casadi/include/eigen3/unsupported/Eigen/src/LevenbergMarquardt/LevenbergMarquardt.h +396 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h +441 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixFunction.h +569 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h +373 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h +705 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h +368 -0
- casadi/include/eigen3/unsupported/Eigen/src/MatrixFunctions/StemFunction.h +117 -0
- casadi/include/eigen3/unsupported/Eigen/src/MoreVectorization/MathFunctions.h +95 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h +601 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/LevenbergMarquardt.h +657 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/chkder.h +66 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/covar.h +70 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/dogleg.h +107 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/fdjac1.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/lmpar.h +298 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/qrsolv.h +91 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1mpyq.h +30 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/r1updt.h +99 -0
- casadi/include/eigen3/unsupported/Eigen/src/NonLinearOptimization/rwupdt.h +49 -0
- casadi/include/eigen3/unsupported/Eigen/src/NumericalDiff/NumericalDiff.h +130 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/Companion.h +280 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialSolver.h +428 -0
- casadi/include/eigen3/unsupported/Eigen/src/Polynomials/PolynomialUtils.h +143 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h +352 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrix.h +862 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineMatrixBase.h +212 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineProduct.h +295 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineStorage.h +259 -0
- casadi/include/eigen3/unsupported/Eigen/src/Skyline/SkylineUtil.h +89 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockOfDynamicSparseMatrix.h +122 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/BlockSparseMatrix.h +1079 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h +404 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/MarketIO.h +282 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/MatrixMarketIterator.h +247 -0
- casadi/include/eigen3/unsupported/Eigen/src/SparseExtra/RandomSetter.h +349 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsArrayAPI.h +286 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsBFloat16.h +68 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsFunctors.h +357 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsHalf.h +66 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsImpl.h +1959 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/BesselFunctionsPacketMath.h +118 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/HipVectorCompatibility.h +67 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h +167 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsBFloat16.h +58 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsFunctors.h +330 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsHalf.h +58 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsImpl.h +2045 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsPacketMath.h +79 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/BesselFunctions.h +46 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX/SpecialFunctions.h +16 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/BesselFunctions.h +46 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/AVX512/SpecialFunctions.h +16 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/GPU/SpecialFunctions.h +369 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/BesselFunctions.h +54 -0
- casadi/include/eigen3/unsupported/Eigen/src/SpecialFunctions/arch/NEON/SpecialFunctions.h +34 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/Spline.h +507 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/SplineFitting.h +431 -0
- casadi/include/eigen3/unsupported/Eigen/src/Splines/SplineFwd.h +93 -0
- casadi/include/fatrop/auxiliary/Common.hpp +34 -0
- casadi/include/fatrop/auxiliary/DynamicLib.hpp +34 -0
- casadi/include/fatrop/auxiliary/FatropOptions.hpp +68 -0
- casadi/include/fatrop/auxiliary/FatropVector.hpp +143 -0
- casadi/include/fatrop/auxiliary/LinearAlgebra.hpp +88 -0
- casadi/include/fatrop/auxiliary/VectorUtils.hpp +54 -0
- casadi/include/fatrop/blasfeo_wrapper/LinearAlgebraBlasfeo.hpp +496 -0
- casadi/include/fatrop/fatrop.hpp +39 -0
- casadi/include/fatrop/function_evaluation/CasadiCodegen.hpp +104 -0
- casadi/include/fatrop/function_evaluation/FunctionEvaluation.hpp +60 -0
- casadi/include/fatrop/json/json.h +946 -0
- casadi/include/fatrop/ocp/CasadiCApiUserdataWrap.hpp +87 -0
- casadi/include/fatrop/ocp/DuInfEvaluator.hpp +38 -0
- casadi/include/fatrop/ocp/FatropOCP.hpp +161 -0
- casadi/include/fatrop/ocp/FatropOCPBuilder.hpp +52 -0
- casadi/include/fatrop/ocp/FatropOCPResto.hpp +299 -0
- casadi/include/fatrop/ocp/OCP.hpp +82 -0
- casadi/include/fatrop/ocp/OCPAbstract.hpp +254 -0
- casadi/include/fatrop/ocp/OCPAdapter.hpp +197 -0
- casadi/include/fatrop/ocp/OCPCInterface.h +289 -0
- casadi/include/fatrop/ocp/OCPDims.hpp +60 -0
- casadi/include/fatrop/ocp/OCPInitializer.hpp +41 -0
- casadi/include/fatrop/ocp/OCPKKT.hpp +69 -0
- casadi/include/fatrop/ocp/OCPLSRiccati.hpp +198 -0
- casadi/include/fatrop/ocp/OCPLSScaler.hpp +66 -0
- casadi/include/fatrop/ocp/OCPLinearSolver.hpp +75 -0
- casadi/include/fatrop/ocp/OCPNoScaling.hpp +42 -0
- casadi/include/fatrop/ocp/OCPScalingMethod.hpp +42 -0
- casadi/include/fatrop/ocp/StageOCP.hpp +592 -0
- casadi/include/fatrop/ocp/StageOCPApplication.hpp +242 -0
- casadi/include/fatrop/ocp/StageOCPExpressions.hpp +182 -0
- casadi/include/fatrop/ocp/UStageEvalAbstract.hpp +168 -0
- casadi/include/fatrop/ocp/UStageOCPImpl.hpp +152 -0
- casadi/include/fatrop/quasi_newton/bfgs.hpp +159 -0
- casadi/include/fatrop/solver/AlgBuilder.hpp +76 -0
- casadi/include/fatrop/solver/AlgStrategy.hpp +33 -0
- casadi/include/fatrop/solver/FatropAlg.hpp +121 -0
- casadi/include/fatrop/solver/FatropData.hpp +188 -0
- casadi/include/fatrop/solver/FatropOptions.hpp +95 -0
- casadi/include/fatrop/solver/FatropPrinter.hpp +65 -0
- casadi/include/fatrop/solver/FatropStats.hpp +63 -0
- casadi/include/fatrop/solver/Filter.hpp +54 -0
- casadi/include/fatrop/solver/IterationData.hpp +56 -0
- casadi/include/fatrop/solver/LineSearch.hpp +86 -0
- casadi/include/fatrop/solver/NLPL1.hpp +263 -0
- casadi/include/fatrop/templates/NLPAlg.hpp +104 -0
- casadi/include/ghc/filesystem.hpp +6083 -0
- casadi/include/ghc/fs_fwd.hpp +38 -0
- casadi/include/ghc/fs_impl.hpp +35 -0
- casadi/include/ghc/fs_std.hpp +60 -0
- casadi/include/ghc/fs_std_fwd.hpp +63 -0
- casadi/include/ghc/fs_std_impl.hpp +46 -0
- casadi/include/highs/HConfig.h +23 -0
- casadi/include/highs/Highs.h +1703 -0
- casadi/include/highs/filereaderlp/builder.hpp +25 -0
- casadi/include/highs/filereaderlp/def.hpp +19 -0
- casadi/include/highs/filereaderlp/model.hpp +68 -0
- casadi/include/highs/filereaderlp/reader.hpp +10 -0
- casadi/include/highs/interfaces/highs_c_api.h +2456 -0
- casadi/include/highs/io/Filereader.h +45 -0
- casadi/include/highs/io/FilereaderEms.h +30 -0
- casadi/include/highs/io/FilereaderLp.h +51 -0
- casadi/include/highs/io/FilereaderMps.h +27 -0
- casadi/include/highs/io/HMPSIO.h +78 -0
- casadi/include/highs/io/HMpsFF.h +238 -0
- casadi/include/highs/io/HighsIO.h +114 -0
- casadi/include/highs/io/LoadOptions.h +24 -0
- casadi/include/highs/ipm/IpxSolution.h +32 -0
- casadi/include/highs/ipm/IpxWrapper.h +70 -0
- casadi/include/highs/ipm/basiclu/basiclu.h +161 -0
- casadi/include/highs/ipm/basiclu/basiclu_factorize.h +247 -0
- casadi/include/highs/ipm/basiclu/basiclu_get_factors.h +108 -0
- casadi/include/highs/ipm/basiclu/basiclu_initialize.h +119 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_factorize.h +34 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_free.h +19 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_get_factors.h +34 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_initialize.h +46 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_dense.h +29 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_for_update.h +42 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_solve_sparse.h +32 -0
- casadi/include/highs/ipm/basiclu/basiclu_obj_update.h +31 -0
- casadi/include/highs/ipm/basiclu/basiclu_object.h +30 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_dense.h +75 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_for_update.h +169 -0
- casadi/include/highs/ipm/basiclu/basiclu_solve_sparse.h +112 -0
- casadi/include/highs/ipm/basiclu/basiclu_update.h +125 -0
- casadi/include/highs/ipm/basiclu/lu_def.h +39 -0
- casadi/include/highs/ipm/basiclu/lu_file.h +21 -0
- casadi/include/highs/ipm/basiclu/lu_internal.h +220 -0
- casadi/include/highs/ipm/basiclu/lu_list.h +168 -0
- casadi/include/highs/ipm/ipx/basiclu_kernel.h +20 -0
- casadi/include/highs/ipm/ipx/basiclu_wrapper.h +47 -0
- casadi/include/highs/ipm/ipx/basis.h +351 -0
- casadi/include/highs/ipm/ipx/conjugate_residuals.h +74 -0
- casadi/include/highs/ipm/ipx/control.h +164 -0
- casadi/include/highs/ipm/ipx/crossover.h +157 -0
- casadi/include/highs/ipm/ipx/diagonal_precond.h +45 -0
- casadi/include/highs/ipm/ipx/forrest_tomlin.h +102 -0
- casadi/include/highs/ipm/ipx/guess_basis.h +21 -0
- casadi/include/highs/ipm/ipx/indexed_vector.h +113 -0
- casadi/include/highs/ipm/ipx/info.h +27 -0
- casadi/include/highs/ipm/ipx/ipm.h +94 -0
- casadi/include/highs/ipm/ipx/ipx_c.h +47 -0
- casadi/include/highs/ipm/ipx/ipx_config.h +9 -0
- casadi/include/highs/ipm/ipx/ipx_info.h +111 -0
- casadi/include/highs/ipm/ipx/ipx_internal.h +88 -0
- casadi/include/highs/ipm/ipx/ipx_parameters.h +76 -0
- casadi/include/highs/ipm/ipx/ipx_status.h +57 -0
- casadi/include/highs/ipm/ipx/iterate.h +328 -0
- casadi/include/highs/ipm/ipx/kkt_solver.h +70 -0
- casadi/include/highs/ipm/ipx/kkt_solver_basis.h +66 -0
- casadi/include/highs/ipm/ipx/kkt_solver_diag.h +48 -0
- casadi/include/highs/ipm/ipx/linear_operator.h +26 -0
- casadi/include/highs/ipm/ipx/lp_solver.h +202 -0
- casadi/include/highs/ipm/ipx/lu_factorization.h +79 -0
- casadi/include/highs/ipm/ipx/lu_update.h +129 -0
- casadi/include/highs/ipm/ipx/maxvolume.h +54 -0
- casadi/include/highs/ipm/ipx/model.h +413 -0
- casadi/include/highs/ipm/ipx/multistream.h +52 -0
- casadi/include/highs/ipm/ipx/normal_matrix.h +44 -0
- casadi/include/highs/ipm/ipx/power_method.h +44 -0
- casadi/include/highs/ipm/ipx/sparse_matrix.h +195 -0
- casadi/include/highs/ipm/ipx/sparse_utils.h +58 -0
- casadi/include/highs/ipm/ipx/splitted_normal_matrix.h +63 -0
- casadi/include/highs/ipm/ipx/starting_basis.h +39 -0
- casadi/include/highs/ipm/ipx/symbolic_invert.h +29 -0
- casadi/include/highs/ipm/ipx/timer.h +24 -0
- casadi/include/highs/ipm/ipx/utils.h +39 -0
- casadi/include/highs/lp_data/HConst.h +320 -0
- casadi/include/highs/lp_data/HStruct.h +182 -0
- casadi/include/highs/lp_data/HighsAnalysis.h +23 -0
- casadi/include/highs/lp_data/HighsCallback.h +47 -0
- casadi/include/highs/lp_data/HighsCallbackStruct.h +62 -0
- casadi/include/highs/lp_data/HighsDebug.h +34 -0
- casadi/include/highs/lp_data/HighsIis.h +62 -0
- casadi/include/highs/lp_data/HighsInfo.h +329 -0
- casadi/include/highs/lp_data/HighsInfoDebug.h +27 -0
- casadi/include/highs/lp_data/HighsLp.h +100 -0
- casadi/include/highs/lp_data/HighsLpSolverObject.h +45 -0
- casadi/include/highs/lp_data/HighsLpUtils.h +298 -0
- casadi/include/highs/lp_data/HighsModelUtils.h +112 -0
- casadi/include/highs/lp_data/HighsOptions.h +1469 -0
- casadi/include/highs/lp_data/HighsRanging.h +43 -0
- casadi/include/highs/lp_data/HighsSolution.h +144 -0
- casadi/include/highs/lp_data/HighsSolutionDebug.h +87 -0
- casadi/include/highs/lp_data/HighsSolve.h +23 -0
- casadi/include/highs/lp_data/HighsStatus.h +29 -0
- casadi/include/highs/mip/HighsCliqueTable.h +318 -0
- casadi/include/highs/mip/HighsConflictPool.h +109 -0
- casadi/include/highs/mip/HighsCutGeneration.h +106 -0
- casadi/include/highs/mip/HighsCutPool.h +168 -0
- casadi/include/highs/mip/HighsDebugSol.h +132 -0
- casadi/include/highs/mip/HighsDomain.h +653 -0
- casadi/include/highs/mip/HighsDomainChange.h +48 -0
- casadi/include/highs/mip/HighsDynamicRowMatrix.h +104 -0
- casadi/include/highs/mip/HighsGFkSolve.h +438 -0
- casadi/include/highs/mip/HighsImplications.h +170 -0
- casadi/include/highs/mip/HighsLpAggregator.h +50 -0
- casadi/include/highs/mip/HighsLpRelaxation.h +357 -0
- casadi/include/highs/mip/HighsMipAnalysis.h +52 -0
- casadi/include/highs/mip/HighsMipSolver.h +112 -0
- casadi/include/highs/mip/HighsMipSolverData.h +297 -0
- casadi/include/highs/mip/HighsModkSeparator.h +60 -0
- casadi/include/highs/mip/HighsNodeQueue.h +311 -0
- casadi/include/highs/mip/HighsObjectiveFunction.h +71 -0
- casadi/include/highs/mip/HighsPathSeparator.h +39 -0
- casadi/include/highs/mip/HighsPrimalHeuristics.h +70 -0
- casadi/include/highs/mip/HighsPseudocost.h +360 -0
- casadi/include/highs/mip/HighsRedcostFixing.h +42 -0
- casadi/include/highs/mip/HighsSearch.h +241 -0
- casadi/include/highs/mip/HighsSeparation.h +41 -0
- casadi/include/highs/mip/HighsSeparator.h +52 -0
- casadi/include/highs/mip/HighsTableauSeparator.h +34 -0
- casadi/include/highs/mip/HighsTransformedLp.h +63 -0
- casadi/include/highs/mip/MipTimer.h +471 -0
- casadi/include/highs/model/HighsHessian.h +54 -0
- casadi/include/highs/model/HighsHessianUtils.h +49 -0
- casadi/include/highs/model/HighsModel.h +52 -0
- casadi/include/highs/parallel/HighsBinarySemaphore.h +113 -0
- casadi/include/highs/parallel/HighsCacheAlign.h +87 -0
- casadi/include/highs/parallel/HighsCombinable.h +121 -0
- casadi/include/highs/parallel/HighsMutex.h +129 -0
- casadi/include/highs/parallel/HighsParallel.h +133 -0
- casadi/include/highs/parallel/HighsRaceTimer.h +43 -0
- casadi/include/highs/parallel/HighsSchedulerConstants.h +24 -0
- casadi/include/highs/parallel/HighsSpinMutex.h +53 -0
- casadi/include/highs/parallel/HighsSplitDeque.h +583 -0
- casadi/include/highs/parallel/HighsTask.h +175 -0
- casadi/include/highs/parallel/HighsTaskExecutor.h +222 -0
- casadi/include/highs/pdlp/CupdlpWrapper.h +104 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_cs.h +40 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_defs.h +433 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_linalg.h +189 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_proj.h +19 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_restart.h +31 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_scaling.h +26 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_solver.h +98 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_step.h +37 -0
- casadi/include/highs/pdlp/cupdlp/cupdlp_utils.c +1807 -0
- casadi/include/highs/pdqsort/pdqsort.h +532 -0
- casadi/include/highs/presolve/HPresolve.h +405 -0
- casadi/include/highs/presolve/HPresolveAnalysis.h +51 -0
- casadi/include/highs/presolve/HighsPostsolveStack.h +940 -0
- casadi/include/highs/presolve/HighsSymmetry.h +281 -0
- casadi/include/highs/presolve/ICrash.h +124 -0
- casadi/include/highs/presolve/ICrashUtil.h +62 -0
- casadi/include/highs/presolve/ICrashX.h +23 -0
- casadi/include/highs/presolve/PresolveComponent.h +90 -0
- casadi/include/highs/qpsolver/a_asm.hpp +70 -0
- casadi/include/highs/qpsolver/a_quass.hpp +15 -0
- casadi/include/highs/qpsolver/basis.hpp +152 -0
- casadi/include/highs/qpsolver/crashsolution.hpp +13 -0
- casadi/include/highs/qpsolver/dantzigpricing.hpp +73 -0
- casadi/include/highs/qpsolver/devexpricing.hpp +101 -0
- casadi/include/highs/qpsolver/eventhandler.hpp +23 -0
- casadi/include/highs/qpsolver/factor.hpp +401 -0
- casadi/include/highs/qpsolver/feasibility_bounded.hpp +107 -0
- casadi/include/highs/qpsolver/feasibility_highs.hpp +294 -0
- casadi/include/highs/qpsolver/gradient.hpp +39 -0
- casadi/include/highs/qpsolver/instance.hpp +63 -0
- casadi/include/highs/qpsolver/matrix.hpp +335 -0
- casadi/include/highs/qpsolver/perturbation.hpp +8 -0
- casadi/include/highs/qpsolver/pricing.hpp +15 -0
- casadi/include/highs/qpsolver/qpconst.hpp +27 -0
- casadi/include/highs/qpsolver/qpvector.hpp +235 -0
- casadi/include/highs/qpsolver/quass.hpp +20 -0
- casadi/include/highs/qpsolver/ratiotest.hpp +19 -0
- casadi/include/highs/qpsolver/runtime.hpp +38 -0
- casadi/include/highs/qpsolver/scaling.hpp +8 -0
- casadi/include/highs/qpsolver/settings.hpp +69 -0
- casadi/include/highs/qpsolver/snippets.hpp +29 -0
- casadi/include/highs/qpsolver/statistics.hpp +23 -0
- casadi/include/highs/qpsolver/steepestedgepricing.hpp +166 -0
- casadi/include/highs/simplex/HApp.h +476 -0
- casadi/include/highs/simplex/HEkk.h +416 -0
- casadi/include/highs/simplex/HEkkDual.h +513 -0
- casadi/include/highs/simplex/HEkkDualRHS.h +134 -0
- casadi/include/highs/simplex/HEkkDualRow.h +201 -0
- casadi/include/highs/simplex/HEkkPrimal.h +191 -0
- casadi/include/highs/simplex/HSimplex.h +42 -0
- casadi/include/highs/simplex/HSimplexDebug.h +48 -0
- casadi/include/highs/simplex/HSimplexNla.h +158 -0
- casadi/include/highs/simplex/HSimplexReport.h +21 -0
- casadi/include/highs/simplex/HighsSimplexAnalysis.h +500 -0
- casadi/include/highs/simplex/SimplexConst.h +273 -0
- casadi/include/highs/simplex/SimplexStruct.h +261 -0
- casadi/include/highs/simplex/SimplexTimer.h +409 -0
- casadi/include/highs/test/DevKkt.h +143 -0
- casadi/include/highs/test/KktCh2.h +79 -0
- casadi/include/highs/util/FactorTimer.h +199 -0
- casadi/include/highs/util/HFactor.h +587 -0
- casadi/include/highs/util/HFactorConst.h +81 -0
- casadi/include/highs/util/HFactorDebug.h +55 -0
- casadi/include/highs/util/HSet.h +89 -0
- casadi/include/highs/util/HVector.h +22 -0
- casadi/include/highs/util/HVectorBase.h +102 -0
- casadi/include/highs/util/HighsCDouble.h +319 -0
- casadi/include/highs/util/HighsComponent.h +53 -0
- casadi/include/highs/util/HighsDataStack.h +83 -0
- casadi/include/highs/util/HighsDisjointSets.h +107 -0
- casadi/include/highs/util/HighsHash.h +1274 -0
- casadi/include/highs/util/HighsHashTree.h +1447 -0
- casadi/include/highs/util/HighsInt.h +36 -0
- casadi/include/highs/util/HighsIntegers.h +212 -0
- casadi/include/highs/util/HighsLinearSumBounds.h +157 -0
- casadi/include/highs/util/HighsMatrixPic.h +37 -0
- casadi/include/highs/util/HighsMatrixSlice.h +561 -0
- casadi/include/highs/util/HighsMatrixUtils.h +54 -0
- casadi/include/highs/util/HighsMemoryAllocation.h +63 -0
- casadi/include/highs/util/HighsRandom.h +242 -0
- casadi/include/highs/util/HighsRbTree.h +452 -0
- casadi/include/highs/util/HighsSort.h +131 -0
- casadi/include/highs/util/HighsSparseMatrix.h +150 -0
- casadi/include/highs/util/HighsSparseVectorSum.h +95 -0
- casadi/include/highs/util/HighsSplay.h +135 -0
- casadi/include/highs/util/HighsTimer.h +381 -0
- casadi/include/highs/util/HighsUtils.h +217 -0
- casadi/include/highs/util/stringutil.h +46 -0
- casadi/include/highs/zstr/strict_fstream.hpp +237 -0
- casadi/include/highs/zstr/zstr.hpp +472 -0
- casadi/include/highs_export.h +43 -0
- casadi/include/hpipm_aux_mem.h +52 -0
- casadi/include/hpipm_aux_string.h +50 -0
- casadi/include/hpipm_common.h +76 -0
- casadi/include/hpipm_d_cast_qcqp.h +71 -0
- casadi/include/hpipm_d_cond.h +135 -0
- casadi/include/hpipm_d_cond_aux.h +92 -0
- casadi/include/hpipm_d_cond_qcqp.h +129 -0
- casadi/include/hpipm_d_core_qp_ipm.h +101 -0
- casadi/include/hpipm_d_core_qp_ipm_aux.h +68 -0
- casadi/include/hpipm_d_dense_qcqp.h +199 -0
- casadi/include/hpipm_d_dense_qcqp_dim.h +98 -0
- casadi/include/hpipm_d_dense_qcqp_ipm.h +193 -0
- casadi/include/hpipm_d_dense_qcqp_res.h +108 -0
- casadi/include/hpipm_d_dense_qcqp_sol.h +85 -0
- casadi/include/hpipm_d_dense_qcqp_utils.h +82 -0
- casadi/include/hpipm_d_dense_qp.h +207 -0
- casadi/include/hpipm_d_dense_qp_dim.h +92 -0
- casadi/include/hpipm_d_dense_qp_ipm.h +260 -0
- casadi/include/hpipm_d_dense_qp_kkt.h +72 -0
- casadi/include/hpipm_d_dense_qp_res.h +106 -0
- casadi/include/hpipm_d_dense_qp_sol.h +94 -0
- casadi/include/hpipm_d_dense_qp_utils.h +83 -0
- casadi/include/hpipm_d_ocp_qcqp.h +322 -0
- casadi/include/hpipm_d_ocp_qcqp_dim.h +130 -0
- casadi/include/hpipm_d_ocp_qcqp_ipm.h +192 -0
- casadi/include/hpipm_d_ocp_qcqp_red.h +118 -0
- casadi/include/hpipm_d_ocp_qcqp_res.h +115 -0
- casadi/include/hpipm_d_ocp_qcqp_sol.h +114 -0
- casadi/include/hpipm_d_ocp_qcqp_utils.h +81 -0
- casadi/include/hpipm_d_ocp_qp.h +306 -0
- casadi/include/hpipm_d_ocp_qp_dim.h +142 -0
- casadi/include/hpipm_d_ocp_qp_ipm.h +252 -0
- casadi/include/hpipm_d_ocp_qp_kkt.h +66 -0
- casadi/include/hpipm_d_ocp_qp_red.h +117 -0
- casadi/include/hpipm_d_ocp_qp_res.h +113 -0
- casadi/include/hpipm_d_ocp_qp_sol.h +128 -0
- casadi/include/hpipm_d_ocp_qp_utils.h +82 -0
- casadi/include/hpipm_d_part_cond.h +115 -0
- casadi/include/hpipm_d_part_cond_qcqp.h +106 -0
- casadi/include/hpipm_d_sim_erk.h +122 -0
- casadi/include/hpipm_d_sim_rk.h +71 -0
- casadi/include/hpipm_d_tree_ocp_qcqp.h +213 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_dim.h +117 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_ipm.h +191 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_res.h +109 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_sol.h +99 -0
- casadi/include/hpipm_d_tree_ocp_qcqp_utils.h +84 -0
- casadi/include/hpipm_d_tree_ocp_qp.h +195 -0
- casadi/include/hpipm_d_tree_ocp_qp_dim.h +111 -0
- casadi/include/hpipm_d_tree_ocp_qp_ipm.h +209 -0
- casadi/include/hpipm_d_tree_ocp_qp_kkt.h +52 -0
- casadi/include/hpipm_d_tree_ocp_qp_res.h +107 -0
- casadi/include/hpipm_d_tree_ocp_qp_sol.h +100 -0
- casadi/include/hpipm_d_tree_ocp_qp_utils.h +83 -0
- casadi/include/hpipm_m_dense_qp.h +68 -0
- casadi/include/hpipm_m_dense_qp_dim.h +68 -0
- casadi/include/hpipm_m_ocp_qp.h +49 -0
- casadi/include/hpipm_m_ocp_qp_ipm_hard.h +115 -0
- casadi/include/hpipm_m_ocp_qp_kkt.h +45 -0
- casadi/include/hpipm_s_cast_qcqp.h +72 -0
- casadi/include/hpipm_s_cond.h +137 -0
- casadi/include/hpipm_s_cond_aux.h +92 -0
- casadi/include/hpipm_s_cond_qcqp.h +130 -0
- casadi/include/hpipm_s_core_qp_ipm.h +101 -0
- casadi/include/hpipm_s_core_qp_ipm_aux.h +68 -0
- casadi/include/hpipm_s_dense_qcqp.h +200 -0
- casadi/include/hpipm_s_dense_qcqp_dim.h +99 -0
- casadi/include/hpipm_s_dense_qcqp_ipm.h +204 -0
- casadi/include/hpipm_s_dense_qcqp_res.h +109 -0
- casadi/include/hpipm_s_dense_qcqp_sol.h +86 -0
- casadi/include/hpipm_s_dense_qcqp_utils.h +83 -0
- casadi/include/hpipm_s_dense_qp.h +207 -0
- casadi/include/hpipm_s_dense_qp_dim.h +94 -0
- casadi/include/hpipm_s_dense_qp_ipm.h +260 -0
- casadi/include/hpipm_s_dense_qp_kkt.h +72 -0
- casadi/include/hpipm_s_dense_qp_res.h +107 -0
- casadi/include/hpipm_s_dense_qp_sol.h +94 -0
- casadi/include/hpipm_s_dense_qp_utils.h +84 -0
- casadi/include/hpipm_s_ocp_qcqp.h +322 -0
- casadi/include/hpipm_s_ocp_qcqp_dim.h +131 -0
- casadi/include/hpipm_s_ocp_qcqp_ipm.h +193 -0
- casadi/include/hpipm_s_ocp_qcqp_red.h +119 -0
- casadi/include/hpipm_s_ocp_qcqp_res.h +116 -0
- casadi/include/hpipm_s_ocp_qcqp_sol.h +115 -0
- casadi/include/hpipm_s_ocp_qcqp_utils.h +82 -0
- casadi/include/hpipm_s_ocp_qp.h +306 -0
- casadi/include/hpipm_s_ocp_qp_dim.h +141 -0
- casadi/include/hpipm_s_ocp_qp_ipm.h +252 -0
- casadi/include/hpipm_s_ocp_qp_kkt.h +66 -0
- casadi/include/hpipm_s_ocp_qp_red.h +118 -0
- casadi/include/hpipm_s_ocp_qp_res.h +115 -0
- casadi/include/hpipm_s_ocp_qp_sol.h +128 -0
- casadi/include/hpipm_s_ocp_qp_utils.h +83 -0
- casadi/include/hpipm_s_part_cond.h +115 -0
- casadi/include/hpipm_s_part_cond_qcqp.h +107 -0
- casadi/include/hpipm_s_sim_erk.h +121 -0
- casadi/include/hpipm_s_sim_rk.h +72 -0
- casadi/include/hpipm_s_tree_ocp_qcqp.h +213 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_dim.h +118 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_ipm.h +192 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_res.h +110 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_sol.h +97 -0
- casadi/include/hpipm_s_tree_ocp_qcqp_utils.h +85 -0
- casadi/include/hpipm_s_tree_ocp_qp.h +196 -0
- casadi/include/hpipm_s_tree_ocp_qp_dim.h +111 -0
- casadi/include/hpipm_s_tree_ocp_qp_ipm.h +208 -0
- casadi/include/hpipm_s_tree_ocp_qp_kkt.h +54 -0
- casadi/include/hpipm_s_tree_ocp_qp_res.h +108 -0
- casadi/include/hpipm_s_tree_ocp_qp_sol.h +98 -0
- casadi/include/hpipm_s_tree_ocp_qp_utils.h +84 -0
- casadi/include/hpipm_scenario_tree.h +70 -0
- casadi/include/hpipm_timing.h +67 -0
- casadi/include/hpipm_tree.h +76 -0
- casadi/include/licenses/FMI-Standard-2.0.2/LICENSE.txt +473 -0
- casadi/include/licenses/FMI-Standard-3.0/LICENSE.txt +464 -0
- casadi/include/licenses/alpaqa-external/LICENSE +165 -0
- casadi/include/licenses/blasfeo-external/LICENSE.txt +26 -0
- casadi/include/licenses/bonmin-external/Bonmin/LICENSE +87 -0
- casadi/include/licenses/bonmin-external/LICENSE +3 -0
- casadi/include/licenses/casadi/LICENSE/LICENSE.txt +165 -0
- casadi/include/licenses/casadi-sundials/LICENSE +64 -0
- casadi/include/licenses/casadi-sundials/cvodes/LICENSE +60 -0
- casadi/include/licenses/casadi-sundials/idas/LICENSE +59 -0
- casadi/include/licenses/casadi-sundials/kinsol/LICENSE +59 -0
- casadi/include/licenses/casadi-sundials/sundials/LICENSE +67 -0
- casadi/include/licenses/cbc-external/Cbc/LICENSE +239 -0
- casadi/include/licenses/cbc-external/LICENSE +245 -0
- casadi/include/licenses/cgl-external/Cgl/LICENSE +239 -0
- casadi/include/licenses/cgl-external/LICENSE +245 -0
- casadi/include/licenses/clp-external/Clp/LICENSE +239 -0
- casadi/include/licenses/clp-external/LICENSE +245 -0
- casadi/include/licenses/coinutils-external/CoinUtils/LICENSE +239 -0
- casadi/include/licenses/coinutils-external/LICENSE +245 -0
- casadi/include/licenses/daqp-external/LICENSE +21 -0
- casadi/include/licenses/fatrop-external/LICENSE.txt +165 -0
- casadi/include/licenses/fatrop-external/external/blasfeo/LICENSE.txt +26 -0
- casadi/include/licenses/fatrop-external/external/pybind11/LICENSE +29 -0
- casadi/include/licenses/ghc-external/LICENSE +19 -0
- casadi/include/licenses/highs-external/LICENSE.txt +21 -0
- casadi/include/licenses/highs-external/extern/filereaderlp/LICENSE +19 -0
- casadi/include/licenses/hpipm-external/LICENSE.txt +26 -0
- casadi/include/licenses/ipopt-external/LICENSE +260 -0
- casadi/include/licenses/libz-external/LICENSE +22 -0
- casadi/include/licenses/libz-external/contrib/dotzlib/LICENSE_1_0.txt +23 -0
- casadi/include/licenses/libzip-external/LICENSE +31 -0
- casadi/include/licenses/metis-external/LICENSE +87 -0
- casadi/include/licenses/metis-external/metis-4.0/LICENSE +18 -0
- casadi/include/licenses/mockups-external/LICENSE +21 -0
- casadi/include/licenses/mumps-external/LICENSE +87 -0
- casadi/include/licenses/mumps-external/MUMPS/LICENSE +50 -0
- casadi/include/licenses/openblas-external/LICENSE +29 -0
- casadi/include/licenses/openblas-external/ctest/LICENSE +23 -0
- casadi/include/licenses/openblas-external/lapack-netlib/LAPACKE/LICENSE +26 -0
- casadi/include/licenses/openblas-external/lapack-netlib/LICENSE +48 -0
- casadi/include/licenses/openblas-external/reference/LICENSE +23 -0
- casadi/include/licenses/openblas-external/relapack/LICENSE +22 -0
- casadi/include/licenses/openblas-external/test/LICENSE +23 -0
- casadi/include/licenses/osi-external/LICENSE +245 -0
- casadi/include/licenses/osi-external/Osi/LICENSE +239 -0
- casadi/include/licenses/osqp-external/LICENSE +201 -0
- casadi/include/licenses/osqp-external/lin_sys/direct/qdldl/amd/LICENSE +36 -0
- casadi/include/licenses/osqp-external/lin_sys/direct/qdldl/qdldl_sources/LICENSE +201 -0
- casadi/include/licenses/proxqp-external/LICENSE +25 -0
- casadi/include/licenses/proxqp-external/bindings/python/external/pybind11/LICENSE +29 -0
- casadi/include/licenses/proxqp-external/cmake-module/LICENSE +4 -0
- casadi/include/licenses/proxqp-external/cmake-module/doxygen/MathJax/LICENSE +202 -0
- casadi/include/licenses/proxqp-external/external/cereal/LICENSE +24 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/LICENSE +21 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/rapidjson/LICENSE +13 -0
- casadi/include/licenses/proxqp-external/external/cereal/include/cereal/external/rapidjson/msinttypes/LICENSE +29 -0
- casadi/include/licenses/qpOASES/LICENSE.txt +503 -0
- casadi/include/licenses/sleqp-external/LICENSE +165 -0
- casadi/include/licenses/superscs-external/LICENSE.txt +24 -0
- casadi/include/licenses/tinyxml2-9.0.0/LICENSE.txt +18 -0
- casadi/include/licenses/trlib-external/LICENSE +21 -0
- casadi/include/openblas/cblas.h +411 -0
- casadi/include/openblas/f77blas.h +796 -0
- casadi/include/openblas/lapack.h +22997 -0
- casadi/include/openblas/lapacke.h +12665 -0
- casadi/include/openblas/lapacke_config.h +119 -0
- casadi/include/openblas/lapacke_example_aux.h +9 -0
- casadi/include/openblas/lapacke_mangling.h +17 -0
- casadi/include/openblas/lapacke_utils.h +582 -0
- casadi/include/openblas/openblas/lapacke_mangling.h +17 -0
- casadi/include/openblas/openblas_config.h +139 -0
- casadi/include/osqp/auxil.h +181 -0
- casadi/include/osqp/constants.h +128 -0
- casadi/include/osqp/cs.h +180 -0
- casadi/include/osqp/ctrlc.h +56 -0
- casadi/include/osqp/error.h +38 -0
- casadi/include/osqp/glob_opts.h +167 -0
- casadi/include/osqp/lin_alg.h +216 -0
- casadi/include/osqp/lin_sys.h +54 -0
- casadi/include/osqp/osqp.h +430 -0
- casadi/include/osqp/osqp_configure.h +49 -0
- casadi/include/osqp/polish.h +25 -0
- casadi/include/osqp/proj.h +37 -0
- casadi/include/osqp/scaling.h +44 -0
- casadi/include/osqp/types.h +326 -0
- casadi/include/osqp/util.h +222 -0
- casadi/include/osqp/version.h +9 -0
- casadi/include/proxsuite/config.hpp +68 -0
- casadi/include/proxsuite/deprecated.hpp +56 -0
- casadi/include/proxsuite/fwd.hpp +52 -0
- casadi/include/proxsuite/helpers/common.hpp +70 -0
- casadi/include/proxsuite/helpers/instruction-set.hpp +275 -0
- casadi/include/proxsuite/helpers/optional.hpp +46 -0
- casadi/include/proxsuite/helpers/tl-optional.hpp +2472 -0
- casadi/include/proxsuite/helpers/version.hpp +39 -0
- casadi/include/proxsuite/linalg/dense/core.hpp +863 -0
- casadi/include/proxsuite/linalg/dense/factorize.hpp +375 -0
- casadi/include/proxsuite/linalg/dense/ldlt.hpp +817 -0
- casadi/include/proxsuite/linalg/dense/modify.hpp +333 -0
- casadi/include/proxsuite/linalg/dense/solve.hpp +38 -0
- casadi/include/proxsuite/linalg/dense/update.hpp +330 -0
- casadi/include/proxsuite/linalg/sparse/core.hpp +531 -0
- casadi/include/proxsuite/linalg/sparse/factorize.hpp +1303 -0
- casadi/include/proxsuite/linalg/sparse/rowmod.hpp +443 -0
- casadi/include/proxsuite/linalg/sparse/update.hpp +348 -0
- casadi/include/proxsuite/linalg/veg/internal/assert_impl.hpp +20 -0
- casadi/include/proxsuite/linalg/veg/internal/collection_algo.hpp +93 -0
- casadi/include/proxsuite/linalg/veg/internal/dbg.hpp +15 -0
- casadi/include/proxsuite/linalg/veg/internal/delete_special_members.hpp +77 -0
- casadi/include/proxsuite/linalg/veg/internal/dyn_index.hpp +292 -0
- casadi/include/proxsuite/linalg/veg/internal/epilogue.hpp +31 -0
- casadi/include/proxsuite/linalg/veg/internal/external/hedley.ext.hpp +2074 -0
- casadi/include/proxsuite/linalg/veg/internal/external/unhedley.ext.hpp +148 -0
- casadi/include/proxsuite/linalg/veg/internal/fix_index.hpp +339 -0
- casadi/include/proxsuite/linalg/veg/internal/has_asan.hpp +17 -0
- casadi/include/proxsuite/linalg/veg/internal/integer_seq.hpp +248 -0
- casadi/include/proxsuite/linalg/veg/internal/macros.hpp +1312 -0
- casadi/include/proxsuite/linalg/veg/internal/narrow.hpp +46 -0
- casadi/include/proxsuite/linalg/veg/internal/preprocessor.hpp +434 -0
- casadi/include/proxsuite/linalg/veg/internal/prologue.hpp +157 -0
- casadi/include/proxsuite/linalg/veg/internal/std.hpp +13 -0
- casadi/include/proxsuite/linalg/veg/internal/terminate.hpp +22 -0
- casadi/include/proxsuite/linalg/veg/internal/typedefs.hpp +58 -0
- casadi/include/proxsuite/linalg/veg/memory/address.hpp +97 -0
- casadi/include/proxsuite/linalg/veg/memory/alloc.hpp +352 -0
- casadi/include/proxsuite/linalg/veg/memory/dynamic_stack.hpp +504 -0
- casadi/include/proxsuite/linalg/veg/memory/placement.hpp +202 -0
- casadi/include/proxsuite/linalg/veg/memory/stack_alloc.hpp +239 -0
- casadi/include/proxsuite/linalg/veg/ref.hpp +148 -0
- casadi/include/proxsuite/linalg/veg/slice.hpp +240 -0
- casadi/include/proxsuite/linalg/veg/tuple.hpp +876 -0
- casadi/include/proxsuite/linalg/veg/type_traits/alloc.hpp +169 -0
- casadi/include/proxsuite/linalg/veg/type_traits/assignable.hpp +53 -0
- casadi/include/proxsuite/linalg/veg/type_traits/constructible.hpp +217 -0
- casadi/include/proxsuite/linalg/veg/type_traits/core.hpp +298 -0
- casadi/include/proxsuite/linalg/veg/type_traits/invocable.hpp +47 -0
- casadi/include/proxsuite/linalg/veg/type_traits/primitives.hpp +43 -0
- casadi/include/proxsuite/linalg/veg/type_traits/tags.hpp +47 -0
- casadi/include/proxsuite/linalg/veg/util/assert.hpp +48 -0
- casadi/include/proxsuite/linalg/veg/util/dbg.hpp +6 -0
- casadi/include/proxsuite/linalg/veg/util/defer.hpp +57 -0
- casadi/include/proxsuite/linalg/veg/util/dynstack_alloc.hpp +19 -0
- casadi/include/proxsuite/linalg/veg/util/get.hpp +153 -0
- casadi/include/proxsuite/linalg/veg/util/index.hpp +6 -0
- casadi/include/proxsuite/linalg/veg/util/unreachable.hpp +41 -0
- casadi/include/proxsuite/linalg/veg/vec.hpp +1034 -0
- casadi/include/proxsuite/proxqp/dense/dense.hpp +10 -0
- casadi/include/proxsuite/proxqp/dense/fwd.hpp +55 -0
- casadi/include/proxsuite/proxqp/dense/helpers.hpp +520 -0
- casadi/include/proxsuite/proxqp/dense/linesearch.hpp +517 -0
- casadi/include/proxsuite/proxqp/dense/model.hpp +147 -0
- casadi/include/proxsuite/proxqp/dense/preconditioner/identity.hpp +113 -0
- casadi/include/proxsuite/proxqp/dense/preconditioner/ruiz.hpp +571 -0
- casadi/include/proxsuite/proxqp/dense/solver.hpp +1330 -0
- casadi/include/proxsuite/proxqp/dense/utils.hpp +415 -0
- casadi/include/proxsuite/proxqp/dense/views.hpp +1466 -0
- casadi/include/proxsuite/proxqp/dense/workspace.hpp +264 -0
- casadi/include/proxsuite/proxqp/dense/wrapper.hpp +491 -0
- casadi/include/proxsuite/proxqp/results.hpp +212 -0
- casadi/include/proxsuite/proxqp/settings.hpp +302 -0
- casadi/include/proxsuite/proxqp/sparse/fwd.hpp +58 -0
- casadi/include/proxsuite/proxqp/sparse/helpers.hpp +309 -0
- casadi/include/proxsuite/proxqp/sparse/model.hpp +228 -0
- casadi/include/proxsuite/proxqp/sparse/preconditioner/identity.hpp +64 -0
- casadi/include/proxsuite/proxqp/sparse/preconditioner/ruiz.hpp +569 -0
- casadi/include/proxsuite/proxqp/sparse/solver.hpp +1441 -0
- casadi/include/proxsuite/proxqp/sparse/sparse.hpp +10 -0
- casadi/include/proxsuite/proxqp/sparse/utils.hpp +815 -0
- casadi/include/proxsuite/proxqp/sparse/views.hpp +63 -0
- casadi/include/proxsuite/proxqp/sparse/workspace.hpp +790 -0
- casadi/include/proxsuite/proxqp/sparse/wrapper.hpp +772 -0
- casadi/include/proxsuite/proxqp/status.hpp +46 -0
- casadi/include/proxsuite/proxqp/timings.hpp +101 -0
- casadi/include/proxsuite/proxqp/utils/prints.hpp +47 -0
- casadi/include/proxsuite/proxqp/utils/random_qp_problems.hpp +669 -0
- casadi/include/proxsuite/serialization/archive.hpp +231 -0
- casadi/include/proxsuite/serialization/eigen.hpp +107 -0
- casadi/include/proxsuite/serialization/model.hpp +34 -0
- casadi/include/proxsuite/serialization/results.hpp +74 -0
- casadi/include/proxsuite/serialization/settings.hpp +60 -0
- casadi/include/proxsuite/serialization/wrapper.hpp +24 -0
- casadi/include/proxsuite/warning.hpp +35 -0
- casadi/include/qdldl/qdldl.h +169 -0
- casadi/include/qdldl/qdldl_types.h +23 -0
- casadi/include/s_blas.h +78 -0
- casadi/include/s_blas_64.h +73 -0
- casadi/include/simde/arm/neon/aba.h +208 -0
- casadi/include/simde/arm/neon/abd.h +384 -0
- casadi/include/simde/arm/neon/abdl.h +147 -0
- casadi/include/simde/arm/neon/abs.h +408 -0
- casadi/include/simde/arm/neon/add.h +681 -0
- casadi/include/simde/arm/neon/addl.h +127 -0
- casadi/include/simde/arm/neon/addl_high.h +127 -0
- casadi/include/simde/arm/neon/addlv.h +317 -0
- casadi/include/simde/arm/neon/addv.h +447 -0
- casadi/include/simde/arm/neon/addw.h +222 -0
- casadi/include/simde/arm/neon/addw_high.h +193 -0
- casadi/include/simde/arm/neon/and.h +552 -0
- casadi/include/simde/arm/neon/bic.h +472 -0
- casadi/include/simde/arm/neon/bsl.h +448 -0
- casadi/include/simde/arm/neon/cagt.h +168 -0
- casadi/include/simde/arm/neon/ceq.h +711 -0
- casadi/include/simde/arm/neon/ceqz.h +335 -0
- casadi/include/simde/arm/neon/cge.h +677 -0
- casadi/include/simde/arm/neon/cgez.h +378 -0
- casadi/include/simde/arm/neon/cgt.h +686 -0
- casadi/include/simde/arm/neon/cgtz.h +380 -0
- casadi/include/simde/arm/neon/cle.h +677 -0
- casadi/include/simde/arm/neon/clez.h +378 -0
- casadi/include/simde/arm/neon/cls.h +148 -0
- casadi/include/simde/arm/neon/clt.h +679 -0
- casadi/include/simde/arm/neon/cltz.h +263 -0
- casadi/include/simde/arm/neon/clz.h +423 -0
- casadi/include/simde/arm/neon/cnt.h +145 -0
- casadi/include/simde/arm/neon/combine.h +343 -0
- casadi/include/simde/arm/neon/create.h +186 -0
- casadi/include/simde/arm/neon/cvt.h +492 -0
- casadi/include/simde/arm/neon/dot.h +171 -0
- casadi/include/simde/arm/neon/dot_lane.h +196 -0
- casadi/include/simde/arm/neon/dup_lane.h +702 -0
- casadi/include/simde/arm/neon/dup_n.h +534 -0
- casadi/include/simde/arm/neon/eor.h +552 -0
- casadi/include/simde/arm/neon/ext.h +887 -0
- casadi/include/simde/arm/neon/get_high.h +260 -0
- casadi/include/simde/arm/neon/get_lane.h +499 -0
- casadi/include/simde/arm/neon/get_low.h +276 -0
- casadi/include/simde/arm/neon/hadd.h +287 -0
- casadi/include/simde/arm/neon/hsub.h +287 -0
- casadi/include/simde/arm/neon/ld1.h +399 -0
- casadi/include/simde/arm/neon/ld3.h +609 -0
- casadi/include/simde/arm/neon/ld4.h +448 -0
- casadi/include/simde/arm/neon/max.h +614 -0
- casadi/include/simde/arm/neon/maxnm.h +215 -0
- casadi/include/simde/arm/neon/maxv.h +400 -0
- casadi/include/simde/arm/neon/min.h +660 -0
- casadi/include/simde/arm/neon/minnm.h +215 -0
- casadi/include/simde/arm/neon/minv.h +424 -0
- casadi/include/simde/arm/neon/mla.h +530 -0
- casadi/include/simde/arm/neon/mla_n.h +333 -0
- casadi/include/simde/arm/neon/mlal.h +156 -0
- casadi/include/simde/arm/neon/mlal_high.h +156 -0
- casadi/include/simde/arm/neon/mlal_n.h +128 -0
- casadi/include/simde/arm/neon/mls.h +264 -0
- casadi/include/simde/arm/neon/mlsl.h +124 -0
- casadi/include/simde/arm/neon/mlsl_high.h +124 -0
- casadi/include/simde/arm/neon/mlsl_n.h +96 -0
- casadi/include/simde/arm/neon/movl.h +208 -0
- casadi/include/simde/arm/neon/movl_high.h +126 -0
- casadi/include/simde/arm/neon/movn.h +195 -0
- casadi/include/simde/arm/neon/movn_high.h +125 -0
- casadi/include/simde/arm/neon/mul.h +594 -0
- casadi/include/simde/arm/neon/mul_lane.h +472 -0
- casadi/include/simde/arm/neon/mul_n.h +383 -0
- casadi/include/simde/arm/neon/mull.h +236 -0
- casadi/include/simde/arm/neon/mull_high.h +125 -0
- casadi/include/simde/arm/neon/mull_n.h +158 -0
- casadi/include/simde/arm/neon/mvn.h +426 -0
- casadi/include/simde/arm/neon/neg.h +393 -0
- casadi/include/simde/arm/neon/orn.h +505 -0
- casadi/include/simde/arm/neon/orr.h +552 -0
- casadi/include/simde/arm/neon/padal.h +211 -0
- casadi/include/simde/arm/neon/padd.h +293 -0
- casadi/include/simde/arm/neon/paddl.h +239 -0
- casadi/include/simde/arm/neon/pmax.h +253 -0
- casadi/include/simde/arm/neon/pmin.h +260 -0
- casadi/include/simde/arm/neon/qabs.h +281 -0
- casadi/include/simde/arm/neon/qadd.h +553 -0
- casadi/include/simde/arm/neon/qdmulh.h +125 -0
- casadi/include/simde/arm/neon/qdmull.h +125 -0
- casadi/include/simde/arm/neon/qmovn.h +273 -0
- casadi/include/simde/arm/neon/qmovn_high.h +127 -0
- casadi/include/simde/arm/neon/qmovun.h +159 -0
- casadi/include/simde/arm/neon/qneg.h +301 -0
- casadi/include/simde/arm/neon/qrdmulh.h +165 -0
- casadi/include/simde/arm/neon/qrdmulh_n.h +136 -0
- casadi/include/simde/arm/neon/qshl.h +732 -0
- casadi/include/simde/arm/neon/qsub.h +549 -0
- casadi/include/simde/arm/neon/qtbl.h +455 -0
- casadi/include/simde/arm/neon/qtbx.h +470 -0
- casadi/include/simde/arm/neon/rbit.h +165 -0
- casadi/include/simde/arm/neon/reinterpret.h +3101 -0
- casadi/include/simde/arm/neon/rev16.h +137 -0
- casadi/include/simde/arm/neon/rev32.h +235 -0
- casadi/include/simde/arm/neon/rev64.h +358 -0
- casadi/include/simde/arm/neon/rhadd.h +406 -0
- casadi/include/simde/arm/neon/rnd.h +143 -0
- casadi/include/simde/arm/neon/rndi.h +135 -0
- casadi/include/simde/arm/neon/rndm.h +143 -0
- casadi/include/simde/arm/neon/rndn.h +135 -0
- casadi/include/simde/arm/neon/rndp.h +143 -0
- casadi/include/simde/arm/neon/rshl.h +903 -0
- casadi/include/simde/arm/neon/rshr_n.h +471 -0
- casadi/include/simde/arm/neon/rsra_n.h +209 -0
- casadi/include/simde/arm/neon/set_lane.h +422 -0
- casadi/include/simde/arm/neon/shl.h +805 -0
- casadi/include/simde/arm/neon/shl_n.h +560 -0
- casadi/include/simde/arm/neon/shr_n.h +612 -0
- casadi/include/simde/arm/neon/sra_n.h +202 -0
- casadi/include/simde/arm/neon/st1.h +353 -0
- casadi/include/simde/arm/neon/st1_lane.h +363 -0
- casadi/include/simde/arm/neon/st3.h +426 -0
- casadi/include/simde/arm/neon/st4.h +445 -0
- casadi/include/simde/arm/neon/sub.h +659 -0
- casadi/include/simde/arm/neon/subl.h +127 -0
- casadi/include/simde/arm/neon/subw.h +221 -0
- casadi/include/simde/arm/neon/subw_high.h +222 -0
- casadi/include/simde/arm/neon/tbl.h +224 -0
- casadi/include/simde/arm/neon/tbx.h +247 -0
- casadi/include/simde/arm/neon/trn.h +252 -0
- casadi/include/simde/arm/neon/trn1.h +500 -0
- casadi/include/simde/arm/neon/trn2.h +499 -0
- casadi/include/simde/arm/neon/tst.h +540 -0
- casadi/include/simde/arm/neon/types.h +683 -0
- casadi/include/simde/arm/neon/uqadd.h +325 -0
- casadi/include/simde/arm/neon/uzp.h +252 -0
- casadi/include/simde/arm/neon/uzp1.h +643 -0
- casadi/include/simde/arm/neon/uzp2.h +647 -0
- casadi/include/simde/arm/neon/zip.h +252 -0
- casadi/include/simde/arm/neon/zip1.h +625 -0
- casadi/include/simde/arm/neon/zip2.h +625 -0
- casadi/include/simde/arm/neon.h +166 -0
- casadi/include/simde/check.h +276 -0
- casadi/include/simde/debug-trap.h +85 -0
- casadi/include/simde/hedley.h +1971 -0
- casadi/include/simde/simde-align.h +449 -0
- casadi/include/simde/simde-arch.h +532 -0
- casadi/include/simde/simde-common.h +890 -0
- casadi/include/simde/simde-complex.h +148 -0
- casadi/include/simde/simde-constify.h +397 -0
- casadi/include/simde/simde-detect-clang.h +109 -0
- casadi/include/simde/simde-diagnostic.h +428 -0
- casadi/include/simde/simde-features.h +522 -0
- casadi/include/simde/simde-math.h +1805 -0
- casadi/include/simde/x86/avx.h +6193 -0
- casadi/include/simde/x86/avx2.h +5660 -0
- casadi/include/simde/x86/avx512/2intersect.h +250 -0
- casadi/include/simde/x86/avx512/abs.h +562 -0
- casadi/include/simde/x86/avx512/add.h +641 -0
- casadi/include/simde/x86/avx512/adds.h +390 -0
- casadi/include/simde/x86/avx512/and.h +305 -0
- casadi/include/simde/x86/avx512/andnot.h +193 -0
- casadi/include/simde/x86/avx512/avg.h +258 -0
- casadi/include/simde/x86/avx512/blend.h +293 -0
- casadi/include/simde/x86/avx512/broadcast.h +897 -0
- casadi/include/simde/x86/avx512/cast.h +324 -0
- casadi/include/simde/x86/avx512/cmp.h +587 -0
- casadi/include/simde/x86/avx512/cmpeq.h +179 -0
- casadi/include/simde/x86/avx512/cmpge.h +104 -0
- casadi/include/simde/x86/avx512/cmpgt.h +189 -0
- casadi/include/simde/x86/avx512/cmple.h +103 -0
- casadi/include/simde/x86/avx512/cmplt.h +123 -0
- casadi/include/simde/x86/avx512/copysign.h +86 -0
- casadi/include/simde/x86/avx512/cvt.h +122 -0
- casadi/include/simde/x86/avx512/cvts.h +723 -0
- casadi/include/simde/x86/avx512/div.h +162 -0
- casadi/include/simde/x86/avx512/extract.h +198 -0
- casadi/include/simde/x86/avx512/fmadd.h +136 -0
- casadi/include/simde/x86/avx512/fmsub.h +108 -0
- casadi/include/simde/x86/avx512/fnmadd.h +108 -0
- casadi/include/simde/x86/avx512/fnmsub.h +108 -0
- casadi/include/simde/x86/avx512/insert.h +193 -0
- casadi/include/simde/x86/avx512/kshift.h +152 -0
- casadi/include/simde/x86/avx512/load.h +67 -0
- casadi/include/simde/x86/avx512/loadu.h +113 -0
- casadi/include/simde/x86/avx512/lzcnt.h +209 -0
- casadi/include/simde/x86/avx512/madd.h +155 -0
- casadi/include/simde/x86/avx512/maddubs.h +159 -0
- casadi/include/simde/x86/avx512/max.h +587 -0
- casadi/include/simde/x86/avx512/min.h +587 -0
- casadi/include/simde/x86/avx512/mov.h +859 -0
- casadi/include/simde/x86/avx512/mov_mask.h +372 -0
- casadi/include/simde/x86/avx512/movm.h +460 -0
- casadi/include/simde/x86/avx512/mul.h +279 -0
- casadi/include/simde/x86/avx512/mulhi.h +65 -0
- casadi/include/simde/x86/avx512/mulhrs.h +65 -0
- casadi/include/simde/x86/avx512/mullo.h +117 -0
- casadi/include/simde/x86/avx512/negate.h +88 -0
- casadi/include/simde/x86/avx512/or.h +252 -0
- casadi/include/simde/x86/avx512/packs.h +122 -0
- casadi/include/simde/x86/avx512/packus.h +122 -0
- casadi/include/simde/x86/avx512/permutex2var.h +1645 -0
- casadi/include/simde/x86/avx512/permutexvar.h +1180 -0
- casadi/include/simde/x86/avx512/sad.h +77 -0
- casadi/include/simde/x86/avx512/set.h +477 -0
- casadi/include/simde/x86/avx512/set1.h +331 -0
- casadi/include/simde/x86/avx512/set4.h +140 -0
- casadi/include/simde/x86/avx512/setone.h +66 -0
- casadi/include/simde/x86/avx512/setr.h +144 -0
- casadi/include/simde/x86/avx512/setr4.h +140 -0
- casadi/include/simde/x86/avx512/setzero.h +90 -0
- casadi/include/simde/x86/avx512/shuffle.h +176 -0
- casadi/include/simde/x86/avx512/sll.h +247 -0
- casadi/include/simde/x86/avx512/slli.h +179 -0
- casadi/include/simde/x86/avx512/sllv.h +68 -0
- casadi/include/simde/x86/avx512/sqrt.h +127 -0
- casadi/include/simde/x86/avx512/sra.h +81 -0
- casadi/include/simde/x86/avx512/srai.h +70 -0
- casadi/include/simde/x86/avx512/srav.h +67 -0
- casadi/include/simde/x86/avx512/srl.h +216 -0
- casadi/include/simde/x86/avx512/srli.h +180 -0
- casadi/include/simde/x86/avx512/srlv.h +282 -0
- casadi/include/simde/x86/avx512/store.h +93 -0
- casadi/include/simde/x86/avx512/storeu.h +93 -0
- casadi/include/simde/x86/avx512/sub.h +351 -0
- casadi/include/simde/x86/avx512/subs.h +222 -0
- casadi/include/simde/x86/avx512/test.h +193 -0
- casadi/include/simde/x86/avx512/types.h +380 -0
- casadi/include/simde/x86/avx512/unpackhi.h +380 -0
- casadi/include/simde/x86/avx512/unpacklo.h +104 -0
- casadi/include/simde/x86/avx512/xor.h +263 -0
- casadi/include/simde/x86/avx512/xorsign.h +72 -0
- casadi/include/simde/x86/avx512.h +108 -0
- casadi/include/simde/x86/clmul.h +414 -0
- casadi/include/simde/x86/fma.h +724 -0
- casadi/include/simde/x86/gfni.h +802 -0
- casadi/include/simde/x86/mmx.h +2399 -0
- casadi/include/simde/x86/sse.h +4471 -0
- casadi/include/simde/x86/sse2.h +7389 -0
- casadi/include/simde/x86/sse3.h +499 -0
- casadi/include/simde/x86/sse4.1.h +2216 -0
- casadi/include/simde/x86/sse4.2.h +347 -0
- casadi/include/simde/x86/ssse3.h +1032 -0
- casadi/include/simde/x86/svml.h +12139 -0
- casadi/include/simde/x86/xop.h +3644 -0
- casadi/include/sleqp/defs.h +58 -0
- casadi/include/sleqp/export.h +43 -0
- casadi/include/sleqp/pub_cmp.h +18 -0
- casadi/include/sleqp/pub_dyn.h +140 -0
- casadi/include/sleqp/pub_error.h +50 -0
- casadi/include/sleqp/pub_func.h +257 -0
- casadi/include/sleqp/pub_hess_struct.h +105 -0
- casadi/include/sleqp/pub_iterate.h +88 -0
- casadi/include/sleqp/pub_log.h +88 -0
- casadi/include/sleqp/pub_lsq.h +158 -0
- casadi/include/sleqp/pub_mem.h +52 -0
- casadi/include/sleqp/pub_problem.h +213 -0
- casadi/include/sleqp/pub_scale.h +150 -0
- casadi/include/sleqp/pub_settings.h +162 -0
- casadi/include/sleqp/pub_solver.h +155 -0
- casadi/include/sleqp/pub_types.h +230 -0
- casadi/include/sleqp/pub_working_set.h +135 -0
- casadi/include/sleqp/sparse/pub_mat.h +153 -0
- casadi/include/sleqp/sparse/pub_vec.h +336 -0
- casadi/include/sleqp.h +38 -0
- casadi/include/spral.h +13 -0
- casadi/include/spral_lsmr.h +57 -0
- casadi/include/spral_matrix_util.h +40 -0
- casadi/include/spral_random.h +26 -0
- casadi/include/spral_random_matrix.h +27 -0
- casadi/include/spral_rutherford_boeing.h +51 -0
- casadi/include/spral_scaling.h +139 -0
- casadi/include/spral_ssids.h +121 -0
- casadi/include/spral_ssmfe.h +268 -0
- casadi/include/superscs/cones.h +185 -0
- casadi/include/superscs/constants.h +144 -0
- casadi/include/superscs/cs.h +109 -0
- casadi/include/superscs/ctrlc.h +77 -0
- casadi/include/superscs/directions.h +125 -0
- casadi/include/superscs/glbopts.h +240 -0
- casadi/include/superscs/linAlg.h +437 -0
- casadi/include/superscs/linSys.h +205 -0
- casadi/include/superscs/linsys/amatrix.h +77 -0
- casadi/include/superscs/linsys/common.h +49 -0
- casadi/include/superscs/normalize.h +138 -0
- casadi/include/superscs/scs.h +656 -0
- casadi/include/superscs/scs_blas.h +79 -0
- casadi/include/superscs/scs_parser.h +187 -0
- casadi/include/superscs/unit_test_util.h +210 -0
- casadi/include/superscs/util.h +354 -0
- casadi/include/trlib/trlib_eigen_inverse.h +118 -0
- casadi/include/trlib/trlib_krylov.h +493 -0
- casadi/include/trlib/trlib_leftmost.h +181 -0
- casadi/include/trlib/trlib_private.h +109 -0
- casadi/include/trlib/trlib_quadratic_zero.h +57 -0
- casadi/include/trlib/trlib_tri_factor.h +409 -0
- casadi/include/trlib/trlib_types.h +36 -0
- casadi/include/trlib.h +44 -0
- casadi/include/zconf.h +545 -0
- casadi/include/zip.h +528 -0
- casadi/include/zipconf.h +48 -0
- casadi/include/zlib.h +1938 -0
- casadi/libCbc.la +35 -0
- casadi/libCbc.so +0 -0
- casadi/libCbc.so.3 +0 -0
- casadi/libCbc.so.3.10.11 +0 -0
- casadi/libCbcSolver.la +35 -0
- casadi/libCbcSolver.so +0 -0
- casadi/libCbcSolver.so.3 +0 -0
- casadi/libCbcSolver.so.3.10.11 +0 -0
- casadi/libCgl.la +35 -0
- casadi/libCgl.so +0 -0
- casadi/libCgl.so.1 +0 -0
- casadi/libCgl.so.1.10.8 +0 -0
- casadi/libClp.la +35 -0
- casadi/libClp.so +0 -0
- casadi/libClp.so.1 +0 -0
- casadi/libClp.so.1.14.9 +0 -0
- casadi/libClpSolver.la +35 -0
- casadi/libClpSolver.so +0 -0
- casadi/libClpSolver.so.1 +0 -0
- casadi/libClpSolver.so.1.14.9 +0 -0
- casadi/libCoinUtils.la +35 -0
- casadi/libCoinUtils.so +0 -0
- casadi/libCoinUtils.so.3 +0 -0
- casadi/libCoinUtils.so.3.11.10 +0 -0
- casadi/libOsi.la +35 -0
- casadi/libOsi.so +0 -0
- casadi/libOsi.so.1 +0 -0
- casadi/libOsi.so.1.13.9 +0 -0
- casadi/libOsiCbc.la +35 -0
- casadi/libOsiCbc.so +0 -0
- casadi/libOsiCbc.so.3 +0 -0
- casadi/libOsiCbc.so.3.10.11 +0 -0
- casadi/libOsiClp.la +35 -0
- casadi/libOsiClp.so +0 -0
- casadi/libOsiClp.so.1 +0 -0
- casadi/libOsiClp.so.1.14.9 +0 -0
- casadi/libOsiCommonTests.la +35 -0
- casadi/libOsiCommonTests.so +0 -0
- casadi/libOsiCommonTests.so.1 +0 -0
- casadi/libOsiCommonTests.so.1.13.9 +0 -0
- casadi/libalpaqa-dl-loader.so +0 -0
- casadi/libalpaqa-dl-loader.so.1.0.0 +0 -0
- casadi/libalpaqa.so +0 -0
- casadi/libalpaqa.so.1.0.0 +0 -0
- casadi/libblasfeo.so +0 -0
- casadi/libbonmin.la +35 -0
- casadi/libbonmin.so +0 -0
- casadi/libbonmin.so.4 +0 -0
- casadi/libbonmin.so.4.8.9 +0 -0
- casadi/libcasadi-tp-openblas.so +0 -0
- casadi/libcasadi-tp-openblas.so.0 +0 -0
- casadi/libcasadi-tp-openblas.so.0.3 +0 -0
- casadi/libcasadi.so +0 -0
- casadi/libcasadi.so.3.7 +0 -0
- casadi/libcasadi_archiver_libzip.so +0 -0
- casadi/libcasadi_archiver_libzip.so.3.7 +0 -0
- casadi/libcasadi_conic_cbc.so +0 -0
- casadi/libcasadi_conic_cbc.so.3.7 +0 -0
- casadi/libcasadi_conic_clp.so +0 -0
- casadi/libcasadi_conic_clp.so.3.7 +0 -0
- casadi/libcasadi_conic_cplex.so +0 -0
- casadi/libcasadi_conic_cplex.so.3.7 +0 -0
- casadi/libcasadi_conic_daqp.so +0 -0
- casadi/libcasadi_conic_daqp.so.3.7 +0 -0
- casadi/libcasadi_conic_fatrop.so +0 -0
- casadi/libcasadi_conic_fatrop.so.3.7 +0 -0
- casadi/libcasadi_conic_gurobi.so +0 -0
- casadi/libcasadi_conic_gurobi.so.3.7 +0 -0
- casadi/libcasadi_conic_highs.so +0 -0
- casadi/libcasadi_conic_highs.so.3.7 +0 -0
- casadi/libcasadi_conic_hpipm.so +0 -0
- casadi/libcasadi_conic_hpipm.so.3.7 +0 -0
- casadi/libcasadi_conic_ipqp.so +0 -0
- casadi/libcasadi_conic_ipqp.so.3.7 +0 -0
- casadi/libcasadi_conic_nlpsol.so +0 -0
- casadi/libcasadi_conic_nlpsol.so.3.7 +0 -0
- casadi/libcasadi_conic_osqp.so +0 -0
- casadi/libcasadi_conic_osqp.so.3.7 +0 -0
- casadi/libcasadi_conic_proxqp.so +0 -0
- casadi/libcasadi_conic_proxqp.so.3.7 +0 -0
- casadi/libcasadi_conic_qpoases.so +0 -0
- casadi/libcasadi_conic_qpoases.so.3.7 +0 -0
- casadi/libcasadi_conic_qrqp.so +0 -0
- casadi/libcasadi_conic_qrqp.so.3.7 +0 -0
- casadi/libcasadi_conic_superscs.so +0 -0
- casadi/libcasadi_conic_superscs.so.3.7 +0 -0
- casadi/libcasadi_filesystem_ghc.so +0 -0
- casadi/libcasadi_filesystem_ghc.so.3.7 +0 -0
- casadi/libcasadi_importer_shell.so +0 -0
- casadi/libcasadi_importer_shell.so.3.7 +0 -0
- casadi/libcasadi_integrator_collocation.so +0 -0
- casadi/libcasadi_integrator_collocation.so.3.7 +0 -0
- casadi/libcasadi_integrator_cvodes.so +0 -0
- casadi/libcasadi_integrator_cvodes.so.3.7 +0 -0
- casadi/libcasadi_integrator_idas.so +0 -0
- casadi/libcasadi_integrator_idas.so.3.7 +0 -0
- casadi/libcasadi_integrator_rk.so +0 -0
- casadi/libcasadi_integrator_rk.so.3.7 +0 -0
- casadi/libcasadi_interpolant_bspline.so +0 -0
- casadi/libcasadi_interpolant_bspline.so.3.7 +0 -0
- casadi/libcasadi_interpolant_linear.so +0 -0
- casadi/libcasadi_interpolant_linear.so.3.7 +0 -0
- casadi/libcasadi_linsol_csparse.so +0 -0
- casadi/libcasadi_linsol_csparse.so.3.7 +0 -0
- casadi/libcasadi_linsol_csparsecholesky.so +0 -0
- casadi/libcasadi_linsol_csparsecholesky.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapacklu.so +0 -0
- casadi/libcasadi_linsol_lapacklu.so.3.7 +0 -0
- casadi/libcasadi_linsol_lapackqr.so +0 -0
- casadi/libcasadi_linsol_lapackqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_ldl.so +0 -0
- casadi/libcasadi_linsol_ldl.so.3.7 +0 -0
- casadi/libcasadi_linsol_lsqr.so +0 -0
- casadi/libcasadi_linsol_lsqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_ma27.so +0 -0
- casadi/libcasadi_linsol_ma27.so.3.7 +0 -0
- casadi/libcasadi_linsol_mumps.so +0 -0
- casadi/libcasadi_linsol_mumps.so.3.7 +0 -0
- casadi/libcasadi_linsol_qr.so +0 -0
- casadi/libcasadi_linsol_qr.so.3.7 +0 -0
- casadi/libcasadi_linsol_symbolicqr.so +0 -0
- casadi/libcasadi_linsol_symbolicqr.so.3.7 +0 -0
- casadi/libcasadi_linsol_tridiag.so +0 -0
- casadi/libcasadi_linsol_tridiag.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so +0 -0
- casadi/libcasadi_nlpsol_alpaqa.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ampl.so +0 -0
- casadi/libcasadi_nlpsol_ampl.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so +0 -0
- casadi/libcasadi_nlpsol_blocksqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_bonmin.so +0 -0
- casadi/libcasadi_nlpsol_bonmin.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_fatrop.so +0 -0
- casadi/libcasadi_nlpsol_fatrop.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_feasiblesqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_ipopt.so +0 -0
- casadi/libcasadi_nlpsol_ipopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_knitro.so +0 -0
- casadi/libcasadi_nlpsol_knitro.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_madnlp.so +0 -0
- casadi/libcasadi_nlpsol_madnlp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so +0 -0
- casadi/libcasadi_nlpsol_qrsqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_scpgen.so +0 -0
- casadi/libcasadi_nlpsol_scpgen.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sleqp.so +0 -0
- casadi/libcasadi_nlpsol_sleqp.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_snopt.so +0 -0
- casadi/libcasadi_nlpsol_snopt.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so +0 -0
- casadi/libcasadi_nlpsol_sqpmethod.so.3.7 +0 -0
- casadi/libcasadi_nlpsol_worhp.so +0 -0
- casadi/libcasadi_nlpsol_worhp.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so +0 -0
- casadi/libcasadi_rootfinder_fast_newton.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_kinsol.so +0 -0
- casadi/libcasadi_rootfinder_kinsol.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_newton.so +0 -0
- casadi/libcasadi_rootfinder_newton.so.3.7 +0 -0
- casadi/libcasadi_rootfinder_nlpsol.so +0 -0
- casadi/libcasadi_rootfinder_nlpsol.so.3.7 +0 -0
- casadi/libcasadi_sundials_common.so +0 -0
- casadi/libcasadi_sundials_common.so.3.7 +0 -0
- casadi/libcasadi_xmlfile_tinyxml.so +0 -0
- casadi/libcasadi_xmlfile_tinyxml.so.3.7 +0 -0
- casadi/libcoinmetis.la +41 -0
- casadi/libcoinmetis.so +0 -0
- casadi/libcoinmetis.so.2 +0 -0
- casadi/libcoinmetis.so.2.0.0 +0 -0
- casadi/libcoinmumps.la +41 -0
- casadi/libcoinmumps.so +0 -0
- casadi/libcoinmumps.so.3 +0 -0
- casadi/libcoinmumps.so.3.0.1 +0 -0
- casadi/libcplex_adaptor.so +0 -0
- casadi/libdaqp.so +0 -0
- casadi/libdaqpstat.a +0 -0
- casadi/libfatrop.so +0 -0
- casadi/libgfortran-040039e1.so.5.0.0 +0 -0
- casadi/libgurobi_adaptor.so +0 -0
- casadi/libhighs.so +0 -0
- casadi/libhighs.so.1 +0 -0
- casadi/libhighs.so.1.10.0 +0 -0
- casadi/libhpipm.so +0 -0
- casadi/libindirect.a +0 -0
- casadi/libipopt.la +41 -0
- casadi/libipopt.so +0 -0
- casadi/libipopt.so.3 +0 -0
- casadi/libipopt.so.3.14.11 +0 -0
- casadi/liblinsys.a +0 -0
- casadi/libmatlab_ipc.so +0 -0
- casadi/libosqp.a +0 -0
- casadi/libosqp.so +0 -0
- casadi/libqdldl.a +0 -0
- casadi/libqdldl.so +0 -0
- casadi/libquadmath-96973f99.so.0.0.0 +0 -0
- casadi/libsipopt.la +41 -0
- casadi/libsipopt.so +0 -0
- casadi/libsipopt.so.3 +0 -0
- casadi/libsipopt.so.3.14.11 +0 -0
- casadi/libsleqp.so +0 -0
- casadi/libsleqp.so.1.0.1 +0 -0
- casadi/libspral.a +0 -0
- casadi/libsuperscs.a +0 -0
- casadi/libtrlib.so +0 -0
- casadi/libtrlib.so.0.4 +0 -0
- casadi/libz.a +0 -0
- casadi/libz.so +0 -0
- casadi/libz.so.1 +0 -0
- casadi/libz.so.1.3.1 +0 -0
- casadi/libzip.a +0 -0
- casadi/pkgconfig/blas.pc +11 -0
- casadi/pkgconfig/bonmin.pc +12 -0
- casadi/pkgconfig/casadi.pc +12 -0
- casadi/pkgconfig/cbc.pc +12 -0
- casadi/pkgconfig/cgl.pc +12 -0
- casadi/pkgconfig/clp.pc +12 -0
- casadi/pkgconfig/coinmetis.pc +13 -0
- casadi/pkgconfig/coinmumps.pc +15 -0
- casadi/pkgconfig/coinutils.pc +12 -0
- casadi/pkgconfig/highs.pc +12 -0
- casadi/pkgconfig/ipopt.pc +15 -0
- casadi/pkgconfig/lapack.pc +11 -0
- casadi/pkgconfig/libzip.pc +14 -0
- casadi/pkgconfig/openblas.pc +11 -0
- casadi/pkgconfig/osi-cbc.pc +12 -0
- casadi/pkgconfig/osi-clp.pc +12 -0
- casadi/pkgconfig/osi-unittests.pc +12 -0
- casadi/pkgconfig/osi.pc +12 -0
- casadi/pkgconfig/sleqp.pc +10 -0
- casadi/tools/__init__.py +54 -0
- casadi/tools/bounds.py +107 -0
- casadi/tools/graph/__init__.py +35 -0
- casadi/tools/graph/graph.py +747 -0
- casadi/tools/in_out.py +89 -0
- casadi/tools/structure3.py +1441 -0
- casadi-3.7.2.dist-info/METADATA +45 -0
- casadi-3.7.2.dist-info/RECORD +2377 -0
- casadi-3.7.2.dist-info/WHEEL +4 -0
- dummy.txt +1 -0
@@ -0,0 +1,3101 @@
|
|
1
|
+
/* SPDX-License-Identifier: MIT
|
2
|
+
*
|
3
|
+
* Permission is hereby granted, free of charge, to any person
|
4
|
+
* obtaining a copy of this software and associated documentation
|
5
|
+
* files (the "Software"), to deal in the Software without
|
6
|
+
* restriction, including without limitation the rights to use, copy,
|
7
|
+
* modify, merge, publish, distribute, sublicense, and/or sell copies
|
8
|
+
* of the Software, and to permit persons to whom the Software is
|
9
|
+
* furnished to do so, subject to the following conditions:
|
10
|
+
*
|
11
|
+
* The above copyright notice and this permission notice shall be
|
12
|
+
* included in all copies or substantial portions of the Software.
|
13
|
+
*
|
14
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
15
|
+
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
16
|
+
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
17
|
+
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
|
18
|
+
* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
|
19
|
+
* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
20
|
+
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
* SOFTWARE.
|
22
|
+
*
|
23
|
+
* Copyright:
|
24
|
+
* 2020 Evan Nemerson <evan@nemerson.com>
|
25
|
+
* 2020 Sean Maher <seanptmaher@gmail.com> (Copyright owned by Google, LLC)
|
26
|
+
*/
|
27
|
+
|
28
|
+
|
29
|
+
#if !defined(SIMDE_ARM_NEON_REINTERPRET_H)
|
30
|
+
#define SIMDE_ARM_NEON_REINTERPRET_H
|
31
|
+
|
32
|
+
#include "types.h"
|
33
|
+
|
34
|
+
HEDLEY_DIAGNOSTIC_PUSH
|
35
|
+
SIMDE_DISABLE_UNWANTED_DIAGNOSTICS
|
36
|
+
SIMDE_BEGIN_DECLS_
|
37
|
+
|
38
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
39
|
+
simde_int8x8_t
|
40
|
+
simde_vreinterpret_s8_s16(simde_int16x4_t a) {
|
41
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
42
|
+
return vreinterpret_s8_s16(a);
|
43
|
+
#else
|
44
|
+
simde_int8x8_private r_;
|
45
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
46
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
47
|
+
return simde_int8x8_from_private(r_);
|
48
|
+
#endif
|
49
|
+
}
|
50
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
51
|
+
#undef vreinterpret_s8_s16
|
52
|
+
#define vreinterpret_s8_s16(a) simde_vreinterpret_s8_s16(a)
|
53
|
+
#endif
|
54
|
+
|
55
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
56
|
+
simde_int8x8_t
|
57
|
+
simde_vreinterpret_s8_s32(simde_int32x2_t a) {
|
58
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
59
|
+
return vreinterpret_s8_s32(a);
|
60
|
+
#else
|
61
|
+
simde_int8x8_private r_;
|
62
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
63
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
64
|
+
return simde_int8x8_from_private(r_);
|
65
|
+
#endif
|
66
|
+
}
|
67
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
68
|
+
#undef vreinterpret_s8_s32
|
69
|
+
#define vreinterpret_s8_s32(a) simde_vreinterpret_s8_s32(a)
|
70
|
+
#endif
|
71
|
+
|
72
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
73
|
+
simde_int8x8_t
|
74
|
+
simde_vreinterpret_s8_s64(simde_int64x1_t a) {
|
75
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
76
|
+
return vreinterpret_s8_s64(a);
|
77
|
+
#else
|
78
|
+
simde_int8x8_private r_;
|
79
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
80
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
81
|
+
return simde_int8x8_from_private(r_);
|
82
|
+
#endif
|
83
|
+
}
|
84
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
85
|
+
#undef vreinterpret_s8_s64
|
86
|
+
#define vreinterpret_s8_s64(a) simde_vreinterpret_s8_s64(a)
|
87
|
+
#endif
|
88
|
+
|
89
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
90
|
+
simde_int8x8_t
|
91
|
+
simde_vreinterpret_s8_u8(simde_uint8x8_t a) {
|
92
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
93
|
+
return vreinterpret_s8_u8(a);
|
94
|
+
#else
|
95
|
+
simde_int8x8_private r_;
|
96
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
97
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
98
|
+
return simde_int8x8_from_private(r_);
|
99
|
+
#endif
|
100
|
+
}
|
101
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
102
|
+
#undef vreinterpret_s8_u8
|
103
|
+
#define vreinterpret_s8_u8(a) simde_vreinterpret_s8_u8(a)
|
104
|
+
#endif
|
105
|
+
|
106
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
107
|
+
simde_int8x8_t
|
108
|
+
simde_vreinterpret_s8_u16(simde_uint16x4_t a) {
|
109
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
110
|
+
return vreinterpret_s8_u16(a);
|
111
|
+
#else
|
112
|
+
simde_int8x8_private r_;
|
113
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
114
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
115
|
+
return simde_int8x8_from_private(r_);
|
116
|
+
#endif
|
117
|
+
}
|
118
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
119
|
+
#undef vreinterpret_s8_u16
|
120
|
+
#define vreinterpret_s8_u16(a) simde_vreinterpret_s8_u16(a)
|
121
|
+
#endif
|
122
|
+
|
123
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
124
|
+
simde_int8x8_t
|
125
|
+
simde_vreinterpret_s8_u32(simde_uint32x2_t a) {
|
126
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
127
|
+
return vreinterpret_s8_u32(a);
|
128
|
+
#else
|
129
|
+
simde_int8x8_private r_;
|
130
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
131
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
132
|
+
return simde_int8x8_from_private(r_);
|
133
|
+
#endif
|
134
|
+
}
|
135
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
136
|
+
#undef vreinterpret_s8_u32
|
137
|
+
#define vreinterpret_s8_u32(a) simde_vreinterpret_s8_u32(a)
|
138
|
+
#endif
|
139
|
+
|
140
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
141
|
+
simde_int8x8_t
|
142
|
+
simde_vreinterpret_s8_u64(simde_uint64x1_t a) {
|
143
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
144
|
+
return vreinterpret_s8_u64(a);
|
145
|
+
#else
|
146
|
+
simde_int8x8_private r_;
|
147
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
148
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
149
|
+
return simde_int8x8_from_private(r_);
|
150
|
+
#endif
|
151
|
+
}
|
152
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
153
|
+
#undef vreinterpret_s8_u64
|
154
|
+
#define vreinterpret_s8_u64(a) simde_vreinterpret_s8_u64(a)
|
155
|
+
#endif
|
156
|
+
|
157
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
158
|
+
simde_int8x8_t
|
159
|
+
simde_vreinterpret_s8_f32(simde_float32x2_t a) {
|
160
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
161
|
+
return vreinterpret_s8_f32(a);
|
162
|
+
#else
|
163
|
+
simde_int8x8_private r_;
|
164
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
165
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
166
|
+
return simde_int8x8_from_private(r_);
|
167
|
+
#endif
|
168
|
+
}
|
169
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
170
|
+
#undef vreinterpret_s8_f32
|
171
|
+
#define vreinterpret_s8_f32(a) simde_vreinterpret_s8_f32(a)
|
172
|
+
#endif
|
173
|
+
|
174
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
175
|
+
simde_int8x8_t
|
176
|
+
simde_vreinterpret_s8_f64(simde_float64x1_t a) {
|
177
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
178
|
+
return vreinterpret_s8_f64(a);
|
179
|
+
#else
|
180
|
+
simde_int8x8_private r_;
|
181
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
182
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
183
|
+
return simde_int8x8_from_private(r_);
|
184
|
+
#endif
|
185
|
+
}
|
186
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
187
|
+
#undef vreinterpret_s8_f64
|
188
|
+
#define vreinterpret_s8_f64(a) simde_vreinterpret_s8_f64(a)
|
189
|
+
#endif
|
190
|
+
|
191
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
192
|
+
simde_int8x16_t
|
193
|
+
simde_vreinterpretq_s8_s16(simde_int16x8_t a) {
|
194
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
195
|
+
return vreinterpretq_s8_s16(a);
|
196
|
+
#else
|
197
|
+
simde_int8x16_private r_;
|
198
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
199
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
200
|
+
return simde_int8x16_from_private(r_);
|
201
|
+
#endif
|
202
|
+
}
|
203
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
204
|
+
#undef vreinterpretq_s8_s16
|
205
|
+
#define vreinterpretq_s8_s16(a) simde_vreinterpretq_s8_s16(a)
|
206
|
+
#endif
|
207
|
+
|
208
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
209
|
+
simde_int8x16_t
|
210
|
+
simde_vreinterpretq_s8_s32(simde_int32x4_t a) {
|
211
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
212
|
+
return vreinterpretq_s8_s32(a);
|
213
|
+
#else
|
214
|
+
simde_int8x16_private r_;
|
215
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
216
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
217
|
+
return simde_int8x16_from_private(r_);
|
218
|
+
#endif
|
219
|
+
}
|
220
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
221
|
+
#undef vreinterpretq_s8_s32
|
222
|
+
#define vreinterpretq_s8_s32(a) simde_vreinterpretq_s8_s32(a)
|
223
|
+
#endif
|
224
|
+
|
225
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
226
|
+
simde_int8x16_t
|
227
|
+
simde_vreinterpretq_s8_s64(simde_int64x2_t a) {
|
228
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
229
|
+
return vreinterpretq_s8_s64(a);
|
230
|
+
#else
|
231
|
+
simde_int8x16_private r_;
|
232
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
233
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
234
|
+
return simde_int8x16_from_private(r_);
|
235
|
+
#endif
|
236
|
+
}
|
237
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
238
|
+
#undef vreinterpretq_s8_s64
|
239
|
+
#define vreinterpretq_s8_s64(a) simde_vreinterpretq_s8_s64(a)
|
240
|
+
#endif
|
241
|
+
|
242
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
243
|
+
simde_int8x16_t
|
244
|
+
simde_vreinterpretq_s8_u8(simde_uint8x16_t a) {
|
245
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
246
|
+
return vreinterpretq_s8_u8(a);
|
247
|
+
#else
|
248
|
+
simde_int8x16_private r_;
|
249
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
250
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
251
|
+
return simde_int8x16_from_private(r_);
|
252
|
+
#endif
|
253
|
+
}
|
254
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
255
|
+
#undef vreinterpretq_s8_u8
|
256
|
+
#define vreinterpretq_s8_u8(a) simde_vreinterpretq_s8_u8(a)
|
257
|
+
#endif
|
258
|
+
|
259
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
260
|
+
simde_int8x16_t
|
261
|
+
simde_vreinterpretq_s8_u16(simde_uint16x8_t a) {
|
262
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
263
|
+
return vreinterpretq_s8_u16(a);
|
264
|
+
#else
|
265
|
+
simde_int8x16_private r_;
|
266
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
267
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
268
|
+
return simde_int8x16_from_private(r_);
|
269
|
+
#endif
|
270
|
+
}
|
271
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
272
|
+
#undef vreinterpretq_s8_u16
|
273
|
+
#define vreinterpretq_s8_u16(a) simde_vreinterpretq_s8_u16(a)
|
274
|
+
#endif
|
275
|
+
|
276
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
277
|
+
simde_int8x16_t
|
278
|
+
simde_vreinterpretq_s8_u32(simde_uint32x4_t a) {
|
279
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
280
|
+
return vreinterpretq_s8_u32(a);
|
281
|
+
#else
|
282
|
+
simde_int8x16_private r_;
|
283
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
284
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
285
|
+
return simde_int8x16_from_private(r_);
|
286
|
+
#endif
|
287
|
+
}
|
288
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
289
|
+
#undef vreinterpretq_s8_u32
|
290
|
+
#define vreinterpretq_s8_u32(a) simde_vreinterpretq_s8_u32(a)
|
291
|
+
#endif
|
292
|
+
|
293
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
294
|
+
simde_int8x16_t
|
295
|
+
simde_vreinterpretq_s8_u64(simde_uint64x2_t a) {
|
296
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
297
|
+
return vreinterpretq_s8_u64(a);
|
298
|
+
#else
|
299
|
+
simde_int8x16_private r_;
|
300
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
301
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
302
|
+
return simde_int8x16_from_private(r_);
|
303
|
+
#endif
|
304
|
+
}
|
305
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
306
|
+
#undef vreinterpretq_s8_u64
|
307
|
+
#define vreinterpretq_s8_u64(a) simde_vreinterpretq_s8_u64(a)
|
308
|
+
#endif
|
309
|
+
|
310
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
311
|
+
simde_int8x16_t
|
312
|
+
simde_vreinterpretq_s8_f32(simde_float32x4_t a) {
|
313
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
314
|
+
return vreinterpretq_s8_f32(a);
|
315
|
+
#else
|
316
|
+
simde_int8x16_private r_;
|
317
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
318
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
319
|
+
return simde_int8x16_from_private(r_);
|
320
|
+
#endif
|
321
|
+
}
|
322
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
323
|
+
#undef vreinterpretq_s8_f32
|
324
|
+
#define vreinterpretq_s8_f32(a) simde_vreinterpretq_s8_f32(a)
|
325
|
+
#endif
|
326
|
+
|
327
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
328
|
+
simde_int8x16_t
|
329
|
+
simde_vreinterpretq_s8_f64(simde_float64x2_t a) {
|
330
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
331
|
+
return vreinterpretq_s8_f64(a);
|
332
|
+
#else
|
333
|
+
simde_int8x16_private r_;
|
334
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
335
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
336
|
+
return simde_int8x16_from_private(r_);
|
337
|
+
#endif
|
338
|
+
}
|
339
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
340
|
+
#undef vreinterpretq_s8_f64
|
341
|
+
#define vreinterpretq_s8_f64(a) simde_vreinterpretq_s8_f64(a)
|
342
|
+
#endif
|
343
|
+
|
344
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
345
|
+
simde_int16x4_t
|
346
|
+
simde_vreinterpret_s16_s8(simde_int8x8_t a) {
|
347
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
348
|
+
return vreinterpret_s16_s8(a);
|
349
|
+
#else
|
350
|
+
simde_int16x4_private r_;
|
351
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
352
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
353
|
+
return simde_int16x4_from_private(r_);
|
354
|
+
#endif
|
355
|
+
}
|
356
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
357
|
+
#undef vreinterpret_s16_s8
|
358
|
+
#define vreinterpret_s16_s8(a) simde_vreinterpret_s16_s8(a)
|
359
|
+
#endif
|
360
|
+
|
361
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
362
|
+
simde_int16x4_t
|
363
|
+
simde_vreinterpret_s16_s32(simde_int32x2_t a) {
|
364
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
365
|
+
return vreinterpret_s16_s32(a);
|
366
|
+
#else
|
367
|
+
simde_int16x4_private r_;
|
368
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
369
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
370
|
+
return simde_int16x4_from_private(r_);
|
371
|
+
#endif
|
372
|
+
}
|
373
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
374
|
+
#undef vreinterpret_s16_s32
|
375
|
+
#define vreinterpret_s16_s32(a) simde_vreinterpret_s16_s32(a)
|
376
|
+
#endif
|
377
|
+
|
378
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
379
|
+
simde_int16x4_t
|
380
|
+
simde_vreinterpret_s16_s64(simde_int64x1_t a) {
|
381
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
382
|
+
return vreinterpret_s16_s64(a);
|
383
|
+
#else
|
384
|
+
simde_int16x4_private r_;
|
385
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
386
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
387
|
+
return simde_int16x4_from_private(r_);
|
388
|
+
#endif
|
389
|
+
}
|
390
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
391
|
+
#undef vreinterpret_s16_s64
|
392
|
+
#define vreinterpret_s16_s64(a) simde_vreinterpret_s16_s64(a)
|
393
|
+
#endif
|
394
|
+
|
395
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
396
|
+
simde_int16x4_t
|
397
|
+
simde_vreinterpret_s16_u8(simde_uint8x8_t a) {
|
398
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
399
|
+
return vreinterpret_s16_u8(a);
|
400
|
+
#else
|
401
|
+
simde_int16x4_private r_;
|
402
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
403
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
404
|
+
return simde_int16x4_from_private(r_);
|
405
|
+
#endif
|
406
|
+
}
|
407
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
408
|
+
#undef vreinterpret_s16_u8
|
409
|
+
#define vreinterpret_s16_u8(a) simde_vreinterpret_s16_u8(a)
|
410
|
+
#endif
|
411
|
+
|
412
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
413
|
+
simde_int16x4_t
|
414
|
+
simde_vreinterpret_s16_u16(simde_uint16x4_t a) {
|
415
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
416
|
+
return vreinterpret_s16_u16(a);
|
417
|
+
#else
|
418
|
+
simde_int16x4_private r_;
|
419
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
420
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
421
|
+
return simde_int16x4_from_private(r_);
|
422
|
+
#endif
|
423
|
+
}
|
424
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
425
|
+
#undef vreinterpret_s16_u16
|
426
|
+
#define vreinterpret_s16_u16(a) simde_vreinterpret_s16_u16(a)
|
427
|
+
#endif
|
428
|
+
|
429
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
430
|
+
simde_int16x4_t
|
431
|
+
simde_vreinterpret_s16_u32(simde_uint32x2_t a) {
|
432
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
433
|
+
return vreinterpret_s16_u32(a);
|
434
|
+
#else
|
435
|
+
simde_int16x4_private r_;
|
436
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
437
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
438
|
+
return simde_int16x4_from_private(r_);
|
439
|
+
#endif
|
440
|
+
}
|
441
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
442
|
+
#undef vreinterpret_s16_u32
|
443
|
+
#define vreinterpret_s16_u32(a) simde_vreinterpret_s16_u32(a)
|
444
|
+
#endif
|
445
|
+
|
446
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
447
|
+
simde_int16x4_t
|
448
|
+
simde_vreinterpret_s16_u64(simde_uint64x1_t a) {
|
449
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
450
|
+
return vreinterpret_s16_u64(a);
|
451
|
+
#else
|
452
|
+
simde_int16x4_private r_;
|
453
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
454
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
455
|
+
return simde_int16x4_from_private(r_);
|
456
|
+
#endif
|
457
|
+
}
|
458
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
459
|
+
#undef vreinterpret_s16_u64
|
460
|
+
#define vreinterpret_s16_u64(a) simde_vreinterpret_s16_u64(a)
|
461
|
+
#endif
|
462
|
+
|
463
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
464
|
+
simde_int16x4_t
|
465
|
+
simde_vreinterpret_s16_f32(simde_float32x2_t a) {
|
466
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
467
|
+
return vreinterpret_s16_f32(a);
|
468
|
+
#else
|
469
|
+
simde_int16x4_private r_;
|
470
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
471
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
472
|
+
return simde_int16x4_from_private(r_);
|
473
|
+
#endif
|
474
|
+
}
|
475
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
476
|
+
#undef vreinterpret_s16_f32
|
477
|
+
#define vreinterpret_s16_f32(a) simde_vreinterpret_s16_f32(a)
|
478
|
+
#endif
|
479
|
+
|
480
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
481
|
+
simde_int16x4_t
|
482
|
+
simde_vreinterpret_s16_f64(simde_float64x1_t a) {
|
483
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
484
|
+
return vreinterpret_s16_f64(a);
|
485
|
+
#else
|
486
|
+
simde_int16x4_private r_;
|
487
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
488
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
489
|
+
return simde_int16x4_from_private(r_);
|
490
|
+
#endif
|
491
|
+
}
|
492
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
493
|
+
#undef vreinterpret_s16_f64
|
494
|
+
#define vreinterpret_s16_f64(a) simde_vreinterpret_s16_f64(a)
|
495
|
+
#endif
|
496
|
+
|
497
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
498
|
+
simde_int16x8_t
|
499
|
+
simde_vreinterpretq_s16_s8(simde_int8x16_t a) {
|
500
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
501
|
+
return vreinterpretq_s16_s8(a);
|
502
|
+
#else
|
503
|
+
simde_int16x8_private r_;
|
504
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
505
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
506
|
+
return simde_int16x8_from_private(r_);
|
507
|
+
#endif
|
508
|
+
}
|
509
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
510
|
+
#undef vreinterpretq_s16_s8
|
511
|
+
#define vreinterpretq_s16_s8(a) simde_vreinterpretq_s16_s8(a)
|
512
|
+
#endif
|
513
|
+
|
514
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
515
|
+
simde_int16x8_t
|
516
|
+
simde_vreinterpretq_s16_s32(simde_int32x4_t a) {
|
517
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
518
|
+
return vreinterpretq_s16_s32(a);
|
519
|
+
#else
|
520
|
+
simde_int16x8_private r_;
|
521
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
522
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
523
|
+
return simde_int16x8_from_private(r_);
|
524
|
+
#endif
|
525
|
+
}
|
526
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
527
|
+
#undef vreinterpretq_s16_s32
|
528
|
+
#define vreinterpretq_s16_s32(a) simde_vreinterpretq_s16_s32(a)
|
529
|
+
#endif
|
530
|
+
|
531
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
532
|
+
simde_int16x8_t
|
533
|
+
simde_vreinterpretq_s16_s64(simde_int64x2_t a) {
|
534
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
535
|
+
return vreinterpretq_s16_s64(a);
|
536
|
+
#else
|
537
|
+
simde_int16x8_private r_;
|
538
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
539
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
540
|
+
return simde_int16x8_from_private(r_);
|
541
|
+
#endif
|
542
|
+
}
|
543
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
544
|
+
#undef vreinterpretq_s16_s64
|
545
|
+
#define vreinterpretq_s16_s64(a) simde_vreinterpretq_s16_s64(a)
|
546
|
+
#endif
|
547
|
+
|
548
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
549
|
+
simde_int16x8_t
|
550
|
+
simde_vreinterpretq_s16_u8(simde_uint8x16_t a) {
|
551
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
552
|
+
return vreinterpretq_s16_u8(a);
|
553
|
+
#else
|
554
|
+
simde_int16x8_private r_;
|
555
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
556
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
557
|
+
return simde_int16x8_from_private(r_);
|
558
|
+
#endif
|
559
|
+
}
|
560
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
561
|
+
#undef vreinterpretq_s16_u8
|
562
|
+
#define vreinterpretq_s16_u8(a) simde_vreinterpretq_s16_u8(a)
|
563
|
+
#endif
|
564
|
+
|
565
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
566
|
+
simde_int16x8_t
|
567
|
+
simde_vreinterpretq_s16_u16(simde_uint16x8_t a) {
|
568
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
569
|
+
return vreinterpretq_s16_u16(a);
|
570
|
+
#else
|
571
|
+
simde_int16x8_private r_;
|
572
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
573
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
574
|
+
return simde_int16x8_from_private(r_);
|
575
|
+
#endif
|
576
|
+
}
|
577
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
578
|
+
#undef vreinterpretq_s16_u16
|
579
|
+
#define vreinterpretq_s16_u16(a) simde_vreinterpretq_s16_u16(a)
|
580
|
+
#endif
|
581
|
+
|
582
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
583
|
+
simde_int16x8_t
|
584
|
+
simde_vreinterpretq_s16_u32(simde_uint32x4_t a) {
|
585
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
586
|
+
return vreinterpretq_s16_u32(a);
|
587
|
+
#else
|
588
|
+
simde_int16x8_private r_;
|
589
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
590
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
591
|
+
return simde_int16x8_from_private(r_);
|
592
|
+
#endif
|
593
|
+
}
|
594
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
595
|
+
#undef vreinterpretq_s16_u32
|
596
|
+
#define vreinterpretq_s16_u32(a) simde_vreinterpretq_s16_u32(a)
|
597
|
+
#endif
|
598
|
+
|
599
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
600
|
+
simde_int16x8_t
|
601
|
+
simde_vreinterpretq_s16_u64(simde_uint64x2_t a) {
|
602
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
603
|
+
return vreinterpretq_s16_u64(a);
|
604
|
+
#else
|
605
|
+
simde_int16x8_private r_;
|
606
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
607
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
608
|
+
return simde_int16x8_from_private(r_);
|
609
|
+
#endif
|
610
|
+
}
|
611
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
612
|
+
#undef vreinterpretq_s16_u64
|
613
|
+
#define vreinterpretq_s16_u64(a) simde_vreinterpretq_s16_u64(a)
|
614
|
+
#endif
|
615
|
+
|
616
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
617
|
+
simde_int16x8_t
|
618
|
+
simde_vreinterpretq_s16_f32(simde_float32x4_t a) {
|
619
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
620
|
+
return vreinterpretq_s16_f32(a);
|
621
|
+
#else
|
622
|
+
simde_int16x8_private r_;
|
623
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
624
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
625
|
+
return simde_int16x8_from_private(r_);
|
626
|
+
#endif
|
627
|
+
}
|
628
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
629
|
+
#undef vreinterpretq_s16_f32
|
630
|
+
#define vreinterpretq_s16_f32(a) simde_vreinterpretq_s16_f32(a)
|
631
|
+
#endif
|
632
|
+
|
633
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
634
|
+
simde_int16x8_t
|
635
|
+
simde_vreinterpretq_s16_f64(simde_float64x2_t a) {
|
636
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
637
|
+
return vreinterpretq_s16_f64(a);
|
638
|
+
#else
|
639
|
+
simde_int16x8_private r_;
|
640
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
641
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
642
|
+
return simde_int16x8_from_private(r_);
|
643
|
+
#endif
|
644
|
+
}
|
645
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
646
|
+
#undef vreinterpretq_s16_f64
|
647
|
+
#define vreinterpretq_s16_f64(a) simde_vreinterpretq_s16_f64(a)
|
648
|
+
#endif
|
649
|
+
|
650
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
651
|
+
simde_int32x2_t
|
652
|
+
simde_vreinterpret_s32_s8(simde_int8x8_t a) {
|
653
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
654
|
+
return vreinterpret_s32_s8(a);
|
655
|
+
#else
|
656
|
+
simde_int32x2_private r_;
|
657
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
658
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
659
|
+
return simde_int32x2_from_private(r_);
|
660
|
+
#endif
|
661
|
+
}
|
662
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
663
|
+
#undef vreinterpret_s32_s8
|
664
|
+
#define vreinterpret_s32_s8(a) simde_vreinterpret_s32_s8(a)
|
665
|
+
#endif
|
666
|
+
|
667
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
668
|
+
simde_int32x2_t
|
669
|
+
simde_vreinterpret_s32_s16(simde_int16x4_t a) {
|
670
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
671
|
+
return vreinterpret_s32_s16(a);
|
672
|
+
#else
|
673
|
+
simde_int32x2_private r_;
|
674
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
675
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
676
|
+
return simde_int32x2_from_private(r_);
|
677
|
+
#endif
|
678
|
+
}
|
679
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
680
|
+
#undef vreinterpret_s32_s16
|
681
|
+
#define vreinterpret_s32_s16(a) simde_vreinterpret_s32_s16(a)
|
682
|
+
#endif
|
683
|
+
|
684
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
685
|
+
simde_int32x2_t
|
686
|
+
simde_vreinterpret_s32_s64(simde_int64x1_t a) {
|
687
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
688
|
+
return vreinterpret_s32_s64(a);
|
689
|
+
#else
|
690
|
+
simde_int32x2_private r_;
|
691
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
692
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
693
|
+
return simde_int32x2_from_private(r_);
|
694
|
+
#endif
|
695
|
+
}
|
696
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
697
|
+
#undef vreinterpret_s32_s64
|
698
|
+
#define vreinterpret_s32_s64(a) simde_vreinterpret_s32_s64(a)
|
699
|
+
#endif
|
700
|
+
|
701
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
702
|
+
simde_int32x2_t
|
703
|
+
simde_vreinterpret_s32_u8(simde_uint8x8_t a) {
|
704
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
705
|
+
return vreinterpret_s32_u8(a);
|
706
|
+
#else
|
707
|
+
simde_int32x2_private r_;
|
708
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
709
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
710
|
+
return simde_int32x2_from_private(r_);
|
711
|
+
#endif
|
712
|
+
}
|
713
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
714
|
+
#undef vreinterpret_s32_u8
|
715
|
+
#define vreinterpret_s32_u8(a) simde_vreinterpret_s32_u8(a)
|
716
|
+
#endif
|
717
|
+
|
718
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
719
|
+
simde_int32x2_t
|
720
|
+
simde_vreinterpret_s32_u16(simde_uint16x4_t a) {
|
721
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
722
|
+
return vreinterpret_s32_u16(a);
|
723
|
+
#else
|
724
|
+
simde_int32x2_private r_;
|
725
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
726
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
727
|
+
return simde_int32x2_from_private(r_);
|
728
|
+
#endif
|
729
|
+
}
|
730
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
731
|
+
#undef vreinterpret_s32_u16
|
732
|
+
#define vreinterpret_s32_u16(a) simde_vreinterpret_s32_u16(a)
|
733
|
+
#endif
|
734
|
+
|
735
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
736
|
+
simde_int32x2_t
|
737
|
+
simde_vreinterpret_s32_u32(simde_uint32x2_t a) {
|
738
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
739
|
+
return vreinterpret_s32_u32(a);
|
740
|
+
#else
|
741
|
+
simde_int32x2_private r_;
|
742
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
743
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
744
|
+
return simde_int32x2_from_private(r_);
|
745
|
+
#endif
|
746
|
+
}
|
747
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
748
|
+
#undef vreinterpret_s32_u32
|
749
|
+
#define vreinterpret_s32_u32(a) simde_vreinterpret_s32_u32(a)
|
750
|
+
#endif
|
751
|
+
|
752
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
753
|
+
simde_int32x2_t
|
754
|
+
simde_vreinterpret_s32_u64(simde_uint64x1_t a) {
|
755
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
756
|
+
return vreinterpret_s32_u64(a);
|
757
|
+
#else
|
758
|
+
simde_int32x2_private r_;
|
759
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
760
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
761
|
+
return simde_int32x2_from_private(r_);
|
762
|
+
#endif
|
763
|
+
}
|
764
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
765
|
+
#undef vreinterpret_s32_u64
|
766
|
+
#define vreinterpret_s32_u64(a) simde_vreinterpret_s32_u64(a)
|
767
|
+
#endif
|
768
|
+
|
769
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
770
|
+
simde_int32x2_t
|
771
|
+
simde_vreinterpret_s32_f32(simde_float32x2_t a) {
|
772
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
773
|
+
return vreinterpret_s32_f32(a);
|
774
|
+
#else
|
775
|
+
simde_int32x2_private r_;
|
776
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
777
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
778
|
+
return simde_int32x2_from_private(r_);
|
779
|
+
#endif
|
780
|
+
}
|
781
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
782
|
+
#undef vreinterpret_s32_f32
|
783
|
+
#define vreinterpret_s32_f32(a) simde_vreinterpret_s32_f32(a)
|
784
|
+
#endif
|
785
|
+
|
786
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
787
|
+
simde_int32x2_t
|
788
|
+
simde_vreinterpret_s32_f64(simde_float64x1_t a) {
|
789
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
790
|
+
return vreinterpret_s32_f64(a);
|
791
|
+
#else
|
792
|
+
simde_int32x2_private r_;
|
793
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
794
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
795
|
+
return simde_int32x2_from_private(r_);
|
796
|
+
#endif
|
797
|
+
}
|
798
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
799
|
+
#undef vreinterpret_s32_f64
|
800
|
+
#define vreinterpret_s32_f64(a) simde_vreinterpret_s32_f64(a)
|
801
|
+
#endif
|
802
|
+
|
803
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
804
|
+
simde_int32x4_t
|
805
|
+
simde_vreinterpretq_s32_s8(simde_int8x16_t a) {
|
806
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
807
|
+
return vreinterpretq_s32_s8(a);
|
808
|
+
#else
|
809
|
+
simde_int32x4_private r_;
|
810
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
811
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
812
|
+
return simde_int32x4_from_private(r_);
|
813
|
+
#endif
|
814
|
+
}
|
815
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
816
|
+
#undef vreinterpretq_s32_s8
|
817
|
+
#define vreinterpretq_s32_s8(a) simde_vreinterpretq_s32_s8(a)
|
818
|
+
#endif
|
819
|
+
|
820
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
821
|
+
simde_int32x4_t
|
822
|
+
simde_vreinterpretq_s32_s16(simde_int16x8_t a) {
|
823
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
824
|
+
return vreinterpretq_s32_s16(a);
|
825
|
+
#else
|
826
|
+
simde_int32x4_private r_;
|
827
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
828
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
829
|
+
return simde_int32x4_from_private(r_);
|
830
|
+
#endif
|
831
|
+
}
|
832
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
833
|
+
#undef vreinterpretq_s32_s16
|
834
|
+
#define vreinterpretq_s32_s16(a) simde_vreinterpretq_s32_s16(a)
|
835
|
+
#endif
|
836
|
+
|
837
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
838
|
+
simde_int32x4_t
|
839
|
+
simde_vreinterpretq_s32_s64(simde_int64x2_t a) {
|
840
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
841
|
+
return vreinterpretq_s32_s64(a);
|
842
|
+
#else
|
843
|
+
simde_int32x4_private r_;
|
844
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
845
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
846
|
+
return simde_int32x4_from_private(r_);
|
847
|
+
#endif
|
848
|
+
}
|
849
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
850
|
+
#undef vreinterpretq_s32_s64
|
851
|
+
#define vreinterpretq_s32_s64(a) simde_vreinterpretq_s32_s64(a)
|
852
|
+
#endif
|
853
|
+
|
854
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
855
|
+
simde_int32x4_t
|
856
|
+
simde_vreinterpretq_s32_u8(simde_uint8x16_t a) {
|
857
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
858
|
+
return vreinterpretq_s32_u8(a);
|
859
|
+
#else
|
860
|
+
simde_int32x4_private r_;
|
861
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
862
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
863
|
+
return simde_int32x4_from_private(r_);
|
864
|
+
#endif
|
865
|
+
}
|
866
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
867
|
+
#undef vreinterpretq_s32_u8
|
868
|
+
#define vreinterpretq_s32_u8(a) simde_vreinterpretq_s32_u8(a)
|
869
|
+
#endif
|
870
|
+
|
871
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
872
|
+
simde_int32x4_t
|
873
|
+
simde_vreinterpretq_s32_u16(simde_uint16x8_t a) {
|
874
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
875
|
+
return vreinterpretq_s32_u16(a);
|
876
|
+
#else
|
877
|
+
simde_int32x4_private r_;
|
878
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
879
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
880
|
+
return simde_int32x4_from_private(r_);
|
881
|
+
#endif
|
882
|
+
}
|
883
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
884
|
+
#undef vreinterpretq_s32_u16
|
885
|
+
#define vreinterpretq_s32_u16(a) simde_vreinterpretq_s32_u16(a)
|
886
|
+
#endif
|
887
|
+
|
888
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
889
|
+
simde_int32x4_t
|
890
|
+
simde_vreinterpretq_s32_u32(simde_uint32x4_t a) {
|
891
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
892
|
+
return vreinterpretq_s32_u32(a);
|
893
|
+
#else
|
894
|
+
simde_int32x4_private r_;
|
895
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
896
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
897
|
+
return simde_int32x4_from_private(r_);
|
898
|
+
#endif
|
899
|
+
}
|
900
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
901
|
+
#undef vreinterpretq_s32_u32
|
902
|
+
#define vreinterpretq_s32_u32(a) simde_vreinterpretq_s32_u32(a)
|
903
|
+
#endif
|
904
|
+
|
905
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
906
|
+
simde_int32x4_t
|
907
|
+
simde_vreinterpretq_s32_u64(simde_uint64x2_t a) {
|
908
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
909
|
+
return vreinterpretq_s32_u64(a);
|
910
|
+
#else
|
911
|
+
simde_int32x4_private r_;
|
912
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
913
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
914
|
+
return simde_int32x4_from_private(r_);
|
915
|
+
#endif
|
916
|
+
}
|
917
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
918
|
+
#undef vreinterpretq_s32_u64
|
919
|
+
#define vreinterpretq_s32_u64(a) simde_vreinterpretq_s32_u64(a)
|
920
|
+
#endif
|
921
|
+
|
922
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
923
|
+
simde_int32x4_t
|
924
|
+
simde_vreinterpretq_s32_f32(simde_float32x4_t a) {
|
925
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
926
|
+
return vreinterpretq_s32_f32(a);
|
927
|
+
#else
|
928
|
+
simde_int32x4_private r_;
|
929
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
930
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
931
|
+
return simde_int32x4_from_private(r_);
|
932
|
+
#endif
|
933
|
+
}
|
934
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
935
|
+
#undef vreinterpretq_s32_f32
|
936
|
+
#define vreinterpretq_s32_f32(a) simde_vreinterpretq_s32_f32(a)
|
937
|
+
#endif
|
938
|
+
|
939
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
940
|
+
simde_int32x4_t
|
941
|
+
simde_vreinterpretq_s32_f64(simde_float64x2_t a) {
|
942
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
943
|
+
return vreinterpretq_s32_f64(a);
|
944
|
+
#else
|
945
|
+
simde_int32x4_private r_;
|
946
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
947
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
948
|
+
return simde_int32x4_from_private(r_);
|
949
|
+
#endif
|
950
|
+
}
|
951
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
952
|
+
#undef vreinterpretq_s32_f64
|
953
|
+
#define vreinterpretq_s32_f64(a) simde_vreinterpretq_s32_f64(a)
|
954
|
+
#endif
|
955
|
+
|
956
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
957
|
+
simde_int64x1_t
|
958
|
+
simde_vreinterpret_s64_s8(simde_int8x8_t a) {
|
959
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
960
|
+
return vreinterpret_s64_s8(a);
|
961
|
+
#else
|
962
|
+
simde_int64x1_private r_;
|
963
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
964
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
965
|
+
return simde_int64x1_from_private(r_);
|
966
|
+
#endif
|
967
|
+
}
|
968
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
969
|
+
#undef vreinterpret_s64_s8
|
970
|
+
#define vreinterpret_s64_s8(a) simde_vreinterpret_s64_s8(a)
|
971
|
+
#endif
|
972
|
+
|
973
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
974
|
+
simde_int64x1_t
|
975
|
+
simde_vreinterpret_s64_s16(simde_int16x4_t a) {
|
976
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
977
|
+
return vreinterpret_s64_s16(a);
|
978
|
+
#else
|
979
|
+
simde_int64x1_private r_;
|
980
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
981
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
982
|
+
return simde_int64x1_from_private(r_);
|
983
|
+
#endif
|
984
|
+
}
|
985
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
986
|
+
#undef vreinterpret_s64_s16
|
987
|
+
#define vreinterpret_s64_s16(a) simde_vreinterpret_s64_s16(a)
|
988
|
+
#endif
|
989
|
+
|
990
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
991
|
+
simde_int64x1_t
|
992
|
+
simde_vreinterpret_s64_s32(simde_int32x2_t a) {
|
993
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
994
|
+
return vreinterpret_s64_s32(a);
|
995
|
+
#else
|
996
|
+
simde_int64x1_private r_;
|
997
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
998
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
999
|
+
return simde_int64x1_from_private(r_);
|
1000
|
+
#endif
|
1001
|
+
}
|
1002
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1003
|
+
#undef vreinterpret_s64_s32
|
1004
|
+
#define vreinterpret_s64_s32(a) simde_vreinterpret_s64_s32(a)
|
1005
|
+
#endif
|
1006
|
+
|
1007
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1008
|
+
simde_int64x1_t
|
1009
|
+
simde_vreinterpret_s64_u8(simde_uint8x8_t a) {
|
1010
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1011
|
+
return vreinterpret_s64_u8(a);
|
1012
|
+
#else
|
1013
|
+
simde_int64x1_private r_;
|
1014
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
1015
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1016
|
+
return simde_int64x1_from_private(r_);
|
1017
|
+
#endif
|
1018
|
+
}
|
1019
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1020
|
+
#undef vreinterpret_s64_u8
|
1021
|
+
#define vreinterpret_s64_u8(a) simde_vreinterpret_s64_u8(a)
|
1022
|
+
#endif
|
1023
|
+
|
1024
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1025
|
+
simde_int64x1_t
|
1026
|
+
simde_vreinterpret_s64_u16(simde_uint16x4_t a) {
|
1027
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1028
|
+
return vreinterpret_s64_u16(a);
|
1029
|
+
#else
|
1030
|
+
simde_int64x1_private r_;
|
1031
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
1032
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1033
|
+
return simde_int64x1_from_private(r_);
|
1034
|
+
#endif
|
1035
|
+
}
|
1036
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1037
|
+
#undef vreinterpret_s64_u16
|
1038
|
+
#define vreinterpret_s64_u16(a) simde_vreinterpret_s64_u16(a)
|
1039
|
+
#endif
|
1040
|
+
|
1041
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1042
|
+
simde_int64x1_t
|
1043
|
+
simde_vreinterpret_s64_u32(simde_uint32x2_t a) {
|
1044
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1045
|
+
return vreinterpret_s64_u32(a);
|
1046
|
+
#else
|
1047
|
+
simde_int64x1_private r_;
|
1048
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
1049
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1050
|
+
return simde_int64x1_from_private(r_);
|
1051
|
+
#endif
|
1052
|
+
}
|
1053
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1054
|
+
#undef vreinterpret_s64_u32
|
1055
|
+
#define vreinterpret_s64_u32(a) simde_vreinterpret_s64_u32(a)
|
1056
|
+
#endif
|
1057
|
+
|
1058
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1059
|
+
simde_int64x1_t
|
1060
|
+
simde_vreinterpret_s64_u64(simde_uint64x1_t a) {
|
1061
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1062
|
+
return vreinterpret_s64_u64(a);
|
1063
|
+
#else
|
1064
|
+
simde_int64x1_private r_;
|
1065
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
1066
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1067
|
+
return simde_int64x1_from_private(r_);
|
1068
|
+
#endif
|
1069
|
+
}
|
1070
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1071
|
+
#undef vreinterpret_s64_u64
|
1072
|
+
#define vreinterpret_s64_u64(a) simde_vreinterpret_s64_u64(a)
|
1073
|
+
#endif
|
1074
|
+
|
1075
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1076
|
+
simde_int64x1_t
|
1077
|
+
simde_vreinterpret_s64_f32(simde_float32x2_t a) {
|
1078
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1079
|
+
return vreinterpret_s64_f32(a);
|
1080
|
+
#else
|
1081
|
+
simde_int64x1_private r_;
|
1082
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
1083
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1084
|
+
return simde_int64x1_from_private(r_);
|
1085
|
+
#endif
|
1086
|
+
}
|
1087
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1088
|
+
#undef vreinterpret_s64_f32
|
1089
|
+
#define vreinterpret_s64_f32(a) simde_vreinterpret_s64_f32(a)
|
1090
|
+
#endif
|
1091
|
+
|
1092
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1093
|
+
simde_int64x1_t
|
1094
|
+
simde_vreinterpret_s64_f64(simde_float64x1_t a) {
|
1095
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1096
|
+
return vreinterpret_s64_f64(a);
|
1097
|
+
#else
|
1098
|
+
simde_int64x1_private r_;
|
1099
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
1100
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1101
|
+
return simde_int64x1_from_private(r_);
|
1102
|
+
#endif
|
1103
|
+
}
|
1104
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1105
|
+
#undef vreinterpret_s64_f64
|
1106
|
+
#define vreinterpret_s64_f64(a) simde_vreinterpret_s64_f64(a)
|
1107
|
+
#endif
|
1108
|
+
|
1109
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1110
|
+
simde_int64x2_t
|
1111
|
+
simde_vreinterpretq_s64_s8(simde_int8x16_t a) {
|
1112
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1113
|
+
return vreinterpretq_s64_s8(a);
|
1114
|
+
#else
|
1115
|
+
simde_int64x2_private r_;
|
1116
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
1117
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1118
|
+
return simde_int64x2_from_private(r_);
|
1119
|
+
#endif
|
1120
|
+
}
|
1121
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1122
|
+
#undef vreinterpretq_s64_s8
|
1123
|
+
#define vreinterpretq_s64_s8(a) simde_vreinterpretq_s64_s8(a)
|
1124
|
+
#endif
|
1125
|
+
|
1126
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1127
|
+
simde_int64x2_t
|
1128
|
+
simde_vreinterpretq_s64_s16(simde_int16x8_t a) {
|
1129
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1130
|
+
return vreinterpretq_s64_s16(a);
|
1131
|
+
#else
|
1132
|
+
simde_int64x2_private r_;
|
1133
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
1134
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1135
|
+
return simde_int64x2_from_private(r_);
|
1136
|
+
#endif
|
1137
|
+
}
|
1138
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1139
|
+
#undef vreinterpretq_s64_s16
|
1140
|
+
#define vreinterpretq_s64_s16(a) simde_vreinterpretq_s64_s16(a)
|
1141
|
+
#endif
|
1142
|
+
|
1143
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1144
|
+
simde_int64x2_t
|
1145
|
+
simde_vreinterpretq_s64_s32(simde_int32x4_t a) {
|
1146
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1147
|
+
return vreinterpretq_s64_s32(a);
|
1148
|
+
#else
|
1149
|
+
simde_int64x2_private r_;
|
1150
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
1151
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1152
|
+
return simde_int64x2_from_private(r_);
|
1153
|
+
#endif
|
1154
|
+
}
|
1155
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1156
|
+
#undef vreinterpretq_s64_s32
|
1157
|
+
#define vreinterpretq_s64_s32(a) simde_vreinterpretq_s64_s32(a)
|
1158
|
+
#endif
|
1159
|
+
|
1160
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1161
|
+
simde_int64x2_t
|
1162
|
+
simde_vreinterpretq_s64_u8(simde_uint8x16_t a) {
|
1163
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1164
|
+
return vreinterpretq_s64_u8(a);
|
1165
|
+
#else
|
1166
|
+
simde_int64x2_private r_;
|
1167
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
1168
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1169
|
+
return simde_int64x2_from_private(r_);
|
1170
|
+
#endif
|
1171
|
+
}
|
1172
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1173
|
+
#undef vreinterpretq_s64_u8
|
1174
|
+
#define vreinterpretq_s64_u8(a) simde_vreinterpretq_s64_u8(a)
|
1175
|
+
#endif
|
1176
|
+
|
1177
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1178
|
+
simde_int64x2_t
|
1179
|
+
simde_vreinterpretq_s64_u16(simde_uint16x8_t a) {
|
1180
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1181
|
+
return vreinterpretq_s64_u16(a);
|
1182
|
+
#else
|
1183
|
+
simde_int64x2_private r_;
|
1184
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
1185
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1186
|
+
return simde_int64x2_from_private(r_);
|
1187
|
+
#endif
|
1188
|
+
}
|
1189
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1190
|
+
#undef vreinterpretq_s64_u16
|
1191
|
+
#define vreinterpretq_s64_u16(a) simde_vreinterpretq_s64_u16(a)
|
1192
|
+
#endif
|
1193
|
+
|
1194
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1195
|
+
simde_int64x2_t
|
1196
|
+
simde_vreinterpretq_s64_u32(simde_uint32x4_t a) {
|
1197
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1198
|
+
return vreinterpretq_s64_u32(a);
|
1199
|
+
#else
|
1200
|
+
simde_int64x2_private r_;
|
1201
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
1202
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1203
|
+
return simde_int64x2_from_private(r_);
|
1204
|
+
#endif
|
1205
|
+
}
|
1206
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1207
|
+
#undef vreinterpretq_s64_u32
|
1208
|
+
#define vreinterpretq_s64_u32(a) simde_vreinterpretq_s64_u32(a)
|
1209
|
+
#endif
|
1210
|
+
|
1211
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1212
|
+
simde_int64x2_t
|
1213
|
+
simde_vreinterpretq_s64_u64(simde_uint64x2_t a) {
|
1214
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1215
|
+
return vreinterpretq_s64_u64(a);
|
1216
|
+
#else
|
1217
|
+
simde_int64x2_private r_;
|
1218
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
1219
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1220
|
+
return simde_int64x2_from_private(r_);
|
1221
|
+
#endif
|
1222
|
+
}
|
1223
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1224
|
+
#undef vreinterpretq_s64_u64
|
1225
|
+
#define vreinterpretq_s64_u64(a) simde_vreinterpretq_s64_u64(a)
|
1226
|
+
#endif
|
1227
|
+
|
1228
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1229
|
+
simde_int64x2_t
|
1230
|
+
simde_vreinterpretq_s64_f32(simde_float32x4_t a) {
|
1231
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1232
|
+
return vreinterpretq_s64_f32(a);
|
1233
|
+
#else
|
1234
|
+
simde_int64x2_private r_;
|
1235
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
1236
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1237
|
+
return simde_int64x2_from_private(r_);
|
1238
|
+
#endif
|
1239
|
+
}
|
1240
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1241
|
+
#undef vreinterpretq_s64_f32
|
1242
|
+
#define vreinterpretq_s64_f32(a) simde_vreinterpretq_s64_f32(a)
|
1243
|
+
#endif
|
1244
|
+
|
1245
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1246
|
+
simde_int64x2_t
|
1247
|
+
simde_vreinterpretq_s64_f64(simde_float64x2_t a) {
|
1248
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1249
|
+
return vreinterpretq_s64_f64(a);
|
1250
|
+
#else
|
1251
|
+
simde_int64x2_private r_;
|
1252
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
1253
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1254
|
+
return simde_int64x2_from_private(r_);
|
1255
|
+
#endif
|
1256
|
+
}
|
1257
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1258
|
+
#undef vreinterpretq_s64_f64
|
1259
|
+
#define vreinterpretq_s64_f64(a) simde_vreinterpretq_s64_f64(a)
|
1260
|
+
#endif
|
1261
|
+
|
1262
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1263
|
+
simde_uint8x8_t
|
1264
|
+
simde_vreinterpret_u8_s8(simde_int8x8_t a) {
|
1265
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1266
|
+
return vreinterpret_u8_s8(a);
|
1267
|
+
#else
|
1268
|
+
simde_uint8x8_private r_;
|
1269
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
1270
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1271
|
+
return simde_uint8x8_from_private(r_);
|
1272
|
+
#endif
|
1273
|
+
}
|
1274
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1275
|
+
#undef vreinterpret_u8_s8
|
1276
|
+
#define vreinterpret_u8_s8(a) simde_vreinterpret_u8_s8(a)
|
1277
|
+
#endif
|
1278
|
+
|
1279
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1280
|
+
simde_uint8x8_t
|
1281
|
+
simde_vreinterpret_u8_s16(simde_int16x4_t a) {
|
1282
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1283
|
+
return vreinterpret_u8_s16(a);
|
1284
|
+
#else
|
1285
|
+
simde_uint8x8_private r_;
|
1286
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
1287
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1288
|
+
return simde_uint8x8_from_private(r_);
|
1289
|
+
#endif
|
1290
|
+
}
|
1291
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1292
|
+
#undef vreinterpret_u8_s16
|
1293
|
+
#define vreinterpret_u8_s16(a) simde_vreinterpret_u8_s16(a)
|
1294
|
+
#endif
|
1295
|
+
|
1296
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1297
|
+
simde_uint8x8_t
|
1298
|
+
simde_vreinterpret_u8_s32(simde_int32x2_t a) {
|
1299
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1300
|
+
return vreinterpret_u8_s32(a);
|
1301
|
+
#else
|
1302
|
+
simde_uint8x8_private r_;
|
1303
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
1304
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1305
|
+
return simde_uint8x8_from_private(r_);
|
1306
|
+
#endif
|
1307
|
+
}
|
1308
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1309
|
+
#undef vreinterpret_u8_s32
|
1310
|
+
#define vreinterpret_u8_s32(a) simde_vreinterpret_u8_s32(a)
|
1311
|
+
#endif
|
1312
|
+
|
1313
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1314
|
+
simde_uint8x8_t
|
1315
|
+
simde_vreinterpret_u8_s64(simde_int64x1_t a) {
|
1316
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1317
|
+
return vreinterpret_u8_s64(a);
|
1318
|
+
#else
|
1319
|
+
simde_uint8x8_private r_;
|
1320
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
1321
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1322
|
+
return simde_uint8x8_from_private(r_);
|
1323
|
+
#endif
|
1324
|
+
}
|
1325
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1326
|
+
#undef vreinterpret_u8_s64
|
1327
|
+
#define vreinterpret_u8_s64(a) simde_vreinterpret_u8_s64(a)
|
1328
|
+
#endif
|
1329
|
+
|
1330
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1331
|
+
simde_uint8x8_t
|
1332
|
+
simde_vreinterpret_u8_u16(simde_uint16x4_t a) {
|
1333
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1334
|
+
return vreinterpret_u8_u16(a);
|
1335
|
+
#else
|
1336
|
+
simde_uint8x8_private r_;
|
1337
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
1338
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1339
|
+
return simde_uint8x8_from_private(r_);
|
1340
|
+
#endif
|
1341
|
+
}
|
1342
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1343
|
+
#undef vreinterpret_u8_u16
|
1344
|
+
#define vreinterpret_u8_u16(a) simde_vreinterpret_u8_u16(a)
|
1345
|
+
#endif
|
1346
|
+
|
1347
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1348
|
+
simde_uint8x8_t
|
1349
|
+
simde_vreinterpret_u8_u32(simde_uint32x2_t a) {
|
1350
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1351
|
+
return vreinterpret_u8_u32(a);
|
1352
|
+
#else
|
1353
|
+
simde_uint8x8_private r_;
|
1354
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
1355
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1356
|
+
return simde_uint8x8_from_private(r_);
|
1357
|
+
#endif
|
1358
|
+
}
|
1359
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1360
|
+
#undef vreinterpret_u8_u32
|
1361
|
+
#define vreinterpret_u8_u32(a) simde_vreinterpret_u8_u32(a)
|
1362
|
+
#endif
|
1363
|
+
|
1364
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1365
|
+
simde_uint8x8_t
|
1366
|
+
simde_vreinterpret_u8_u64(simde_uint64x1_t a) {
|
1367
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1368
|
+
return vreinterpret_u8_u64(a);
|
1369
|
+
#else
|
1370
|
+
simde_uint8x8_private r_;
|
1371
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
1372
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1373
|
+
return simde_uint8x8_from_private(r_);
|
1374
|
+
#endif
|
1375
|
+
}
|
1376
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1377
|
+
#undef vreinterpret_u8_u64
|
1378
|
+
#define vreinterpret_u8_u64(a) simde_vreinterpret_u8_u64(a)
|
1379
|
+
#endif
|
1380
|
+
|
1381
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1382
|
+
simde_uint8x8_t
|
1383
|
+
simde_vreinterpret_u8_f32(simde_float32x2_t a) {
|
1384
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1385
|
+
return vreinterpret_u8_f32(a);
|
1386
|
+
#else
|
1387
|
+
simde_uint8x8_private r_;
|
1388
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
1389
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1390
|
+
return simde_uint8x8_from_private(r_);
|
1391
|
+
#endif
|
1392
|
+
}
|
1393
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1394
|
+
#undef vreinterpret_u8_f32
|
1395
|
+
#define vreinterpret_u8_f32(a) simde_vreinterpret_u8_f32(a)
|
1396
|
+
#endif
|
1397
|
+
|
1398
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1399
|
+
simde_uint8x8_t
|
1400
|
+
simde_vreinterpret_u8_f64(simde_float64x1_t a) {
|
1401
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1402
|
+
return vreinterpret_u8_f64(a);
|
1403
|
+
#else
|
1404
|
+
simde_uint8x8_private r_;
|
1405
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
1406
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1407
|
+
return simde_uint8x8_from_private(r_);
|
1408
|
+
#endif
|
1409
|
+
}
|
1410
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1411
|
+
#undef vreinterpret_u8_f64
|
1412
|
+
#define vreinterpret_u8_f64(a) simde_vreinterpret_u8_f64(a)
|
1413
|
+
#endif
|
1414
|
+
|
1415
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1416
|
+
simde_uint8x16_t
|
1417
|
+
simde_vreinterpretq_u8_s8(simde_int8x16_t a) {
|
1418
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1419
|
+
return vreinterpretq_u8_s8(a);
|
1420
|
+
#else
|
1421
|
+
simde_uint8x16_private r_;
|
1422
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
1423
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1424
|
+
return simde_uint8x16_from_private(r_);
|
1425
|
+
#endif
|
1426
|
+
}
|
1427
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1428
|
+
#undef vreinterpretq_u8_s8
|
1429
|
+
#define vreinterpretq_u8_s8(a) simde_vreinterpretq_u8_s8(a)
|
1430
|
+
#endif
|
1431
|
+
|
1432
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1433
|
+
simde_uint8x16_t
|
1434
|
+
simde_vreinterpretq_u8_s16(simde_int16x8_t a) {
|
1435
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1436
|
+
return vreinterpretq_u8_s16(a);
|
1437
|
+
#else
|
1438
|
+
simde_uint8x16_private r_;
|
1439
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
1440
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1441
|
+
return simde_uint8x16_from_private(r_);
|
1442
|
+
#endif
|
1443
|
+
}
|
1444
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1445
|
+
#undef vreinterpretq_u8_s16
|
1446
|
+
#define vreinterpretq_u8_s16(a) simde_vreinterpretq_u8_s16(a)
|
1447
|
+
#endif
|
1448
|
+
|
1449
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1450
|
+
simde_uint8x16_t
|
1451
|
+
simde_vreinterpretq_u8_s32(simde_int32x4_t a) {
|
1452
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1453
|
+
return vreinterpretq_u8_s32(a);
|
1454
|
+
#else
|
1455
|
+
simde_uint8x16_private r_;
|
1456
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
1457
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1458
|
+
return simde_uint8x16_from_private(r_);
|
1459
|
+
#endif
|
1460
|
+
}
|
1461
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1462
|
+
#undef vreinterpretq_u8_s32
|
1463
|
+
#define vreinterpretq_u8_s32(a) simde_vreinterpretq_u8_s32(a)
|
1464
|
+
#endif
|
1465
|
+
|
1466
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1467
|
+
simde_uint8x16_t
|
1468
|
+
simde_vreinterpretq_u8_s64(simde_int64x2_t a) {
|
1469
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1470
|
+
return vreinterpretq_u8_s64(a);
|
1471
|
+
#else
|
1472
|
+
simde_uint8x16_private r_;
|
1473
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
1474
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1475
|
+
return simde_uint8x16_from_private(r_);
|
1476
|
+
#endif
|
1477
|
+
}
|
1478
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1479
|
+
#undef vreinterpretq_u8_s64
|
1480
|
+
#define vreinterpretq_u8_s64(a) simde_vreinterpretq_u8_s64(a)
|
1481
|
+
#endif
|
1482
|
+
|
1483
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1484
|
+
simde_uint8x16_t
|
1485
|
+
simde_vreinterpretq_u8_u16(simde_uint16x8_t a) {
|
1486
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1487
|
+
return vreinterpretq_u8_u16(a);
|
1488
|
+
#else
|
1489
|
+
simde_uint8x16_private r_;
|
1490
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
1491
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1492
|
+
return simde_uint8x16_from_private(r_);
|
1493
|
+
#endif
|
1494
|
+
}
|
1495
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1496
|
+
#undef vreinterpretq_u8_u16
|
1497
|
+
#define vreinterpretq_u8_u16(a) simde_vreinterpretq_u8_u16(a)
|
1498
|
+
#endif
|
1499
|
+
|
1500
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1501
|
+
simde_uint8x16_t
|
1502
|
+
simde_vreinterpretq_u8_u32(simde_uint32x4_t a) {
|
1503
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1504
|
+
return vreinterpretq_u8_u32(a);
|
1505
|
+
#else
|
1506
|
+
simde_uint8x16_private r_;
|
1507
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
1508
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1509
|
+
return simde_uint8x16_from_private(r_);
|
1510
|
+
#endif
|
1511
|
+
}
|
1512
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1513
|
+
#undef vreinterpretq_u8_u32
|
1514
|
+
#define vreinterpretq_u8_u32(a) simde_vreinterpretq_u8_u32(a)
|
1515
|
+
#endif
|
1516
|
+
|
1517
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1518
|
+
simde_uint8x16_t
|
1519
|
+
simde_vreinterpretq_u8_u64(simde_uint64x2_t a) {
|
1520
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1521
|
+
return vreinterpretq_u8_u64(a);
|
1522
|
+
#else
|
1523
|
+
simde_uint8x16_private r_;
|
1524
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
1525
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1526
|
+
return simde_uint8x16_from_private(r_);
|
1527
|
+
#endif
|
1528
|
+
}
|
1529
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1530
|
+
#undef vreinterpretq_u8_u64
|
1531
|
+
#define vreinterpretq_u8_u64(a) simde_vreinterpretq_u8_u64(a)
|
1532
|
+
#endif
|
1533
|
+
|
1534
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1535
|
+
simde_uint8x16_t
|
1536
|
+
simde_vreinterpretq_u8_f32(simde_float32x4_t a) {
|
1537
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1538
|
+
return vreinterpretq_u8_f32(a);
|
1539
|
+
#else
|
1540
|
+
simde_uint8x16_private r_;
|
1541
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
1542
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1543
|
+
return simde_uint8x16_from_private(r_);
|
1544
|
+
#endif
|
1545
|
+
}
|
1546
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1547
|
+
#undef vreinterpretq_u8_f32
|
1548
|
+
#define vreinterpretq_u8_f32(a) simde_vreinterpretq_u8_f32(a)
|
1549
|
+
#endif
|
1550
|
+
|
1551
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1552
|
+
simde_uint8x16_t
|
1553
|
+
simde_vreinterpretq_u8_f64(simde_float64x2_t a) {
|
1554
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1555
|
+
return vreinterpretq_u8_f64(a);
|
1556
|
+
#else
|
1557
|
+
simde_uint8x16_private r_;
|
1558
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
1559
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1560
|
+
return simde_uint8x16_from_private(r_);
|
1561
|
+
#endif
|
1562
|
+
}
|
1563
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1564
|
+
#undef vreinterpretq_u8_f64
|
1565
|
+
#define vreinterpretq_u8_f64(a) simde_vreinterpretq_u8_f64(a)
|
1566
|
+
#endif
|
1567
|
+
|
1568
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1569
|
+
simde_uint16x4_t
|
1570
|
+
simde_vreinterpret_u16_s8(simde_int8x8_t a) {
|
1571
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1572
|
+
return vreinterpret_u16_s8(a);
|
1573
|
+
#else
|
1574
|
+
simde_uint16x4_private r_;
|
1575
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
1576
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1577
|
+
return simde_uint16x4_from_private(r_);
|
1578
|
+
#endif
|
1579
|
+
}
|
1580
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1581
|
+
#undef vreinterpret_u16_s8
|
1582
|
+
#define vreinterpret_u16_s8(a) simde_vreinterpret_u16_s8(a)
|
1583
|
+
#endif
|
1584
|
+
|
1585
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1586
|
+
simde_uint16x4_t
|
1587
|
+
simde_vreinterpret_u16_s16(simde_int16x4_t a) {
|
1588
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1589
|
+
return vreinterpret_u16_s16(a);
|
1590
|
+
#else
|
1591
|
+
simde_uint16x4_private r_;
|
1592
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
1593
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1594
|
+
return simde_uint16x4_from_private(r_);
|
1595
|
+
#endif
|
1596
|
+
}
|
1597
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1598
|
+
#undef vreinterpret_u16_s16
|
1599
|
+
#define vreinterpret_u16_s16(a) simde_vreinterpret_u16_s16(a)
|
1600
|
+
#endif
|
1601
|
+
|
1602
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1603
|
+
simde_uint16x4_t
|
1604
|
+
simde_vreinterpret_u16_s32(simde_int32x2_t a) {
|
1605
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1606
|
+
return vreinterpret_u16_s32(a);
|
1607
|
+
#else
|
1608
|
+
simde_uint16x4_private r_;
|
1609
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
1610
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1611
|
+
return simde_uint16x4_from_private(r_);
|
1612
|
+
#endif
|
1613
|
+
}
|
1614
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1615
|
+
#undef vreinterpret_u16_s32
|
1616
|
+
#define vreinterpret_u16_s32(a) simde_vreinterpret_u16_s32(a)
|
1617
|
+
#endif
|
1618
|
+
|
1619
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1620
|
+
simde_uint16x4_t
|
1621
|
+
simde_vreinterpret_u16_s64(simde_int64x1_t a) {
|
1622
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1623
|
+
return vreinterpret_u16_s64(a);
|
1624
|
+
#else
|
1625
|
+
simde_uint16x4_private r_;
|
1626
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
1627
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1628
|
+
return simde_uint16x4_from_private(r_);
|
1629
|
+
#endif
|
1630
|
+
}
|
1631
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1632
|
+
#undef vreinterpret_u16_s64
|
1633
|
+
#define vreinterpret_u16_s64(a) simde_vreinterpret_u16_s64(a)
|
1634
|
+
#endif
|
1635
|
+
|
1636
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1637
|
+
simde_uint16x4_t
|
1638
|
+
simde_vreinterpret_u16_u8(simde_uint8x8_t a) {
|
1639
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1640
|
+
return vreinterpret_u16_u8(a);
|
1641
|
+
#else
|
1642
|
+
simde_uint16x4_private r_;
|
1643
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
1644
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1645
|
+
return simde_uint16x4_from_private(r_);
|
1646
|
+
#endif
|
1647
|
+
}
|
1648
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1649
|
+
#undef vreinterpret_u16_u8
|
1650
|
+
#define vreinterpret_u16_u8(a) simde_vreinterpret_u16_u8(a)
|
1651
|
+
#endif
|
1652
|
+
|
1653
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1654
|
+
simde_uint16x4_t
|
1655
|
+
simde_vreinterpret_u16_u32(simde_uint32x2_t a) {
|
1656
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1657
|
+
return vreinterpret_u16_u32(a);
|
1658
|
+
#else
|
1659
|
+
simde_uint16x4_private r_;
|
1660
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
1661
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1662
|
+
return simde_uint16x4_from_private(r_);
|
1663
|
+
#endif
|
1664
|
+
}
|
1665
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1666
|
+
#undef vreinterpret_u16_u32
|
1667
|
+
#define vreinterpret_u16_u32(a) simde_vreinterpret_u16_u32(a)
|
1668
|
+
#endif
|
1669
|
+
|
1670
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1671
|
+
simde_uint16x4_t
|
1672
|
+
simde_vreinterpret_u16_u64(simde_uint64x1_t a) {
|
1673
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1674
|
+
return vreinterpret_u16_u64(a);
|
1675
|
+
#else
|
1676
|
+
simde_uint16x4_private r_;
|
1677
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
1678
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1679
|
+
return simde_uint16x4_from_private(r_);
|
1680
|
+
#endif
|
1681
|
+
}
|
1682
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1683
|
+
#undef vreinterpret_u16_u64
|
1684
|
+
#define vreinterpret_u16_u64(a) simde_vreinterpret_u16_u64(a)
|
1685
|
+
#endif
|
1686
|
+
|
1687
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1688
|
+
simde_uint16x4_t
|
1689
|
+
simde_vreinterpret_u16_f32(simde_float32x2_t a) {
|
1690
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1691
|
+
return vreinterpret_u16_f32(a);
|
1692
|
+
#else
|
1693
|
+
simde_uint16x4_private r_;
|
1694
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
1695
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1696
|
+
return simde_uint16x4_from_private(r_);
|
1697
|
+
#endif
|
1698
|
+
}
|
1699
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1700
|
+
#undef vreinterpret_u16_f32
|
1701
|
+
#define vreinterpret_u16_f32(a) simde_vreinterpret_u16_f32(a)
|
1702
|
+
#endif
|
1703
|
+
|
1704
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1705
|
+
simde_uint16x4_t
|
1706
|
+
simde_vreinterpret_u16_f64(simde_float64x1_t a) {
|
1707
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1708
|
+
return vreinterpret_u16_f64(a);
|
1709
|
+
#else
|
1710
|
+
simde_uint16x4_private r_;
|
1711
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
1712
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1713
|
+
return simde_uint16x4_from_private(r_);
|
1714
|
+
#endif
|
1715
|
+
}
|
1716
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1717
|
+
#undef vreinterpret_u16_f64
|
1718
|
+
#define vreinterpret_u16_f64(a) simde_vreinterpret_u16_f64(a)
|
1719
|
+
#endif
|
1720
|
+
|
1721
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1722
|
+
simde_uint16x8_t
|
1723
|
+
simde_vreinterpretq_u16_s8(simde_int8x16_t a) {
|
1724
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1725
|
+
return vreinterpretq_u16_s8(a);
|
1726
|
+
#else
|
1727
|
+
simde_uint16x8_private r_;
|
1728
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
1729
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1730
|
+
return simde_uint16x8_from_private(r_);
|
1731
|
+
#endif
|
1732
|
+
}
|
1733
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1734
|
+
#undef vreinterpretq_u16_s8
|
1735
|
+
#define vreinterpretq_u16_s8(a) simde_vreinterpretq_u16_s8(a)
|
1736
|
+
#endif
|
1737
|
+
|
1738
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1739
|
+
simde_uint16x8_t
|
1740
|
+
simde_vreinterpretq_u16_s16(simde_int16x8_t a) {
|
1741
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1742
|
+
return vreinterpretq_u16_s16(a);
|
1743
|
+
#else
|
1744
|
+
simde_uint16x8_private r_;
|
1745
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
1746
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1747
|
+
return simde_uint16x8_from_private(r_);
|
1748
|
+
#endif
|
1749
|
+
}
|
1750
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1751
|
+
#undef vreinterpretq_u16_s16
|
1752
|
+
#define vreinterpretq_u16_s16(a) simde_vreinterpretq_u16_s16(a)
|
1753
|
+
#endif
|
1754
|
+
|
1755
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1756
|
+
simde_uint16x8_t
|
1757
|
+
simde_vreinterpretq_u16_s32(simde_int32x4_t a) {
|
1758
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1759
|
+
return vreinterpretq_u16_s32(a);
|
1760
|
+
#else
|
1761
|
+
simde_uint16x8_private r_;
|
1762
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
1763
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1764
|
+
return simde_uint16x8_from_private(r_);
|
1765
|
+
#endif
|
1766
|
+
}
|
1767
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1768
|
+
#undef vreinterpretq_u16_s32
|
1769
|
+
#define vreinterpretq_u16_s32(a) simde_vreinterpretq_u16_s32(a)
|
1770
|
+
#endif
|
1771
|
+
|
1772
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1773
|
+
simde_uint16x8_t
|
1774
|
+
simde_vreinterpretq_u16_s64(simde_int64x2_t a) {
|
1775
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1776
|
+
return vreinterpretq_u16_s64(a);
|
1777
|
+
#else
|
1778
|
+
simde_uint16x8_private r_;
|
1779
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
1780
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1781
|
+
return simde_uint16x8_from_private(r_);
|
1782
|
+
#endif
|
1783
|
+
}
|
1784
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1785
|
+
#undef vreinterpretq_u16_s64
|
1786
|
+
#define vreinterpretq_u16_s64(a) simde_vreinterpretq_u16_s64(a)
|
1787
|
+
#endif
|
1788
|
+
|
1789
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1790
|
+
simde_uint16x8_t
|
1791
|
+
simde_vreinterpretq_u16_u8(simde_uint8x16_t a) {
|
1792
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1793
|
+
return vreinterpretq_u16_u8(a);
|
1794
|
+
#else
|
1795
|
+
simde_uint16x8_private r_;
|
1796
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
1797
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1798
|
+
return simde_uint16x8_from_private(r_);
|
1799
|
+
#endif
|
1800
|
+
}
|
1801
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1802
|
+
#undef vreinterpretq_u16_u8
|
1803
|
+
#define vreinterpretq_u16_u8(a) simde_vreinterpretq_u16_u8(a)
|
1804
|
+
#endif
|
1805
|
+
|
1806
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1807
|
+
simde_uint16x8_t
|
1808
|
+
simde_vreinterpretq_u16_u32(simde_uint32x4_t a) {
|
1809
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1810
|
+
return vreinterpretq_u16_u32(a);
|
1811
|
+
#else
|
1812
|
+
simde_uint16x8_private r_;
|
1813
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
1814
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1815
|
+
return simde_uint16x8_from_private(r_);
|
1816
|
+
#endif
|
1817
|
+
}
|
1818
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1819
|
+
#undef vreinterpretq_u16_u32
|
1820
|
+
#define vreinterpretq_u16_u32(a) simde_vreinterpretq_u16_u32(a)
|
1821
|
+
#endif
|
1822
|
+
|
1823
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1824
|
+
simde_uint16x8_t
|
1825
|
+
simde_vreinterpretq_u16_u64(simde_uint64x2_t a) {
|
1826
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1827
|
+
return vreinterpretq_u16_u64(a);
|
1828
|
+
#else
|
1829
|
+
simde_uint16x8_private r_;
|
1830
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
1831
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1832
|
+
return simde_uint16x8_from_private(r_);
|
1833
|
+
#endif
|
1834
|
+
}
|
1835
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1836
|
+
#undef vreinterpretq_u16_u64
|
1837
|
+
#define vreinterpretq_u16_u64(a) simde_vreinterpretq_u16_u64(a)
|
1838
|
+
#endif
|
1839
|
+
|
1840
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1841
|
+
simde_uint16x8_t
|
1842
|
+
simde_vreinterpretq_u16_f32(simde_float32x4_t a) {
|
1843
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1844
|
+
return vreinterpretq_u16_f32(a);
|
1845
|
+
#else
|
1846
|
+
simde_uint16x8_private r_;
|
1847
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
1848
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1849
|
+
return simde_uint16x8_from_private(r_);
|
1850
|
+
#endif
|
1851
|
+
}
|
1852
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1853
|
+
#undef vreinterpretq_u16_f32
|
1854
|
+
#define vreinterpretq_u16_f32(a) simde_vreinterpretq_u16_f32(a)
|
1855
|
+
#endif
|
1856
|
+
|
1857
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1858
|
+
simde_uint16x8_t
|
1859
|
+
simde_vreinterpretq_u16_f64(simde_float64x2_t a) {
|
1860
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
1861
|
+
return vreinterpretq_u16_f64(a);
|
1862
|
+
#else
|
1863
|
+
simde_uint16x8_private r_;
|
1864
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
1865
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1866
|
+
return simde_uint16x8_from_private(r_);
|
1867
|
+
#endif
|
1868
|
+
}
|
1869
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
1870
|
+
#undef vreinterpretq_u16_f64
|
1871
|
+
#define vreinterpretq_u16_f64(a) simde_vreinterpretq_u16_f64(a)
|
1872
|
+
#endif
|
1873
|
+
|
1874
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1875
|
+
simde_uint32x2_t
|
1876
|
+
simde_vreinterpret_u32_s8(simde_int8x8_t a) {
|
1877
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1878
|
+
return vreinterpret_u32_s8(a);
|
1879
|
+
#else
|
1880
|
+
simde_uint32x2_private r_;
|
1881
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
1882
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1883
|
+
return simde_uint32x2_from_private(r_);
|
1884
|
+
#endif
|
1885
|
+
}
|
1886
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1887
|
+
#undef vreinterpret_u32_s8
|
1888
|
+
#define vreinterpret_u32_s8(a) simde_vreinterpret_u32_s8(a)
|
1889
|
+
#endif
|
1890
|
+
|
1891
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1892
|
+
simde_uint32x2_t
|
1893
|
+
simde_vreinterpret_u32_s16(simde_int16x4_t a) {
|
1894
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1895
|
+
return vreinterpret_u32_s16(a);
|
1896
|
+
#else
|
1897
|
+
simde_uint32x2_private r_;
|
1898
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
1899
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1900
|
+
return simde_uint32x2_from_private(r_);
|
1901
|
+
#endif
|
1902
|
+
}
|
1903
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1904
|
+
#undef vreinterpret_u32_s16
|
1905
|
+
#define vreinterpret_u32_s16(a) simde_vreinterpret_u32_s16(a)
|
1906
|
+
#endif
|
1907
|
+
|
1908
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1909
|
+
simde_uint32x2_t
|
1910
|
+
simde_vreinterpret_u32_s32(simde_int32x2_t a) {
|
1911
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1912
|
+
return vreinterpret_u32_s32(a);
|
1913
|
+
#else
|
1914
|
+
simde_uint32x2_private r_;
|
1915
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
1916
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1917
|
+
return simde_uint32x2_from_private(r_);
|
1918
|
+
#endif
|
1919
|
+
}
|
1920
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1921
|
+
#undef vreinterpret_u32_s32
|
1922
|
+
#define vreinterpret_u32_s32(a) simde_vreinterpret_u32_s32(a)
|
1923
|
+
#endif
|
1924
|
+
|
1925
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1926
|
+
simde_uint32x2_t
|
1927
|
+
simde_vreinterpret_u32_s64(simde_int64x1_t a) {
|
1928
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1929
|
+
return vreinterpret_u32_s64(a);
|
1930
|
+
#else
|
1931
|
+
simde_uint32x2_private r_;
|
1932
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
1933
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1934
|
+
return simde_uint32x2_from_private(r_);
|
1935
|
+
#endif
|
1936
|
+
}
|
1937
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1938
|
+
#undef vreinterpret_u32_s64
|
1939
|
+
#define vreinterpret_u32_s64(a) simde_vreinterpret_u32_s64(a)
|
1940
|
+
#endif
|
1941
|
+
|
1942
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1943
|
+
simde_uint32x2_t
|
1944
|
+
simde_vreinterpret_u32_u8(simde_uint8x8_t a) {
|
1945
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1946
|
+
return vreinterpret_u32_u8(a);
|
1947
|
+
#else
|
1948
|
+
simde_uint32x2_private r_;
|
1949
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
1950
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1951
|
+
return simde_uint32x2_from_private(r_);
|
1952
|
+
#endif
|
1953
|
+
}
|
1954
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1955
|
+
#undef vreinterpret_u32_u8
|
1956
|
+
#define vreinterpret_u32_u8(a) simde_vreinterpret_u32_u8(a)
|
1957
|
+
#endif
|
1958
|
+
|
1959
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1960
|
+
simde_uint32x2_t
|
1961
|
+
simde_vreinterpret_u32_u16(simde_uint16x4_t a) {
|
1962
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1963
|
+
return vreinterpret_u32_u16(a);
|
1964
|
+
#else
|
1965
|
+
simde_uint32x2_private r_;
|
1966
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
1967
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1968
|
+
return simde_uint32x2_from_private(r_);
|
1969
|
+
#endif
|
1970
|
+
}
|
1971
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1972
|
+
#undef vreinterpret_u32_u16
|
1973
|
+
#define vreinterpret_u32_u16(a) simde_vreinterpret_u32_u16(a)
|
1974
|
+
#endif
|
1975
|
+
|
1976
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1977
|
+
simde_uint32x2_t
|
1978
|
+
simde_vreinterpret_u32_u64(simde_uint64x1_t a) {
|
1979
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1980
|
+
return vreinterpret_u32_u64(a);
|
1981
|
+
#else
|
1982
|
+
simde_uint32x2_private r_;
|
1983
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
1984
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
1985
|
+
return simde_uint32x2_from_private(r_);
|
1986
|
+
#endif
|
1987
|
+
}
|
1988
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
1989
|
+
#undef vreinterpret_u32_u64
|
1990
|
+
#define vreinterpret_u32_u64(a) simde_vreinterpret_u32_u64(a)
|
1991
|
+
#endif
|
1992
|
+
|
1993
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
1994
|
+
simde_uint32x2_t
|
1995
|
+
simde_vreinterpret_u32_f32(simde_float32x2_t a) {
|
1996
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
1997
|
+
return vreinterpret_u32_f32(a);
|
1998
|
+
#else
|
1999
|
+
simde_uint32x2_private r_;
|
2000
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
2001
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2002
|
+
return simde_uint32x2_from_private(r_);
|
2003
|
+
#endif
|
2004
|
+
}
|
2005
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2006
|
+
#undef vreinterpret_u32_f32
|
2007
|
+
#define vreinterpret_u32_f32(a) simde_vreinterpret_u32_f32(a)
|
2008
|
+
#endif
|
2009
|
+
|
2010
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2011
|
+
simde_uint32x2_t
|
2012
|
+
simde_vreinterpret_u32_f64(simde_float64x1_t a) {
|
2013
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2014
|
+
return vreinterpret_u32_f64(a);
|
2015
|
+
#else
|
2016
|
+
simde_uint32x2_private r_;
|
2017
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
2018
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2019
|
+
return simde_uint32x2_from_private(r_);
|
2020
|
+
#endif
|
2021
|
+
}
|
2022
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2023
|
+
#undef vreinterpret_u32_f64
|
2024
|
+
#define vreinterpret_u32_f64(a) simde_vreinterpret_u32_f64(a)
|
2025
|
+
#endif
|
2026
|
+
|
2027
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2028
|
+
simde_uint32x4_t
|
2029
|
+
simde_vreinterpretq_u32_s8(simde_int8x16_t a) {
|
2030
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2031
|
+
return vreinterpretq_u32_s8(a);
|
2032
|
+
#else
|
2033
|
+
simde_uint32x4_private r_;
|
2034
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
2035
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2036
|
+
return simde_uint32x4_from_private(r_);
|
2037
|
+
#endif
|
2038
|
+
}
|
2039
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2040
|
+
#undef vreinterpretq_u32_s8
|
2041
|
+
#define vreinterpretq_u32_s8(a) simde_vreinterpretq_u32_s8(a)
|
2042
|
+
#endif
|
2043
|
+
|
2044
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2045
|
+
simde_uint32x4_t
|
2046
|
+
simde_vreinterpretq_u32_s16(simde_int16x8_t a) {
|
2047
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2048
|
+
return vreinterpretq_u32_s16(a);
|
2049
|
+
#else
|
2050
|
+
simde_uint32x4_private r_;
|
2051
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
2052
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2053
|
+
return simde_uint32x4_from_private(r_);
|
2054
|
+
#endif
|
2055
|
+
}
|
2056
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2057
|
+
#undef vreinterpretq_u32_s16
|
2058
|
+
#define vreinterpretq_u32_s16(a) simde_vreinterpretq_u32_s16(a)
|
2059
|
+
#endif
|
2060
|
+
|
2061
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2062
|
+
simde_uint32x4_t
|
2063
|
+
simde_vreinterpretq_u32_s32(simde_int32x4_t a) {
|
2064
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2065
|
+
return vreinterpretq_u32_s32(a);
|
2066
|
+
#else
|
2067
|
+
simde_uint32x4_private r_;
|
2068
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
2069
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2070
|
+
return simde_uint32x4_from_private(r_);
|
2071
|
+
#endif
|
2072
|
+
}
|
2073
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2074
|
+
#undef vreinterpretq_u32_s32
|
2075
|
+
#define vreinterpretq_u32_s32(a) simde_vreinterpretq_u32_s32(a)
|
2076
|
+
#endif
|
2077
|
+
|
2078
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2079
|
+
simde_uint32x4_t
|
2080
|
+
simde_vreinterpretq_u32_s64(simde_int64x2_t a) {
|
2081
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2082
|
+
return vreinterpretq_u32_s64(a);
|
2083
|
+
#else
|
2084
|
+
simde_uint32x4_private r_;
|
2085
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
2086
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2087
|
+
return simde_uint32x4_from_private(r_);
|
2088
|
+
#endif
|
2089
|
+
}
|
2090
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2091
|
+
#undef vreinterpretq_u32_s64
|
2092
|
+
#define vreinterpretq_u32_s64(a) simde_vreinterpretq_u32_s64(a)
|
2093
|
+
#endif
|
2094
|
+
|
2095
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2096
|
+
simde_uint32x4_t
|
2097
|
+
simde_vreinterpretq_u32_u8(simde_uint8x16_t a) {
|
2098
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2099
|
+
return vreinterpretq_u32_u8(a);
|
2100
|
+
#else
|
2101
|
+
simde_uint32x4_private r_;
|
2102
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
2103
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2104
|
+
return simde_uint32x4_from_private(r_);
|
2105
|
+
#endif
|
2106
|
+
}
|
2107
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2108
|
+
#undef vreinterpretq_u32_u8
|
2109
|
+
#define vreinterpretq_u32_u8(a) simde_vreinterpretq_u32_u8(a)
|
2110
|
+
#endif
|
2111
|
+
|
2112
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2113
|
+
simde_uint32x4_t
|
2114
|
+
simde_vreinterpretq_u32_u16(simde_uint16x8_t a) {
|
2115
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2116
|
+
return vreinterpretq_u32_u16(a);
|
2117
|
+
#else
|
2118
|
+
simde_uint32x4_private r_;
|
2119
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
2120
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2121
|
+
return simde_uint32x4_from_private(r_);
|
2122
|
+
#endif
|
2123
|
+
}
|
2124
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2125
|
+
#undef vreinterpretq_u32_u16
|
2126
|
+
#define vreinterpretq_u32_u16(a) simde_vreinterpretq_u32_u16(a)
|
2127
|
+
#endif
|
2128
|
+
|
2129
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2130
|
+
simde_uint32x4_t
|
2131
|
+
simde_vreinterpretq_u32_u64(simde_uint64x2_t a) {
|
2132
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2133
|
+
return vreinterpretq_u32_u64(a);
|
2134
|
+
#else
|
2135
|
+
simde_uint32x4_private r_;
|
2136
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
2137
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2138
|
+
return simde_uint32x4_from_private(r_);
|
2139
|
+
#endif
|
2140
|
+
}
|
2141
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2142
|
+
#undef vreinterpretq_u32_u64
|
2143
|
+
#define vreinterpretq_u32_u64(a) simde_vreinterpretq_u32_u64(a)
|
2144
|
+
#endif
|
2145
|
+
|
2146
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2147
|
+
simde_uint32x4_t
|
2148
|
+
simde_vreinterpretq_u32_f32(simde_float32x4_t a) {
|
2149
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2150
|
+
return vreinterpretq_u32_f32(a);
|
2151
|
+
#else
|
2152
|
+
simde_uint32x4_private r_;
|
2153
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
2154
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2155
|
+
return simde_uint32x4_from_private(r_);
|
2156
|
+
#endif
|
2157
|
+
}
|
2158
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2159
|
+
#undef vreinterpretq_u32_f32
|
2160
|
+
#define vreinterpretq_u32_f32(a) simde_vreinterpretq_u32_f32(a)
|
2161
|
+
#endif
|
2162
|
+
|
2163
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2164
|
+
simde_uint32x4_t
|
2165
|
+
simde_vreinterpretq_u32_f64(simde_float64x2_t a) {
|
2166
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2167
|
+
return vreinterpretq_u32_f64(a);
|
2168
|
+
#else
|
2169
|
+
simde_uint32x4_private r_;
|
2170
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
2171
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2172
|
+
return simde_uint32x4_from_private(r_);
|
2173
|
+
#endif
|
2174
|
+
}
|
2175
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2176
|
+
#undef vreinterpretq_u32_f64
|
2177
|
+
#define vreinterpretq_u32_f64(a) simde_vreinterpretq_u32_f64(a)
|
2178
|
+
#endif
|
2179
|
+
|
2180
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2181
|
+
simde_uint64x1_t
|
2182
|
+
simde_vreinterpret_u64_s8(simde_int8x8_t a) {
|
2183
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2184
|
+
return vreinterpret_u64_s8(a);
|
2185
|
+
#else
|
2186
|
+
simde_uint64x1_private r_;
|
2187
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
2188
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2189
|
+
return simde_uint64x1_from_private(r_);
|
2190
|
+
#endif
|
2191
|
+
}
|
2192
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2193
|
+
#undef vreinterpret_u64_s8
|
2194
|
+
#define vreinterpret_u64_s8(a) simde_vreinterpret_u64_s8(a)
|
2195
|
+
#endif
|
2196
|
+
|
2197
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2198
|
+
simde_uint64x1_t
|
2199
|
+
simde_vreinterpret_u64_s16(simde_int16x4_t a) {
|
2200
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2201
|
+
return vreinterpret_u64_s16(a);
|
2202
|
+
#else
|
2203
|
+
simde_uint64x1_private r_;
|
2204
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
2205
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2206
|
+
return simde_uint64x1_from_private(r_);
|
2207
|
+
#endif
|
2208
|
+
}
|
2209
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2210
|
+
#undef vreinterpret_u64_s16
|
2211
|
+
#define vreinterpret_u64_s16(a) simde_vreinterpret_u64_s16(a)
|
2212
|
+
#endif
|
2213
|
+
|
2214
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2215
|
+
simde_uint64x1_t
|
2216
|
+
simde_vreinterpret_u64_s32(simde_int32x2_t a) {
|
2217
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2218
|
+
return vreinterpret_u64_s32(a);
|
2219
|
+
#else
|
2220
|
+
simde_uint64x1_private r_;
|
2221
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
2222
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2223
|
+
return simde_uint64x1_from_private(r_);
|
2224
|
+
#endif
|
2225
|
+
}
|
2226
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2227
|
+
#undef vreinterpret_u64_s32
|
2228
|
+
#define vreinterpret_u64_s32(a) simde_vreinterpret_u64_s32(a)
|
2229
|
+
#endif
|
2230
|
+
|
2231
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2232
|
+
simde_uint64x1_t
|
2233
|
+
simde_vreinterpret_u64_s64(simde_int64x1_t a) {
|
2234
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2235
|
+
return vreinterpret_u64_s64(a);
|
2236
|
+
#else
|
2237
|
+
simde_uint64x1_private r_;
|
2238
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
2239
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2240
|
+
return simde_uint64x1_from_private(r_);
|
2241
|
+
#endif
|
2242
|
+
}
|
2243
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2244
|
+
#undef vreinterpret_u64_s64
|
2245
|
+
#define vreinterpret_u64_s64(a) simde_vreinterpret_u64_s64(a)
|
2246
|
+
#endif
|
2247
|
+
|
2248
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2249
|
+
simde_uint64x1_t
|
2250
|
+
simde_vreinterpret_u64_u8(simde_uint8x8_t a) {
|
2251
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2252
|
+
return vreinterpret_u64_u8(a);
|
2253
|
+
#else
|
2254
|
+
simde_uint64x1_private r_;
|
2255
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
2256
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2257
|
+
return simde_uint64x1_from_private(r_);
|
2258
|
+
#endif
|
2259
|
+
}
|
2260
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2261
|
+
#undef vreinterpret_u64_u8
|
2262
|
+
#define vreinterpret_u64_u8(a) simde_vreinterpret_u64_u8(a)
|
2263
|
+
#endif
|
2264
|
+
|
2265
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2266
|
+
simde_uint64x1_t
|
2267
|
+
simde_vreinterpret_u64_u16(simde_uint16x4_t a) {
|
2268
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2269
|
+
return vreinterpret_u64_u16(a);
|
2270
|
+
#else
|
2271
|
+
simde_uint64x1_private r_;
|
2272
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
2273
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2274
|
+
return simde_uint64x1_from_private(r_);
|
2275
|
+
#endif
|
2276
|
+
}
|
2277
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2278
|
+
#undef vreinterpret_u64_u16
|
2279
|
+
#define vreinterpret_u64_u16(a) simde_vreinterpret_u64_u16(a)
|
2280
|
+
#endif
|
2281
|
+
|
2282
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2283
|
+
simde_uint64x1_t
|
2284
|
+
simde_vreinterpret_u64_u32(simde_uint32x2_t a) {
|
2285
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2286
|
+
return vreinterpret_u64_u32(a);
|
2287
|
+
#else
|
2288
|
+
simde_uint64x1_private r_;
|
2289
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
2290
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2291
|
+
return simde_uint64x1_from_private(r_);
|
2292
|
+
#endif
|
2293
|
+
}
|
2294
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2295
|
+
#undef vreinterpret_u64_u32
|
2296
|
+
#define vreinterpret_u64_u32(a) simde_vreinterpret_u64_u32(a)
|
2297
|
+
#endif
|
2298
|
+
|
2299
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2300
|
+
simde_uint64x1_t
|
2301
|
+
simde_vreinterpret_u64_f32(simde_float32x2_t a) {
|
2302
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2303
|
+
return vreinterpret_u64_f32(a);
|
2304
|
+
#else
|
2305
|
+
simde_uint64x1_private r_;
|
2306
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
2307
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2308
|
+
return simde_uint64x1_from_private(r_);
|
2309
|
+
#endif
|
2310
|
+
}
|
2311
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2312
|
+
#undef vreinterpret_u64_f32
|
2313
|
+
#define vreinterpret_u64_f32(a) simde_vreinterpret_u64_f32(a)
|
2314
|
+
#endif
|
2315
|
+
|
2316
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2317
|
+
simde_uint64x1_t
|
2318
|
+
simde_vreinterpret_u64_f64(simde_float64x1_t a) {
|
2319
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2320
|
+
return vreinterpret_u64_f64(a);
|
2321
|
+
#else
|
2322
|
+
simde_uint64x1_private r_;
|
2323
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
2324
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2325
|
+
return simde_uint64x1_from_private(r_);
|
2326
|
+
#endif
|
2327
|
+
}
|
2328
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2329
|
+
#undef vreinterpret_u64_f64
|
2330
|
+
#define vreinterpret_u64_f64(a) simde_vreinterpret_u64_f64(a)
|
2331
|
+
#endif
|
2332
|
+
|
2333
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2334
|
+
simde_uint64x2_t
|
2335
|
+
simde_vreinterpretq_u64_s8(simde_int8x16_t a) {
|
2336
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2337
|
+
return vreinterpretq_u64_s8(a);
|
2338
|
+
#else
|
2339
|
+
simde_uint64x2_private r_;
|
2340
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
2341
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2342
|
+
return simde_uint64x2_from_private(r_);
|
2343
|
+
#endif
|
2344
|
+
}
|
2345
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2346
|
+
#undef vreinterpretq_u64_s8
|
2347
|
+
#define vreinterpretq_u64_s8(a) simde_vreinterpretq_u64_s8(a)
|
2348
|
+
#endif
|
2349
|
+
|
2350
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2351
|
+
simde_uint64x2_t
|
2352
|
+
simde_vreinterpretq_u64_s16(simde_int16x8_t a) {
|
2353
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2354
|
+
return vreinterpretq_u64_s16(a);
|
2355
|
+
#else
|
2356
|
+
simde_uint64x2_private r_;
|
2357
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
2358
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2359
|
+
return simde_uint64x2_from_private(r_);
|
2360
|
+
#endif
|
2361
|
+
}
|
2362
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2363
|
+
#undef vreinterpretq_u64_s16
|
2364
|
+
#define vreinterpretq_u64_s16(a) simde_vreinterpretq_u64_s16(a)
|
2365
|
+
#endif
|
2366
|
+
|
2367
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2368
|
+
simde_uint64x2_t
|
2369
|
+
simde_vreinterpretq_u64_s32(simde_int32x4_t a) {
|
2370
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2371
|
+
return vreinterpretq_u64_s32(a);
|
2372
|
+
#else
|
2373
|
+
simde_uint64x2_private r_;
|
2374
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
2375
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2376
|
+
return simde_uint64x2_from_private(r_);
|
2377
|
+
#endif
|
2378
|
+
}
|
2379
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2380
|
+
#undef vreinterpretq_u64_s32
|
2381
|
+
#define vreinterpretq_u64_s32(a) simde_vreinterpretq_u64_s32(a)
|
2382
|
+
#endif
|
2383
|
+
|
2384
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2385
|
+
simde_uint64x2_t
|
2386
|
+
simde_vreinterpretq_u64_s64(simde_int64x2_t a) {
|
2387
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2388
|
+
return vreinterpretq_u64_s64(a);
|
2389
|
+
#else
|
2390
|
+
simde_uint64x2_private r_;
|
2391
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
2392
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2393
|
+
return simde_uint64x2_from_private(r_);
|
2394
|
+
#endif
|
2395
|
+
}
|
2396
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2397
|
+
#undef vreinterpretq_u64_s64
|
2398
|
+
#define vreinterpretq_u64_s64(a) simde_vreinterpretq_u64_s64(a)
|
2399
|
+
#endif
|
2400
|
+
|
2401
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2402
|
+
simde_uint64x2_t
|
2403
|
+
simde_vreinterpretq_u64_u8(simde_uint8x16_t a) {
|
2404
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2405
|
+
return vreinterpretq_u64_u8(a);
|
2406
|
+
#else
|
2407
|
+
simde_uint64x2_private r_;
|
2408
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
2409
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2410
|
+
return simde_uint64x2_from_private(r_);
|
2411
|
+
#endif
|
2412
|
+
}
|
2413
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2414
|
+
#undef vreinterpretq_u64_u8
|
2415
|
+
#define vreinterpretq_u64_u8(a) simde_vreinterpretq_u64_u8(a)
|
2416
|
+
#endif
|
2417
|
+
|
2418
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2419
|
+
simde_uint64x2_t
|
2420
|
+
simde_vreinterpretq_u64_u16(simde_uint16x8_t a) {
|
2421
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2422
|
+
return vreinterpretq_u64_u16(a);
|
2423
|
+
#else
|
2424
|
+
simde_uint64x2_private r_;
|
2425
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
2426
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2427
|
+
return simde_uint64x2_from_private(r_);
|
2428
|
+
#endif
|
2429
|
+
}
|
2430
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2431
|
+
#undef vreinterpretq_u64_u16
|
2432
|
+
#define vreinterpretq_u64_u16(a) simde_vreinterpretq_u64_u16(a)
|
2433
|
+
#endif
|
2434
|
+
|
2435
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2436
|
+
simde_uint64x2_t
|
2437
|
+
simde_vreinterpretq_u64_u32(simde_uint32x4_t a) {
|
2438
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2439
|
+
return vreinterpretq_u64_u32(a);
|
2440
|
+
#else
|
2441
|
+
simde_uint64x2_private r_;
|
2442
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
2443
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2444
|
+
return simde_uint64x2_from_private(r_);
|
2445
|
+
#endif
|
2446
|
+
}
|
2447
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2448
|
+
#undef vreinterpretq_u64_u32
|
2449
|
+
#define vreinterpretq_u64_u32(a) simde_vreinterpretq_u64_u32(a)
|
2450
|
+
#endif
|
2451
|
+
|
2452
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2453
|
+
simde_uint64x2_t
|
2454
|
+
simde_vreinterpretq_u64_f32(simde_float32x4_t a) {
|
2455
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2456
|
+
return vreinterpretq_u64_f32(a);
|
2457
|
+
#else
|
2458
|
+
simde_uint64x2_private r_;
|
2459
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
2460
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2461
|
+
return simde_uint64x2_from_private(r_);
|
2462
|
+
#endif
|
2463
|
+
}
|
2464
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2465
|
+
#undef vreinterpretq_u64_f32
|
2466
|
+
#define vreinterpretq_u64_f32(a) simde_vreinterpretq_u64_f32(a)
|
2467
|
+
#endif
|
2468
|
+
|
2469
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2470
|
+
simde_uint64x2_t
|
2471
|
+
simde_vreinterpretq_u64_f64(simde_float64x2_t a) {
|
2472
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2473
|
+
return vreinterpretq_u64_f64(a);
|
2474
|
+
#else
|
2475
|
+
simde_uint64x2_private r_;
|
2476
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
2477
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2478
|
+
return simde_uint64x2_from_private(r_);
|
2479
|
+
#endif
|
2480
|
+
}
|
2481
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2482
|
+
#undef vreinterpretq_u64_f64
|
2483
|
+
#define vreinterpretq_u64_f64(a) simde_vreinterpretq_u64_f64(a)
|
2484
|
+
#endif
|
2485
|
+
|
2486
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2487
|
+
simde_float32x2_t
|
2488
|
+
simde_vreinterpret_f32_s8(simde_int8x8_t a) {
|
2489
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2490
|
+
return vreinterpret_f32_s8(a);
|
2491
|
+
#else
|
2492
|
+
simde_float32x2_private r_;
|
2493
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
2494
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2495
|
+
return simde_float32x2_from_private(r_);
|
2496
|
+
#endif
|
2497
|
+
}
|
2498
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2499
|
+
#undef vreinterpret_f32_s8
|
2500
|
+
#define vreinterpret_f32_s8(a) simde_vreinterpret_f32_s8(a)
|
2501
|
+
#endif
|
2502
|
+
|
2503
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2504
|
+
simde_float32x2_t
|
2505
|
+
simde_vreinterpret_f32_s16(simde_int16x4_t a) {
|
2506
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2507
|
+
return vreinterpret_f32_s16(a);
|
2508
|
+
#else
|
2509
|
+
simde_float32x2_private r_;
|
2510
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
2511
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2512
|
+
return simde_float32x2_from_private(r_);
|
2513
|
+
#endif
|
2514
|
+
}
|
2515
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2516
|
+
#undef vreinterpret_f32_s16
|
2517
|
+
#define vreinterpret_f32_s16(a) simde_vreinterpret_f32_s16(a)
|
2518
|
+
#endif
|
2519
|
+
|
2520
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2521
|
+
simde_float32x2_t
|
2522
|
+
simde_vreinterpret_f32_s32(simde_int32x2_t a) {
|
2523
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2524
|
+
return vreinterpret_f32_s32(a);
|
2525
|
+
#else
|
2526
|
+
simde_float32x2_private r_;
|
2527
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
2528
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2529
|
+
return simde_float32x2_from_private(r_);
|
2530
|
+
#endif
|
2531
|
+
}
|
2532
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2533
|
+
#undef vreinterpret_f32_s32
|
2534
|
+
#define vreinterpret_f32_s32(a) simde_vreinterpret_f32_s32(a)
|
2535
|
+
#endif
|
2536
|
+
|
2537
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2538
|
+
simde_float32x2_t
|
2539
|
+
simde_vreinterpret_f32_s64(simde_int64x1_t a) {
|
2540
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2541
|
+
return vreinterpret_f32_s64(a);
|
2542
|
+
#else
|
2543
|
+
simde_float32x2_private r_;
|
2544
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
2545
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2546
|
+
return simde_float32x2_from_private(r_);
|
2547
|
+
#endif
|
2548
|
+
}
|
2549
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2550
|
+
#undef vreinterpret_f32_s64
|
2551
|
+
#define vreinterpret_f32_s64(a) simde_vreinterpret_f32_s64(a)
|
2552
|
+
#endif
|
2553
|
+
|
2554
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2555
|
+
simde_float32x2_t
|
2556
|
+
simde_vreinterpret_f32_u8(simde_uint8x8_t a) {
|
2557
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2558
|
+
return vreinterpret_f32_u8(a);
|
2559
|
+
#else
|
2560
|
+
simde_float32x2_private r_;
|
2561
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
2562
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2563
|
+
return simde_float32x2_from_private(r_);
|
2564
|
+
#endif
|
2565
|
+
}
|
2566
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2567
|
+
#undef vreinterpret_f32_u8
|
2568
|
+
#define vreinterpret_f32_u8(a) simde_vreinterpret_f32_u8(a)
|
2569
|
+
#endif
|
2570
|
+
|
2571
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2572
|
+
simde_float32x2_t
|
2573
|
+
simde_vreinterpret_f32_u16(simde_uint16x4_t a) {
|
2574
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2575
|
+
return vreinterpret_f32_u16(a);
|
2576
|
+
#else
|
2577
|
+
simde_float32x2_private r_;
|
2578
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
2579
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2580
|
+
return simde_float32x2_from_private(r_);
|
2581
|
+
#endif
|
2582
|
+
}
|
2583
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2584
|
+
#undef vreinterpret_f32_u16
|
2585
|
+
#define vreinterpret_f32_u16(a) simde_vreinterpret_f32_u16(a)
|
2586
|
+
#endif
|
2587
|
+
|
2588
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2589
|
+
simde_float32x2_t
|
2590
|
+
simde_vreinterpret_f32_u32(simde_uint32x2_t a) {
|
2591
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2592
|
+
return vreinterpret_f32_u32(a);
|
2593
|
+
#else
|
2594
|
+
simde_float32x2_private r_;
|
2595
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
2596
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2597
|
+
return simde_float32x2_from_private(r_);
|
2598
|
+
#endif
|
2599
|
+
}
|
2600
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2601
|
+
#undef vreinterpret_f32_u32
|
2602
|
+
#define vreinterpret_f32_u32(a) simde_vreinterpret_f32_u32(a)
|
2603
|
+
#endif
|
2604
|
+
|
2605
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2606
|
+
simde_float32x2_t
|
2607
|
+
simde_vreinterpret_f32_u64(simde_uint64x1_t a) {
|
2608
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2609
|
+
return vreinterpret_f32_u64(a);
|
2610
|
+
#else
|
2611
|
+
simde_float32x2_private r_;
|
2612
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
2613
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2614
|
+
return simde_float32x2_from_private(r_);
|
2615
|
+
#endif
|
2616
|
+
}
|
2617
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2618
|
+
#undef vreinterpret_f32_u64
|
2619
|
+
#define vreinterpret_f32_u64(a) simde_vreinterpret_f32_u64(a)
|
2620
|
+
#endif
|
2621
|
+
|
2622
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2623
|
+
simde_float32x2_t
|
2624
|
+
simde_vreinterpret_f32_f64(simde_float64x1_t a) {
|
2625
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2626
|
+
return vreinterpret_f32_f64(a);
|
2627
|
+
#else
|
2628
|
+
simde_float32x2_private r_;
|
2629
|
+
simde_float64x1_private a_ = simde_float64x1_to_private(a);
|
2630
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2631
|
+
return simde_float32x2_from_private(r_);
|
2632
|
+
#endif
|
2633
|
+
}
|
2634
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2635
|
+
#undef vreinterpret_f32_f64
|
2636
|
+
#define vreinterpret_f32_f64(a) simde_vreinterpret_f32_f64(a)
|
2637
|
+
#endif
|
2638
|
+
|
2639
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2640
|
+
simde_float32x4_t
|
2641
|
+
simde_vreinterpretq_f32_s8(simde_int8x16_t a) {
|
2642
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2643
|
+
return vreinterpretq_f32_s8(a);
|
2644
|
+
#else
|
2645
|
+
simde_float32x4_private r_;
|
2646
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
2647
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2648
|
+
return simde_float32x4_from_private(r_);
|
2649
|
+
#endif
|
2650
|
+
}
|
2651
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2652
|
+
#undef vreinterpretq_f32_s8
|
2653
|
+
#define vreinterpretq_f32_s8(a) simde_vreinterpretq_f32_s8(a)
|
2654
|
+
#endif
|
2655
|
+
|
2656
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2657
|
+
simde_float32x4_t
|
2658
|
+
simde_vreinterpretq_f32_s16(simde_int16x8_t a) {
|
2659
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2660
|
+
return vreinterpretq_f32_s16(a);
|
2661
|
+
#else
|
2662
|
+
simde_float32x4_private r_;
|
2663
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
2664
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2665
|
+
return simde_float32x4_from_private(r_);
|
2666
|
+
#endif
|
2667
|
+
}
|
2668
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2669
|
+
#undef vreinterpretq_f32_s16
|
2670
|
+
#define vreinterpretq_f32_s16(a) simde_vreinterpretq_f32_s16(a)
|
2671
|
+
#endif
|
2672
|
+
|
2673
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2674
|
+
simde_float32x4_t
|
2675
|
+
simde_vreinterpretq_f32_s32(simde_int32x4_t a) {
|
2676
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2677
|
+
return vreinterpretq_f32_s32(a);
|
2678
|
+
#else
|
2679
|
+
simde_float32x4_private r_;
|
2680
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
2681
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2682
|
+
return simde_float32x4_from_private(r_);
|
2683
|
+
#endif
|
2684
|
+
}
|
2685
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2686
|
+
#undef vreinterpretq_f32_s32
|
2687
|
+
#define vreinterpretq_f32_s32(a) simde_vreinterpretq_f32_s32(a)
|
2688
|
+
#endif
|
2689
|
+
|
2690
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2691
|
+
simde_float32x4_t
|
2692
|
+
simde_vreinterpretq_f32_s64(simde_int64x2_t a) {
|
2693
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2694
|
+
return vreinterpretq_f32_s64(a);
|
2695
|
+
#else
|
2696
|
+
simde_float32x4_private r_;
|
2697
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
2698
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2699
|
+
return simde_float32x4_from_private(r_);
|
2700
|
+
#endif
|
2701
|
+
}
|
2702
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2703
|
+
#undef vreinterpretq_f32_s64
|
2704
|
+
#define vreinterpretq_f32_s64(a) simde_vreinterpretq_f32_s64(a)
|
2705
|
+
#endif
|
2706
|
+
|
2707
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2708
|
+
simde_float32x4_t
|
2709
|
+
simde_vreinterpretq_f32_u8(simde_uint8x16_t a) {
|
2710
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2711
|
+
return vreinterpretq_f32_u8(a);
|
2712
|
+
#else
|
2713
|
+
simde_float32x4_private r_;
|
2714
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
2715
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2716
|
+
return simde_float32x4_from_private(r_);
|
2717
|
+
#endif
|
2718
|
+
}
|
2719
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2720
|
+
#undef vreinterpretq_f32_u8
|
2721
|
+
#define vreinterpretq_f32_u8(a) simde_vreinterpretq_f32_u8(a)
|
2722
|
+
#endif
|
2723
|
+
|
2724
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2725
|
+
simde_float32x4_t
|
2726
|
+
simde_vreinterpretq_f32_u16(simde_uint16x8_t a) {
|
2727
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2728
|
+
return vreinterpretq_f32_u16(a);
|
2729
|
+
#else
|
2730
|
+
simde_float32x4_private r_;
|
2731
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
2732
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2733
|
+
return simde_float32x4_from_private(r_);
|
2734
|
+
#endif
|
2735
|
+
}
|
2736
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2737
|
+
#undef vreinterpretq_f32_u16
|
2738
|
+
#define vreinterpretq_f32_u16(a) simde_vreinterpretq_f32_u16(a)
|
2739
|
+
#endif
|
2740
|
+
|
2741
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2742
|
+
simde_float32x4_t
|
2743
|
+
simde_vreinterpretq_f32_u32(simde_uint32x4_t a) {
|
2744
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2745
|
+
return vreinterpretq_f32_u32(a);
|
2746
|
+
#else
|
2747
|
+
simde_float32x4_private r_;
|
2748
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
2749
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2750
|
+
return simde_float32x4_from_private(r_);
|
2751
|
+
#endif
|
2752
|
+
}
|
2753
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2754
|
+
#undef vreinterpretq_f32_u32
|
2755
|
+
#define vreinterpretq_f32_u32(a) simde_vreinterpretq_f32_u32(a)
|
2756
|
+
#endif
|
2757
|
+
|
2758
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2759
|
+
simde_float32x4_t
|
2760
|
+
simde_vreinterpretq_f32_u64(simde_uint64x2_t a) {
|
2761
|
+
#if defined(SIMDE_ARM_NEON_A32V7_NATIVE)
|
2762
|
+
return vreinterpretq_f32_u64(a);
|
2763
|
+
#else
|
2764
|
+
simde_float32x4_private r_;
|
2765
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
2766
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2767
|
+
return simde_float32x4_from_private(r_);
|
2768
|
+
#endif
|
2769
|
+
}
|
2770
|
+
#if defined(SIMDE_ARM_NEON_A32V7_ENABLE_NATIVE_ALIASES)
|
2771
|
+
#undef vreinterpretq_f32_u64
|
2772
|
+
#define vreinterpretq_f32_u64(a) simde_vreinterpretq_f32_u64(a)
|
2773
|
+
#endif
|
2774
|
+
|
2775
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2776
|
+
simde_float32x4_t
|
2777
|
+
simde_vreinterpretq_f32_f64(simde_float64x2_t a) {
|
2778
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2779
|
+
return vreinterpretq_f32_f64(a);
|
2780
|
+
#else
|
2781
|
+
simde_float32x4_private r_;
|
2782
|
+
simde_float64x2_private a_ = simde_float64x2_to_private(a);
|
2783
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2784
|
+
return simde_float32x4_from_private(r_);
|
2785
|
+
#endif
|
2786
|
+
}
|
2787
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2788
|
+
#undef vreinterpretq_f32_f64
|
2789
|
+
#define vreinterpretq_f32_f64(a) simde_vreinterpretq_f32_f64(a)
|
2790
|
+
#endif
|
2791
|
+
|
2792
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2793
|
+
simde_float64x1_t
|
2794
|
+
simde_vreinterpret_f64_s8(simde_int8x8_t a) {
|
2795
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2796
|
+
return vreinterpret_f64_s8(a);
|
2797
|
+
#else
|
2798
|
+
simde_float64x1_private r_;
|
2799
|
+
simde_int8x8_private a_ = simde_int8x8_to_private(a);
|
2800
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2801
|
+
return simde_float64x1_from_private(r_);
|
2802
|
+
#endif
|
2803
|
+
}
|
2804
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2805
|
+
#undef vreinterpret_f64_s8
|
2806
|
+
#define vreinterpret_f64_s8(a) simde_vreinterpret_f64_s8(a)
|
2807
|
+
#endif
|
2808
|
+
|
2809
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2810
|
+
simde_float64x1_t
|
2811
|
+
simde_vreinterpret_f64_s16(simde_int16x4_t a) {
|
2812
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2813
|
+
return vreinterpret_f64_s16(a);
|
2814
|
+
#else
|
2815
|
+
simde_float64x1_private r_;
|
2816
|
+
simde_int16x4_private a_ = simde_int16x4_to_private(a);
|
2817
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2818
|
+
return simde_float64x1_from_private(r_);
|
2819
|
+
#endif
|
2820
|
+
}
|
2821
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2822
|
+
#undef vreinterpret_f64_s16
|
2823
|
+
#define vreinterpret_f64_s16(a) simde_vreinterpret_f64_s16(a)
|
2824
|
+
#endif
|
2825
|
+
|
2826
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2827
|
+
simde_float64x1_t
|
2828
|
+
simde_vreinterpret_f64_s32(simde_int32x2_t a) {
|
2829
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2830
|
+
return vreinterpret_f64_s32(a);
|
2831
|
+
#else
|
2832
|
+
simde_float64x1_private r_;
|
2833
|
+
simde_int32x2_private a_ = simde_int32x2_to_private(a);
|
2834
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2835
|
+
return simde_float64x1_from_private(r_);
|
2836
|
+
#endif
|
2837
|
+
}
|
2838
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2839
|
+
#undef vreinterpret_f64_s32
|
2840
|
+
#define vreinterpret_f64_s32(a) simde_vreinterpret_f64_s32(a)
|
2841
|
+
#endif
|
2842
|
+
|
2843
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2844
|
+
simde_float64x1_t
|
2845
|
+
simde_vreinterpret_f64_s64(simde_int64x1_t a) {
|
2846
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2847
|
+
return vreinterpret_f64_s64(a);
|
2848
|
+
#else
|
2849
|
+
simde_float64x1_private r_;
|
2850
|
+
simde_int64x1_private a_ = simde_int64x1_to_private(a);
|
2851
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2852
|
+
return simde_float64x1_from_private(r_);
|
2853
|
+
#endif
|
2854
|
+
}
|
2855
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2856
|
+
#undef vreinterpret_f64_s64
|
2857
|
+
#define vreinterpret_f64_s64(a) simde_vreinterpret_f64_s64(a)
|
2858
|
+
#endif
|
2859
|
+
|
2860
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2861
|
+
simde_float64x1_t
|
2862
|
+
simde_vreinterpret_f64_u8(simde_uint8x8_t a) {
|
2863
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2864
|
+
return vreinterpret_f64_u8(a);
|
2865
|
+
#else
|
2866
|
+
simde_float64x1_private r_;
|
2867
|
+
simde_uint8x8_private a_ = simde_uint8x8_to_private(a);
|
2868
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2869
|
+
return simde_float64x1_from_private(r_);
|
2870
|
+
#endif
|
2871
|
+
}
|
2872
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2873
|
+
#undef vreinterpret_f64_u8
|
2874
|
+
#define vreinterpret_f64_u8(a) simde_vreinterpret_f64_u8(a)
|
2875
|
+
#endif
|
2876
|
+
|
2877
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2878
|
+
simde_float64x1_t
|
2879
|
+
simde_vreinterpret_f64_u16(simde_uint16x4_t a) {
|
2880
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2881
|
+
return vreinterpret_f64_u16(a);
|
2882
|
+
#else
|
2883
|
+
simde_float64x1_private r_;
|
2884
|
+
simde_uint16x4_private a_ = simde_uint16x4_to_private(a);
|
2885
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2886
|
+
return simde_float64x1_from_private(r_);
|
2887
|
+
#endif
|
2888
|
+
}
|
2889
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2890
|
+
#undef vreinterpret_f64_u16
|
2891
|
+
#define vreinterpret_f64_u16(a) simde_vreinterpret_f64_u16(a)
|
2892
|
+
#endif
|
2893
|
+
|
2894
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2895
|
+
simde_float64x1_t
|
2896
|
+
simde_vreinterpret_f64_u32(simde_uint32x2_t a) {
|
2897
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2898
|
+
return vreinterpret_f64_u32(a);
|
2899
|
+
#else
|
2900
|
+
simde_float64x1_private r_;
|
2901
|
+
simde_uint32x2_private a_ = simde_uint32x2_to_private(a);
|
2902
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2903
|
+
return simde_float64x1_from_private(r_);
|
2904
|
+
#endif
|
2905
|
+
}
|
2906
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2907
|
+
#undef vreinterpret_f64_u32
|
2908
|
+
#define vreinterpret_f64_u32(a) simde_vreinterpret_f64_u32(a)
|
2909
|
+
#endif
|
2910
|
+
|
2911
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2912
|
+
simde_float64x1_t
|
2913
|
+
simde_vreinterpret_f64_u64(simde_uint64x1_t a) {
|
2914
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2915
|
+
return vreinterpret_f64_u64(a);
|
2916
|
+
#else
|
2917
|
+
simde_float64x1_private r_;
|
2918
|
+
simde_uint64x1_private a_ = simde_uint64x1_to_private(a);
|
2919
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2920
|
+
return simde_float64x1_from_private(r_);
|
2921
|
+
#endif
|
2922
|
+
}
|
2923
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2924
|
+
#undef vreinterpret_f64_u64
|
2925
|
+
#define vreinterpret_f64_u64(a) simde_vreinterpret_f64_u64(a)
|
2926
|
+
#endif
|
2927
|
+
|
2928
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2929
|
+
simde_float64x1_t
|
2930
|
+
simde_vreinterpret_f64_f32(simde_float32x2_t a) {
|
2931
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2932
|
+
return vreinterpret_f64_f32(a);
|
2933
|
+
#else
|
2934
|
+
simde_float64x1_private r_;
|
2935
|
+
simde_float32x2_private a_ = simde_float32x2_to_private(a);
|
2936
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2937
|
+
return simde_float64x1_from_private(r_);
|
2938
|
+
#endif
|
2939
|
+
}
|
2940
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2941
|
+
#undef vreinterpret_f64_f32
|
2942
|
+
#define vreinterpret_f64_f32(a) simde_vreinterpret_f64_f32(a)
|
2943
|
+
#endif
|
2944
|
+
|
2945
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2946
|
+
simde_float64x2_t
|
2947
|
+
simde_vreinterpretq_f64_s8(simde_int8x16_t a) {
|
2948
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2949
|
+
return vreinterpretq_f64_s8(a);
|
2950
|
+
#else
|
2951
|
+
simde_float64x2_private r_;
|
2952
|
+
simde_int8x16_private a_ = simde_int8x16_to_private(a);
|
2953
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2954
|
+
return simde_float64x2_from_private(r_);
|
2955
|
+
#endif
|
2956
|
+
}
|
2957
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2958
|
+
#undef vreinterpretq_f64_s8
|
2959
|
+
#define vreinterpretq_f64_s8(a) simde_vreinterpretq_f64_s8(a)
|
2960
|
+
#endif
|
2961
|
+
|
2962
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2963
|
+
simde_float64x2_t
|
2964
|
+
simde_vreinterpretq_f64_s16(simde_int16x8_t a) {
|
2965
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2966
|
+
return vreinterpretq_f64_s16(a);
|
2967
|
+
#else
|
2968
|
+
simde_float64x2_private r_;
|
2969
|
+
simde_int16x8_private a_ = simde_int16x8_to_private(a);
|
2970
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2971
|
+
return simde_float64x2_from_private(r_);
|
2972
|
+
#endif
|
2973
|
+
}
|
2974
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2975
|
+
#undef vreinterpretq_f64_s16
|
2976
|
+
#define vreinterpretq_f64_s16(a) simde_vreinterpretq_f64_s16(a)
|
2977
|
+
#endif
|
2978
|
+
|
2979
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2980
|
+
simde_float64x2_t
|
2981
|
+
simde_vreinterpretq_f64_s32(simde_int32x4_t a) {
|
2982
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
2983
|
+
return vreinterpretq_f64_s32(a);
|
2984
|
+
#else
|
2985
|
+
simde_float64x2_private r_;
|
2986
|
+
simde_int32x4_private a_ = simde_int32x4_to_private(a);
|
2987
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
2988
|
+
return simde_float64x2_from_private(r_);
|
2989
|
+
#endif
|
2990
|
+
}
|
2991
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
2992
|
+
#undef vreinterpretq_f64_s32
|
2993
|
+
#define vreinterpretq_f64_s32(a) simde_vreinterpretq_f64_s32(a)
|
2994
|
+
#endif
|
2995
|
+
|
2996
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
2997
|
+
simde_float64x2_t
|
2998
|
+
simde_vreinterpretq_f64_s64(simde_int64x2_t a) {
|
2999
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3000
|
+
return vreinterpretq_f64_s64(a);
|
3001
|
+
#else
|
3002
|
+
simde_float64x2_private r_;
|
3003
|
+
simde_int64x2_private a_ = simde_int64x2_to_private(a);
|
3004
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3005
|
+
return simde_float64x2_from_private(r_);
|
3006
|
+
#endif
|
3007
|
+
}
|
3008
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3009
|
+
#undef vreinterpretq_f64_s64
|
3010
|
+
#define vreinterpretq_f64_s64(a) simde_vreinterpretq_f64_s64(a)
|
3011
|
+
#endif
|
3012
|
+
|
3013
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
3014
|
+
simde_float64x2_t
|
3015
|
+
simde_vreinterpretq_f64_u8(simde_uint8x16_t a) {
|
3016
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3017
|
+
return vreinterpretq_f64_u8(a);
|
3018
|
+
#else
|
3019
|
+
simde_float64x2_private r_;
|
3020
|
+
simde_uint8x16_private a_ = simde_uint8x16_to_private(a);
|
3021
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3022
|
+
return simde_float64x2_from_private(r_);
|
3023
|
+
#endif
|
3024
|
+
}
|
3025
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3026
|
+
#undef vreinterpretq_f64_u8
|
3027
|
+
#define vreinterpretq_f64_u8(a) simde_vreinterpretq_f64_u8(a)
|
3028
|
+
#endif
|
3029
|
+
|
3030
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
3031
|
+
simde_float64x2_t
|
3032
|
+
simde_vreinterpretq_f64_u16(simde_uint16x8_t a) {
|
3033
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3034
|
+
return vreinterpretq_f64_u16(a);
|
3035
|
+
#else
|
3036
|
+
simde_float64x2_private r_;
|
3037
|
+
simde_uint16x8_private a_ = simde_uint16x8_to_private(a);
|
3038
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3039
|
+
return simde_float64x2_from_private(r_);
|
3040
|
+
#endif
|
3041
|
+
}
|
3042
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3043
|
+
#undef vreinterpretq_f64_u16
|
3044
|
+
#define vreinterpretq_f64_u16(a) simde_vreinterpretq_f64_u16(a)
|
3045
|
+
#endif
|
3046
|
+
|
3047
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
3048
|
+
simde_float64x2_t
|
3049
|
+
simde_vreinterpretq_f64_u32(simde_uint32x4_t a) {
|
3050
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3051
|
+
return vreinterpretq_f64_u32(a);
|
3052
|
+
#else
|
3053
|
+
simde_float64x2_private r_;
|
3054
|
+
simde_uint32x4_private a_ = simde_uint32x4_to_private(a);
|
3055
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3056
|
+
return simde_float64x2_from_private(r_);
|
3057
|
+
#endif
|
3058
|
+
}
|
3059
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3060
|
+
#undef vreinterpretq_f64_u32
|
3061
|
+
#define vreinterpretq_f64_u32(a) simde_vreinterpretq_f64_u32(a)
|
3062
|
+
#endif
|
3063
|
+
|
3064
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
3065
|
+
simde_float64x2_t
|
3066
|
+
simde_vreinterpretq_f64_u64(simde_uint64x2_t a) {
|
3067
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3068
|
+
return vreinterpretq_f64_u64(a);
|
3069
|
+
#else
|
3070
|
+
simde_float64x2_private r_;
|
3071
|
+
simde_uint64x2_private a_ = simde_uint64x2_to_private(a);
|
3072
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3073
|
+
return simde_float64x2_from_private(r_);
|
3074
|
+
#endif
|
3075
|
+
}
|
3076
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3077
|
+
#undef vreinterpretq_f64_u64
|
3078
|
+
#define vreinterpretq_f64_u64(a) simde_vreinterpretq_f64_u64(a)
|
3079
|
+
#endif
|
3080
|
+
|
3081
|
+
SIMDE_FUNCTION_ATTRIBUTES
|
3082
|
+
simde_float64x2_t
|
3083
|
+
simde_vreinterpretq_f64_f32(simde_float32x4_t a) {
|
3084
|
+
#if defined(SIMDE_ARM_NEON_A64V8_NATIVE)
|
3085
|
+
return vreinterpretq_f64_f32(a);
|
3086
|
+
#else
|
3087
|
+
simde_float64x2_private r_;
|
3088
|
+
simde_float32x4_private a_ = simde_float32x4_to_private(a);
|
3089
|
+
simde_memcpy(&r_, &a_, sizeof(r_));
|
3090
|
+
return simde_float64x2_from_private(r_);
|
3091
|
+
#endif
|
3092
|
+
}
|
3093
|
+
#if defined(SIMDE_ARM_NEON_A64V8_ENABLE_NATIVE_ALIASES)
|
3094
|
+
#undef vreinterpretq_f64_f32
|
3095
|
+
#define vreinterpretq_f64_f32(a) simde_vreinterpretq_f64_f32(a)
|
3096
|
+
#endif
|
3097
|
+
|
3098
|
+
SIMDE_END_DECLS_
|
3099
|
+
HEDLEY_DIAGNOSTIC_POP
|
3100
|
+
|
3101
|
+
#endif
|