Home
last modified time | relevance | path

Searched refs:n_exp (Results 1 – 2 of 2) sorted by relevance

/third_party/libxml2/
Dtestapi.c33353 int n_exp; in test_xmlExpGetLanguage() local
33360 for (n_exp = 0;n_exp < gen_nb_xmlExpNodePtr;n_exp++) { in test_xmlExpGetLanguage()
33365 exp = gen_xmlExpNodePtr(n_exp, 1); in test_xmlExpGetLanguage()
33373 des_xmlExpNodePtr(n_exp, exp, 1); in test_xmlExpGetLanguage()
33382 printf(" %d", n_exp); in test_xmlExpGetLanguage()
33408 int n_exp; in test_xmlExpGetStart() local
33415 for (n_exp = 0;n_exp < gen_nb_xmlExpNodePtr;n_exp++) { in test_xmlExpGetStart()
33420 exp = gen_xmlExpNodePtr(n_exp, 1); in test_xmlExpGetStart()
33428 des_xmlExpNodePtr(n_exp, exp, 1); in test_xmlExpGetStart()
33437 printf(" %d", n_exp); in test_xmlExpGetStart()
[all …]
/third_party/boost/libs/multiprecision/test/
Dtest_sf_import_c99.cpp2097 const int n_exp =(std::max)(((std::numeric_limits<T>::digits10 * 5) + 5) / 6, 1); in test_c99_appendix_F_tgammaq_addon_for_float128() local
2099 const T tgamma_tol("1e-" + boost::lexical_cast<std::string>(n_exp)); in test_c99_appendix_F_tgammaq_addon_for_float128()