Home
last modified time | relevance | path

Searched refs:string_to_real (Results 1 – 20 of 20) sorted by relevance

/dports/math/gismo/gismo-21.12.0/external/
H A Dexprtk_gmp_forward.hpp46 inline bool string_to_real(Iterator& itr_external, const Iterator end, mpq_class& t, numeric::detai…
H A Dexprtk_mpfr_forward.hpp42 …inline bool string_to_real(Iterator& itr_external, const Iterator end, mpfr::mpreal& t, numeric::d…
H A Dexprtk_ad_forward.hpp49 inline bool string_to_real(Iterator& itr_external, const Iterator end, DScalar& t, numeric::details…
H A Dexprtk_gmp_adaptor.hpp313 inline bool string_to_real(Iterator& itr_external, in string_to_real() function
H A Dexprtk_ad_adaptor.hpp328 inline bool string_to_real(Iterator& itr_external, in string_to_real() function
H A Dexprtk_mpfr_adaptor.hpp331 …inline bool string_to_real(Iterator& itr_external, const Iterator end, mpfr::mpreal& t, numeric::d… in string_to_real() function
H A Dexprtk.hpp1836 …inline bool string_to_real(Iterator& itr_external, const Iterator end, T& t, numeric::details::rea… in string_to_real() function
1993 inline bool string_to_real(const std::string& s, T& t) in string_to_real() function
2000 return string_to_real(begin, end, t, num_type); in string_to_real()
3642 if (!exprtk::details::string_to_real(t.value,v)) in operator ()()
26691 if (details::string_to_real(current_token().value, numeric_value)) in parse_branch()
/dports/math/gismo/gismo-21.12.0/extensions/gsCoDiPack/
H A Dexprtk_codi_rf_forward.hpp37 inline bool string_to_real(Iterator& itr_external, const Iterator end, codi::RealForward& t, numeri…
H A Dexprtk_codi_rr_forward.hpp37 inline bool string_to_real(Iterator& itr_external, const Iterator end, codi::RealReverse& t, numeri…
H A Dexprtk_codi_rr_adaptor.hpp319 inline bool string_to_real(Iterator& itr_external, in string_to_real() function
H A Dexprtk_codi_rf_adaptor.hpp319 inline bool string_to_real(Iterator& itr_external, in string_to_real() function
/dports/math/gismo/gismo-21.12.0/extensions/gsUnum/
H A Dexprtk_unum_posit_forward.h36 inline bool string_to_real(Iterator& itr_external, const Iterator end, UNUM_TYPE& t, numeric::detai…
H A Dexprtk_unum_posit_adaptor.h304 inline bool string_to_real(Iterator& itr_external,
/dports/lang/nickle/nickle-2.90/
H A Dscanf.5c114 return string_to_real (s);
H A Dparse-args.5c171 var = string_to_real(value);
H A Dmath.5c1120 &rational(string) atof = &string_to_real;
/dports/math/openturns/openturns-1.18/lib/src/Base/Func/openturns/
H A Dexprtk.hpp1849 …inline bool string_to_real(Iterator& itr_external, const Iterator end, T& t, numeric::details::rea… in string_to_real() function
2007 inline bool string_to_real(const std::string& s, T& t) in string_to_real() function
2014 return string_to_real(begin, end, t, num_type); in string_to_real()
3663 if (!exprtk::details::string_to_real(t.value,v)) in operator ()()
26996 if (details::string_to_real(current_token().value, numeric_value)) in parse_branch()
/dports/math/exprtk/exprtk-ca5c577917646ddba3f71ce6d5dd7d01f351ee80/
H A Dexprtk.hpp1836 …inline bool string_to_real(Iterator& itr_external, const Iterator end, T& t, numeric::details::rea… in string_to_real() function
1993 inline bool string_to_real(const std::string& s, T& t) in string_to_real() function
2000 return string_to_real(begin, end, t, num_type); in string_to_real()
3646 if (!exprtk::details::string_to_real(t.value,v)) in operator ()()
26695 if (details::string_to_real(current_token().value, numeric_value)) in parse_branch()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/exprtk/vtkexprtk/
H A Dexprtk.hpp1851 …inline bool string_to_real(Iterator& itr_external, const Iterator end, T& t, numeric::details::rea… in string_to_real() function
2009 inline bool string_to_real(const std::string& s, T& t) in string_to_real() function
2016 return string_to_real(begin, end, t, num_type); in string_to_real()
3665 if (!exprtk::details::string_to_real(t.value,v)) in operator ()()
26998 if (details::string_to_real(current_token().value, numeric_value)) in parse_branch()
/dports/www/nift/nsm-2.4.11/exprtk/
H A Dexprtk.h1831 …inline bool string_to_real(Iterator& itr_external, const Iterator end, T& t, numeric::details::rea…
1992 inline bool string_to_real(const std::string& s, T& t)
1999 return string_to_real(begin, end, t, num_type);
3536 if (!exprtk::details::string_to_real(t.value,v))
25772 if (details::string_to_real(current_token().value, numeric_value))