Home
last modified time | relevance | path

Searched refs:BOOST_MATH_THREAD_LOCAL (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/boost/math/tools/
Dconfig.hpp469 # define BOOST_MATH_THREAD_LOCAL thread_local macro
471 # define BOOST_MATH_THREAD_LOCAL macro
/third_party/boost/boost/math/constants/
Dconstants.hpp201 static BOOST_MATH_THREAD_LOCAL int digits = 0;\
202 static BOOST_MATH_THREAD_LOCAL T value;\
/third_party/boost/boost/math/special_functions/detail/
Dunchecked_factorial.hpp763 …static BOOST_MATH_THREAD_LOCAL T factorials[sizeof(factorial_strings) / sizeof(factorial_strings[0…
764 static BOOST_MATH_THREAD_LOCAL int digits = 0;
/third_party/boost/boost/math/special_functions/
Dzeta.hpp891 static BOOST_MATH_THREAD_LOCAL bool is_init = false; in zeta_imp_odd_integer()
892 static BOOST_MATH_THREAD_LOCAL T results[50] = {}; in zeta_imp_odd_integer()
893 static BOOST_MATH_THREAD_LOCAL int digits = tools::digits<T>(); in zeta_imp_odd_integer()