Searched refs:guess_type (Results 1 – 2 of 2) sorted by relevance
521 typedef typename boost::multiprecision::detail::canonical<long double, T>::type guess_type; in eval_asin() typedef523 typedef fp_type guess_type; in eval_asin() typedef526 guess_type dd; in eval_asin()529 result = (guess_type)(std::asin(dd)); in eval_asin()
52 guess = mimetypes.guess_type(path, self._strict)