Home
last modified time | relevance | path

Searched refs:e_ (Results 51 – 75 of 2570) sorted by relevance

12345678910>>...103

/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/double-conversion/double-conversion/
H A Ddiy-fp.h45 DiyFp() : f_(0), e_(0) {} in DiyFp()
46 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp()
53 DOUBLE_CONVERSION_ASSERT(e_ == other.e_); in Subtract()
85 e_ += other.e_ + 64; in Multiply()
99 int32_t exponent = e_; in Normalize()
113 e_ = exponent; in Normalize()
123 int32_t e() const { return e_; } in e()
126 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
132 int32_t e_; variable
/dports/www/aria2/aria2-1.36.0/src/
H A DHttpServerBodyCommand.cc74 e_(e), in HttpServerBodyCommand()
81 e_->addSocketForReadCheck(socket_, this); in HttpServerBodyCommand()
84 e_->setNoWait(true); in HttpServerBodyCommand()
90 e_->deleteSocketForReadCheck(socket_, this); in ~HttpServerBodyCommand()
92 e_->deleteSocketForWriteCheck(socket_, this); in ~HttpServerBodyCommand()
152 e_->addCommand( in addHttpServerResponseCommand()
157 e_->addCommand(std::move(resp)); in addHttpServerResponseCommand()
158 e_->setNoWait(true); in addHttpServerResponseCommand()
166 e_->addSocketForWriteCheck(socket_, this); in updateWriteCheck()
171 e_->deleteSocketForWriteCheck(socket_, this); in updateWriteCheck()
[all …]
H A DSequentialDispatcherCommand.h54 DownloadEngine* e_; variable
57 DownloadEngine* getDownloadEngine() const { return e_; } in getDownloadEngine()
62 : Command{cuid}, picker_{picker}, e_{e} in SequentialDispatcherCommand()
69 if (e_->getRequestGroupMan()->downloadFinished() || e_->isHaltRequested()) { in execute()
73 e_->addCommand(createCommand(picker_->pickNext())); in execute()
75 e_->setNoWait(true); in execute()
78 e_->addRoutineCommand(std::unique_ptr<Command>(this)); in execute()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DTry-inl.h33 new (&e_) exception_wrapper(std::move(t.e_)); in Try()
64 new (&e_) exception_wrapper(std::move(t.e_)); in noexcept()
82 new (&e_) exception_wrapper(t.e_); in Try()
102 new (&e_) exception_wrapper(t.e_); in noexcept()
115 e_.~exception_wrapper(); in ~Try()
136 return e_; in emplaceException()
169 e_.throw_exception(); in throwIfFailed()
188 e_ = t.e_;
190 new (&e_) exception_wrapper(t.e_);
210 return e_; in emplaceException()
[all …]
/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dfierz.cnb17 …"source" : "\\begin{dmath*}{}T^{\\mu \\nu \\rho} e_{\\nu}\\,^{s} \\bar{\\theta} \\Gamma^{r s} \\ps…
20 …"source" : "obj:= T^{\\mu\\nu\\rho} e_{\\nu}^{s}\n \\bar{\\theta} \\Gamma^{r s} \\psi_{\\rho}\…
30e_{\\nu}\\,^{s} \\bar{\\theta} \\Gamma^{r s} \\Gamma^{r} \\epsilon \\bar{\\psi_{\\mu}} \\psi_{\\rh…
43e_{\\mu}\\,^{m} \\bar{\\theta} \\Gamma_{m}\\,^{n} \\epsilon \\bar{\\psi_{\\nu}} \\Gamma^{n} \\psi_…
56e_{\\mu}\\,^{m} \\bar{\\theta} \\Gamma^{m n} \\epsilon \\bar{\\psi_{\\nu}} \\Gamma_{n} \\psi_{\\rh…
59e_{\\mu}^{m} \\bar{\\theta} \\Gamma^{m n}\n\\epsilon \\bar{\\psi_{\\nu}} \\Gamma_{n} \\psi_{\\rho}…
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/misc/usd/USD-21.11/pxr/base/tf/pxrDoubleConversion/
H A Ddiy-fp.h48 DiyFp() : f_(0), e_(0) {} in DiyFp()
49 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
56 ASSERT(e_ == other.e_); in Subtract()
84 int exponent = e_; in Normalize()
98 e_ = exponent; in Normalize()
108 int e() const { return e_; } in e()
111 void set_e(int new_value) { e_ = new_value; } in set_e()
117 int e_; variable
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/vendored/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/DoubleConversion/src/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/vendored/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/jiffy/c_src/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/finance/quickfix/quickfix-1.15.1/src/C++/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int exponent = e_; in Normalize()
94 e_ = exponent; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/DoubleConversion/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int e = e_; in Normalize()
94 e_ = e; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Private/DoubleConversion/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int e = e_; in Normalize()
94 e_ = e; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Headers/Public/DoubleConversion/double-conversion/
H A Ddiy-fp.h44 DiyFp() : f_(0), e_(0) {} in DiyFp()
45 DiyFp(uint64_t f, int e) : f_(f), e_(e) {} in DiyFp()
52 ASSERT(e_ == other.e_); in Subtract()
80 int e = e_; in Normalize()
94 e_ = e; in Normalize()
104 int e() const { return e_; } in e()
107 void set_e(int new_value) { e_ = new_value; } in set_e()
113 int e_; variable

12345678910>>...103