/third_party/boost/boost/polygon/detail/ |
D | voronoi_robust_fpt.hpp | 90 robust_fpt() : fpv_(0.0), re_(0.0) {} in robust_fpt() 92 fpv_(fpv), re_(0.0) {} in robust_fpt() 94 fpv_(fpv), re_(error) {} in robust_fpt() 97 relative_error_type re() const { return re_; } in re() 98 relative_error_type ulp() const { return re_; } in ulp() 102 this->re_ = that.re_; in operator =() 119 return robust_fpt(-fpv_, re_); in operator -() 126 this->re_ = (std::max)(this->re_, that.re_) + ROUNDING_ERROR; in operator +=() 129 (this->fpv_ * this->re_ - that.fpv_ * that.re_) / fpv; in operator +=() 132 this->re_ = temp + ROUNDING_ERROR; in operator +=() [all …]
|
/third_party/json/benchmarks/thirdparty/benchmark/src/ |
D | re.h | 75 std::regex re_; variable 77 regex_t re_; variable 91 re_ = std::regex(spec, std::regex_constants::extended); in Init() 109 return std::regex_search(str, re_); in Match() 114 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init() 117 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 119 regerror(ec, &re_, errbuf, needed); in Init() 138 regfree(&re_); in ~Regex() 146 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
|
/third_party/benchmark/src/ |
D | re.h | 80 std::regex re_; variable 82 regex_t re_; variable 96 re_ = std::regex(spec, std::regex_constants::extended); in Init() 115 return std::regex_search(str, re_); in Match() 120 int ec = regcomp(&re_, spec.c_str(), REG_EXTENDED | REG_NOSUB); in Init() 123 size_t needed = regerror(ec, &re_, nullptr, 0); in Init() 125 regerror(ec, &re_, errbuf, needed); in Init() 144 regfree(&re_); in ~Regex() 152 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0; in Match()
|
/third_party/boost/boost/iostreams/filter/ |
D | regex.hpp | 41 : re_(re), replace_(replace), flags_(flags) { } in basic_regex_filter() 46 : re_(re), replace_(simple_formatter(fmt, fmt_flags)), flags_(flags) { } in basic_regex_filter() 51 : re_(re), replace_(simple_formatter(fmt, fmt_flags)), flags_(flags) { } in basic_regex_filter() 59 iterator first(&src[0], &src[0] + src.size(), re_, flags_); in do_filter() 86 regex_type re_; member in boost::iostreams::basic_regex_filter
|
D | grep.hpp | 74 regex_match(line, re_, match_flags_) : in do_filter() 75 regex_search(line, re_, match_flags_); in do_filter() 88 regex_type re_; member in boost::iostreams::basic_grep_filter 103 : base_type(true), re_(re), match_flags_(match_flags), in basic_grep_filter()
|
/third_party/re2/re2/testing/ |
D | tester.cc | 181 re_(NULL), in TestInstance() 269 re_ = new PCRE("("+re+")", o); in TestInstance() 270 if (!re_->error().empty()) { in TestInstance() 283 delete re_; in ~TestInstance() 420 if (!re_ || text.begin() != context.begin() || in RunSearch() 461 re_->ClearHitLimit(); in RunSearch() 463 re_->DoMatch(text, in RunSearch() 467 if (re_->HitLimit()) { in RunSearch()
|
D | tester.h | 84 PCRE* re_; // PCRE implementation variable
|
/third_party/boost/libs/xpressive/test/ |
D | misc1.cpp | 90 sregex re_ = +message_; in test3() local 95 BOOST_REQUIRE(regex_search(buffer, tmpwhat, re_)); in test3()
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | nvsbl10.txt | 2851 "_You're_ safe," said the man with the black beard. "The door's shut.
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-fts/ |
D | les-mis-utf8.txt | 5583 fût prononcée _parmentière_, et n'y réussissait point. L'abbé Grégoire, 11793 _Une belle jupe avec sa brassière_
|