Home
last modified time | relevance | path

Searched refs:convert_from_string (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dconvert_from_string.hpp26 Real convert_from_string(const char* p, const mpl::false_&) in convert_from_string() function
36 BOOST_CONSTEXPR const char* convert_from_string(const char* p, const mpl::true_&) BOOST_NOEXCEPT in convert_from_string() function
41 …BOOST_CONSTEXPR typename convert_from_string_result<Real>::type convert_from_string(const char* p)… in convert_from_string() function
43 return convert_from_string<Real>(p, boost::is_constructible<Real, const char*>()); in convert_from_string()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_4100.c433 static TEEC_Result convert_from_string(ADBG_Case_t *c, TEEC_Session *s, in convert_from_string() function
727 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, in test_4102()
814 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, in test_4103()
845 res = convert_from_string(c, s, str1, h1); in compare_str()
848 res = convert_from_string(c, s, str2, h2); in compare_str()
875 res = convert_from_string(c, s, str, h); in compare_s32()
1008 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_r, hr))) in do_addsub()
1010 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_s, ha))) in do_addsub()
1012 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_t, hb))) in do_addsub()
1039 if (!ADBG_EXPECT_TEEC_SUCCESS(c, convert_from_string(c, s, str_s, hr))) in do_addsub()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/constants/
H A Dconstants.hpp202 static const T result(boost::math::tools::convert_from_string<T>(y));\
219 …rent_digits > max_string_digits ? compute<0>() : T(boost::math::tools::convert_from_string<T>(y));\