Home
last modified time | relevance | path

Searched defs:guess_type (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dmimetypes.py103 def guess_type(self, url, strict=True): member in MimeTypes
289 def guess_type(url, strict=True): function
/third_party/boost/libs/math/example/
Droot_n_finding_algorithms.cpp199 typedef double guess_type; in nth_root_noderiv() typedef
254 typedef double guess_type; in nth_root_1deriv() typedef
306 typedef double guess_type; in nth_root_2deriv() typedef
335 typedef double guess_type; in nth_root_2deriv_s() typedef
Droot_finding_n_example.cpp98 typedef double guess_type; // double may restrict (exponent) range for a multiprecision T? in nth_2deriv() typedef
Droot_finding_multiprecision_example.cpp56 typedef long double guess_type; in cbrt_2deriv() typedef
/third_party/boost/boost/multiprecision/detail/functions/
Dtrig.hpp523 typedef typename boost::multiprecision::detail::canonical<long double, T>::type guess_type; in eval_asin() typedef
525 typedef fp_type guess_type; in eval_asin() typedef
/third_party/python/Lib/http/
Dserver.py862 def guess_type(self, path): member in SimpleHTTPRequestHandler