Searched refs:target_precision (Results 1 – 3 of 3) sorted by relevance
537 …boost::intmax_t target_precision = current_precision - 1 - (std::numeric_limits<number<T> >::digit… in eval_asin() local540 while(current_precision > target_precision) in eval_asin()689 …boost::intmax_t target_precision = current_precision - 1 - (std::numeric_limits<number<T> >::digit… in eval_atan() local692 while(current_precision > target_precision) in eval_atan()
56 …AutotunedIndexParams(float target_precision = 0.8, float build_weight = 0.01, float memory_weight …60 (*this)["target_precision"] = target_precision;
101 AutotunedIndexParams(float target_precision = 0.8f, float build_weight = 0.01f,