Home
last modified time | relevance | path

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

/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk_gmp_adaptor.hpp100 template <typename T> inline T sec_impl(const T& v, mpq_type_tag) { return sec (v); } in sec_impl() function
H A Dexprtk_ad_adaptor.hpp110 template <typename T> inline T sec_impl(const T& v, ad_type_tag) { return sec (v); } in sec_impl() function
H A Dexprtk_mpfr_adaptor.hpp114 …template <typename T> inline T sec_impl(const T& v, mpfrreal_type_tag) { return mpfr::sec (v); } in sec_impl() function
H A Dexprtk.hpp1314 … template <typename T> inline T sec_impl(const T v, real_type_tag) { return T(1) / std::cos(v); } in sec_impl() function
1354 …template <typename T> inline T sec_impl(const T , int_type_tag) { return std::numeric_limits<T>… in sec_impl() function
/dports/math/gismo/gismo-21.12.0/extensions/gsCoDiPack/
H A Dexprtk_codi_rr_adaptor.hpp101 template <typename T> inline T sec_impl(const T& v, codi_rr_type_tag) { return sec (v); } in sec_impl() function
H A Dexprtk_codi_rf_adaptor.hpp101 template <typename T> inline T sec_impl(const T& v, codi_rf_type_tag) { return sec (v); } in sec_impl() function
/dports/math/gismo/gismo-21.12.0/extensions/gsUnum/
H A Dexprtk_unum_posit_adaptor.h84 template <typename T> inline T sec_impl(const T& v, UNUM_TYPE_TAG) { return sw::unum::sec (v); }
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp1322 … template <typename T> inline T sec_impl(const T v, real_type_tag) { return T(1) / std::cos(v); } in sec_impl() function
1363 …template <typename T> inline T sec_impl(const T , int_type_tag) { return std::numeric_limits<T>… in sec_impl() function
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp1314 … template <typename T> inline T sec_impl(const T v, real_type_tag) { return T(1) / std::cos(v); } in sec_impl() function
1354 …template <typename T> inline T sec_impl(const T , int_type_tag) { return std::numeric_limits<T>… in sec_impl() function
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp1324 … template <typename T> inline T sec_impl(const T v, real_type_tag) { return T(1) / std::cos(v); } in sec_impl() function
1365 …template <typename T> inline T sec_impl(const T , int_type_tag) { return std::numeric_limits<T>… in sec_impl() function
/dports/www/nift/nsm-2.4.11/exprtk/
H A Dexprtk.h1316 … template <typename T> inline T sec_impl(const T v, real_type_tag) { return T(1) / std::cos(v); }
1356 …template <typename T> inline T sec_impl(const T , int_type_tag) { return std::numeric_limits<T>…