Home
last modified time | relevance | path

Searched refs:e_ (Results 1 – 25 of 2186) sorted by relevance

12345678910>>...88

/dports/math/cadabra2/cadabra2-2.3.6.8/examples/
H A Dsupergravity.cnb206e_{m}\\,^{\\mu} e_{n}\\,^{\\nu} e_{p}\\,^{\\rho}+\\frac{1}{2}R_{\\mu \\nu r s} \\bar{\\epsilon} \\…
219e_{m}\\,^{\\mu} e_{n}\\,^{\\nu} e_{p}\\,^{\\rho}+\\frac{1}{2}R_{\\mu \\nu r s} \\bar{\\epsilon} \\…
276e_{m}\\,^{\\mu} e_{n}\\,^{\\nu} e_{p}\\,^{\\rho}+\\Gamma^{m n p} \\partial_{\\mu}{D_{\\nu}{\\psi_{…
289e_{m}\\,^{\\mu} e_{n}\\,^{\\nu} e_{p}\\,^{\\rho}-\\bar{\\epsilon} \\Gamma^{m n p} \\partial_{\\mu}…
302e_{m}\\,^{\\mu} e_{n}\\,^{\\nu} e_{p}\\,^{\\rho}-\\bar{\\epsilon} \\Gamma^{m n p} D_{\\nu}{\\psi_{…
328e_{m}\\,^{\\nu} e_{n}\\,^{\\mu} e_{p}\\,^{\\rho}-\\bar{\\epsilon} \\Gamma^{m n p} D_{\\mu}{\\psi_{…
355e_{m}\\,^{\\nu} e_{n}\\,^{\\mu} e_{p}\\,^{\\rho}-\\bar{\\epsilon} \\Gamma^{m n p} D_{\\mu}{\\psi_{…
368e_{m}\\,^{\\nu} e_{n}\\,^{\\mu} e_{p}\\,^{\\rho}+\\bar{\\epsilon} \\Gamma^{m n p} D_{\\mu}{\\psi_{…
381e_{p}\\,^{\\mu} e_{q}\\,^{\\nu} e_{r}\\,^{\\rho}+\\bar{\\epsilon} \\Gamma^{m n p} D_{\\mu}{\\psi_{…
408e_{p}\\,^{\\mu} e_{q}\\,^{\\nu} e_{r}\\,^{\\rho}-\\bar{\\epsilon} \\Gamma^{m n p} D_{\\mu}{\\psi_{…
[all …]
/dports/net/yami4/yami4-gpl-1.11.0/src/core/
H A Dparameter_entry.cpp26 return e_->type; in type()
32 name = e_->name.value(); in get_name()
39 if (e_->type == boolean) in get_boolean()
41 value = e_->item.b; in get_boolean()
51 if (e_->type == integer) in get_integer()
53 value = e_->item.i; in get_integer()
63 if (e_->type == long_long) in get_long_long()
65 value = e_->item.L; in get_long_long()
77 value = e_->item.d; in get_double_float()
88 if (e_->type == string) in get_string()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DHttpServerCommand.cc66 e_(e), in HttpServerCommand()
72 e_->addSocketForReadCheck(socket_, this); in HttpServerCommand()
91 e_(e), in HttpServerCommand()
96 e_->addSocketForReadCheck(socket_, this); in HttpServerCommand()
102 e_->deleteSocketForReadCheck(socket_, this); in ~HttpServerCommand()
116 e_->setNoWait(true); in checkSocketRecvBuffer()
173 if (e_->getRequestGroupMan()->downloadFinished() || e_->isHaltRequested()) { in execute()
208 e_->setNoWait(true); in execute()
235 e_->setNoWait(true); in execute()
241 e_->setNoWait(true); in execute()
[all …]
H A DAbstractHttpServerResponseCommand.cc54 e_(e), in AbstractHttpServerResponseCommand()
61 e_->addSocketForWriteCheck(socket_, this); in AbstractHttpServerResponseCommand()
67 e_->deleteSocketForReadCheck(socket_, this); in ~AbstractHttpServerResponseCommand()
70 e_->deleteSocketForWriteCheck(socket_, this); in ~AbstractHttpServerResponseCommand()
79 e_->addSocketForReadCheck(socket_, this); in updateReadWriteCheck()
84 e_->deleteSocketForReadCheck(socket_, this); in updateReadWriteCheck()
89 e_->addSocketForWriteCheck(socket_, this); in updateReadWriteCheck()
94 e_->deleteSocketForWriteCheck(socket_, this); in updateReadWriteCheck()
100 if (e_->getRequestGroupMan()->downloadFinished() || e_->isHaltRequested()) { in execute()
119 afterSend(httpServer_, e_); in execute()
[all …]
H A DHttpListenCommand.cc55 : Command(cuid), e_(e), family_(family), secure_(secure) in HttpListenCommand()
62 e_->deleteSocketForReadCheck(serverSocket_, this); in ~HttpListenCommand()
68 if (e_->getRequestGroupMan()->downloadFinished() || e_->isHaltRequested()) { in execute()
80 e_->setNoWait(true); in execute()
81 e_->addCommand( in execute()
82 make_unique<HttpServerCommand>(e_->newCUID(), e_, socket, secure_)); in execute()
88 e_->addCommand(std::unique_ptr<Command>(this)); in execute()
95 e_->deleteSocketForReadCheck(serverSocket_, this); in bindPort()
101 if (e_->getOption()->getAsBool(PREF_RPC_LISTEN_ALL)) { in bindPort()
107 e_->addSocketForReadCheck(serverSocket_, this); in bindPort()
/dports/devel/libassa/libassa-3.5.1/assa/
H A DEventHandler.h51 bool isReadEvent (EventType e_) in isReadEvent() argument
53 return (e_ & READ_EVENT) == READ_EVENT; in isReadEvent()
57 bool isWriteEvent (EventType e_) in isWriteEvent() argument
63 bool isExceptEvent (EventType e_) in isExceptEvent() argument
69 bool isTimeoutEvent (EventType e_) in isTimeoutEvent() argument
75 bool isSignalEvent (EventType e_) in isSignalEvent() argument
81 bool isRWEEvents (EventType e_) in isRWEEvents() argument
83 return isReadEvent (e_) && isWriteEvent (e_) && isExceptEvent (e_); in isRWEEvents()
87 bool isAllEvents (EventType e_) in isAllEvents() argument
89 return isReadEvent (e_) && isWriteEvent (e_) && isExceptEvent (e_) && in isAllEvents()
[all …]
/dports/net/kea/kea-2.0.1/src/lib/eval/tests/
H A Devaluate_unittest.cc36 e_.clear(); in EvaluateTest()
81 e_.push_back(tfalse); in TEST_F()
101 e_.push_back(ttrue); in TEST_F()
111 e_.push_back(ttrue); in TEST_F()
121 e_.push_back(bad); in TEST_F()
130 e_.push_back(bad); in TEST_F()
139 e_.push_back(ttrue); in TEST_F()
161 e_.push_back(tfoo); in TEST_F()
163 e_.push_back(tbar); in TEST_F()
178 e_.push_back(tfoo); in TEST_F()
[all …]
H A Ddependency_unittest.cc40 e_.reset(); in ~DependencyTest()
44 ExpressionPtr e_; ///< An expression member in __anon6984f3840111::DependencyTest
54 ASSERT_NO_THROW(result_ = dependOnClass(e_, "foobar")); in TEST_F()
60 e_.reset(new Expression()); in TEST_F()
61 ASSERT_NO_THROW(result_ = dependOnClass(e_, "foobar")); in TEST_F()
71 e_.reset(new Expression()); in TEST_F()
72 e_->push_back(ttrue); in TEST_F()
84 e_.reset(new Expression()); in TEST_F()
85 e_->push_back(notmatching); in TEST_F()
96 e_.reset(new Expression()); in TEST_F()
[all …]
/dports/math/fxt/fxt/src/comb/attic/
H A Dmixedradix-gslex-alt.h26 ulong e_; // aux variable
60 e_ = 0; in first()
66 e_ = n_ - 1; in last()
67 a_[e_] = m1_[e_]; in last()
77 if ( e_ < n_-1 ) ++e_; in next()
89 a_[e_] = m1_[e_]; in next()
103 e_ = j; in next()
104 if ( e_ < n_-1 ) ++e_; in next()
112 ulong j = e_; in prev()
118 e_ = 0; in prev()
[all …]
/dports/security/keynote/keynote-2.3/man/
H A Dkeynote.cat376 …_t _e_n_v_i_r_o_n_m_e_n_t _*_e_n_v, _c_h_a_r _*_*_r_e_t_u_r_n_v_a_l…
90 _s_t_r_u_c_t _k_e_y_n_o_t_e___k_e_y_l_i_s_t _*
108 …oddee__kkeeyy(_s_t_r_u_c_t _k_e_y_n_o_t_e___d_e_c_k_e_y _*_d_c, _i_…
112 …ccooddee__kkeeyy(_s_t_r_u_c_t _k_e_y_n_o_t_e___d_e_c_k_e_y _*_d_c, …
122 …kknn__ffrreeee__kkeeyy(_s_t_r_u_c_t _k_e_y_n_o_t_e___d_e_c_k_e_y _…
172 returns -1 and sets _k_e_y_n_o_t_e___e_r_r_n_o to ERROR_MEMORY.
181 … _A_u_t_h_o_r_i_z_e_r and _L_i_c_e_n_s_e_e_s fields can have non-key
276 …dered value is _r_e_t_u_r_n_v_a_l_u_e_s_[_n_u_m_v_a_l_u_e_s _- _1_]. If _…
312 _k_e_y_n_o_t_e___e_r_r_n_o to ERROR_NOTFOUND.
341 returns NULL, and sets _k_e_y_n_o_t_e___e_r_r_n_o to ERROR_NOTFOUND.
[all …]
/dports/textproc/py-wordnet/WordNet-2.0/lib/wnres/
H A Dwnb.man110 …with _s_y_n_s_e_t__o_f_f_s_e_t, _l_e_x__f_i_l_e_n_a_m_e, and _s_e_n_s…
452 …[{_s_y_n_s_e_t__o_f_f_s_e_t}] [<_l_e_x__f_i_l_e_n_a_m_e>] _w_o_r_d_1[…
546 …_t_r_a_t_i_v_e _s_e_n_t_e_n_c_e_s _a_n_d _g_e_n_e_r_i_c _s_e_n_t_e…
549 …_t_e_n_c_e, _a_n_d _i_t _i_s _p_r_i_n_t_e_d _b_e_l_o_w _t_h_e _s_y…
550 …i_t_h _t_h_e EX: _m_a_r_k_e_r. _W_h_e_n _n_o _s_a_m_p_l_e _s_e_n_…
551 …n_d, _t_h_e _g_e_n_e_r_i_c _s_e_n_t_e_n_c_e _f_r_a_m_e_s _a_r_e _d_…
553 …_s_y_n_s_e_t _a_r_e _p_r_e_c_e_d_e_d _b_y _t_h_e _m_a_r_k_e_r *>. _I…
557 …_S_e_a_r_c_h _r_e_s_u_l_t_s _f_o_r _a_d_j_e_c_t_i_v_e_s _a_r_e _s_…
560 …_a_l_s_o _p_r_i_n_t_e_d _i_n _p_a_r_e_n_t_h_e_s_e_s. _W_h_e_n _t_…
561 …_i_n _a _h_e_a_d _s_y_n_s_e_t, _a_l_l _o_f _t_h_e _h_e_a_d _s_y_n_s_…
[all …]
/dports/textproc/py-wordnet/WordNet-2.0/src/lib/wnres/
H A Dwnb.man110 …with _s_y_n_s_e_t__o_f_f_s_e_t, _l_e_x__f_i_l_e_n_a_m_e, and _s_e_n_s…
452 …[{_s_y_n_s_e_t__o_f_f_s_e_t}] [<_l_e_x__f_i_l_e_n_a_m_e>] _w_o_r_d_1[…
546 …_t_r_a_t_i_v_e _s_e_n_t_e_n_c_e_s _a_n_d _g_e_n_e_r_i_c _s_e_n_t_e…
549 …_t_e_n_c_e, _a_n_d _i_t _i_s _p_r_i_n_t_e_d _b_e_l_o_w _t_h_e _s_y…
550 …i_t_h _t_h_e EX: _m_a_r_k_e_r. _W_h_e_n _n_o _s_a_m_p_l_e _s_e_n_…
551 …n_d, _t_h_e _g_e_n_e_r_i_c _s_e_n_t_e_n_c_e _f_r_a_m_e_s _a_r_e _d_…
553 …_s_y_n_s_e_t _a_r_e _p_r_e_c_e_d_e_d _b_y _t_h_e _m_a_r_k_e_r *>. _I…
557 …_S_e_a_r_c_h _r_e_s_u_l_t_s _f_o_r _a_d_j_e_c_t_i_v_e_s _a_r_e _s_…
560 …_a_l_s_o _p_r_i_n_t_e_d _i_n _p_a_r_e_n_t_h_e_s_e_s. _W_h_e_n _t_…
561 …_i_n _a _h_e_a_d _s_y_n_s_e_t, _a_l_l _o_f _t_h_e _h_e_a_d _s_y_n_s_…
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/components/process/util/posix/
H A Dexecutor.hpp32 executor &e_; member
34 call_on_fork_setup(executor &e) : e_(e) {} in call_on_fork_setup()
39 arg.on_fork_setup(e_); in operator ()()
45 executor &e_; member
52 arg.on_fork_error(e_); in operator ()()
58 executor &e_; member
65 arg.on_fork_success(e_); in operator ()()
71 executor &e_; member
78 arg.on_exec_setup(e_); in operator ()()
84 executor &e_; member
[all …]
/dports/textproc/mdocml/mandoc-1.14.5/regress/char/bar/
H A Dmdoc.out_ascii12 _i_s_o_l_a_t_e_d | _e_m_|_b_e_d_d_e_d | _f_o_r_m_a_t_t_e_d
13 _i_s_o_l_a_t_e_d | _e_m_|_b_e_d_d_e_d | _f_o_r_m_a_t_t_e_d
20 …_i_s_o_l_a_t_e_d _| _e_m_|_b_e_d_d_e_d | _f_o_r_m_a_t_t_e_d || _b_o_…
21 …_i_s_o_l_a_t_e_d _| _e_m_|_b_e_d_d_e_d | _f_o_r_m_a_t_t_e_d || _b_o_…
28 _i_s_o_l_a_t_e_d | _e_m|_b_e_d_d_e_d
29 _i_s_o_l_a_t_e_d | _e_m|_b_e_d_d_e_d
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDiyFp.java68 private int e_; field in DiyFp
76 this.e_ = 0; in DiyFp()
81 this.e_ = e; in DiyFp()
89 assert (e_ == other.e_); in subtract()
98 final DiyFp result = new DiyFp(a.f_, a.e_); in minus()
124 e_ += other.e_ + 64; in multiply()
130 final DiyFp result = new DiyFp(a.f_, a.e_); in times()
138 int exponent = this.e_; in normalize()
152 this.e_ = exponent; in normalize()
156 final DiyFp result = new DiyFp(a.f_, a.e_); in normalize()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDiyFp.java68 private int e_; field in DiyFp
76 this.e_ = 0; in DiyFp()
81 this.e_ = e; in DiyFp()
89 assert (e_ == other.e_); in subtract()
98 final DiyFp result = new DiyFp(a.f_, a.e_); in minus()
124 e_ += other.e_ + 64; in multiply()
130 final DiyFp result = new DiyFp(a.f_, a.e_); in times()
138 int exponent = this.e_; in normalize()
152 this.e_ = exponent; in normalize()
156 final DiyFp result = new DiyFp(a.f_, a.e_); in normalize()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDiyFp.java68 private int e_; field in DiyFp
76 this.e_ = 0; in DiyFp()
81 this.e_ = e; in DiyFp()
89 assert (e_ == other.e_); in subtract()
98 final DiyFp result = new DiyFp(a.f_, a.e_); in minus()
124 e_ += other.e_ + 64; in multiply()
130 final DiyFp result = new DiyFp(a.f_, a.e_); in times()
138 int exponent = this.e_; in normalize()
152 this.e_ = exponent; in normalize()
156 final DiyFp result = new DiyFp(a.f_, a.e_); in normalize()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDiyFp.java68 private int e_; field in DiyFp
76 this.e_ = 0; in DiyFp()
81 this.e_ = e; in DiyFp()
89 assert (e_ == other.e_); in subtract()
98 final DiyFp result = new DiyFp(a.f_, a.e_); in minus()
124 e_ += other.e_ + 64; in multiply()
130 final DiyFp result = new DiyFp(a.f_, a.e_); in times()
138 int exponent = this.e_; in normalize()
152 this.e_ = exponent; in normalize()
156 final DiyFp result = new DiyFp(a.f_, a.e_); in normalize()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/doubleconv/
H A DDiyFp.java68 private int e_; field in DiyFp
76 this.e_ = 0; in DiyFp()
81 this.e_ = e; in DiyFp()
89 assert (e_ == other.e_); in subtract()
98 final DiyFp result = new DiyFp(a.f_, a.e_); in minus()
124 e_ += other.e_ + 64; in multiply()
130 final DiyFp result = new DiyFp(a.f_, a.e_); in times()
138 int exponent = this.e_; in normalize()
152 this.e_ = exponent; in normalize()
156 final DiyFp result = new DiyFp(a.f_, a.e_); in normalize()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/
H A DTry.h264 return e_; in exception()
271 return std::move(e_); in exception()
278 return e_; in exception()
285 return std::move(e_); in exception()
374 exception_wrapper e_; member
407 new (&e_) exception_wrapper(t.e_); in Try()
482 return e_; in exception()
489 return std::move(e_); in exception()
496 return e_; in exception()
503 return std::move(e_); in exception()
[all …]
/dports/astro/kstars/kstars-3.5.6/Tests/capture/
H A DtestFlexibleNaming_data_small.csv2 ,,,,,,,,,,1,1,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/001\.fits$
3 ,,,,,,,,,,1,1000,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/1000\.fits$
8 ,,Bias,,,,,,,,1,1,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Bias_001\.fits$
17 ,,Bias,,,,,,,,1,1000,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Bias_1000\.fits$
28 ,,Dark,,,,,,,,1,1,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Dark_001\.fits$
37 ,,Dark,,,,,,,,1,1000,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Dark_1000\.fits$
48 ,,Flat,,,,,,,,1,1,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Flat_001\.fits$
57 ,,Flat,,,,,,,,1,1000,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Flat_1000\.fits$
88 ,,Light,,,,,,,,1,1,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Light_001\.fits$
97 ,,Light,,,,,,,,1,1000,%p1/%t/%T/%F/%t_%T_%F_%e_%D_%s3,^/.*/Light_1000\.fits$
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/
H A DTry.h121 exception_wrapper e_; member
288 return this->e_; in exception()
302 return this->e_; in exception()
425 new (&e_) exception_wrapper(t.e_); in Try()
431 e_.~exception_wrapper(); in ~Try()
443 e_.~exception_wrapper(); in emplace()
493 return e_; in exception()
500 return std::move(e_); in exception()
507 return e_; in exception()
514 return std::move(e_); in exception()
[all …]
/dports/japanese/ne/ne/doc/
H A Dne.cat384 ^^KKTT [[FF0033]] _f_i_l_e___s_e_l_e_c_t
555 ^^NN _l_i_n_e___n_e_w
573 ^^TT _d_e_l___t_k_n_e_x_t
576 ^^QQTT _d_e_l___s_l_e_f_t
647 ^^QQOO _s_e_a_r_c_h___r_e_p_l___r_e_d_o
653 _s_e_a_r_c_h___p_r_e_v
667 _s_e_a_r_c_h___n_e_x_t
676 ^^VV [[IINNSS]] _o_p_t___s_e_t _"_O_v_e_r_W_r_i_t_e_"
814 @@ _d_i_r___r_e_r_e_a_d
832 dd _f_i_l_e___d_e_l
[all …]
/dports/www/aria2/aria2-1.36.0/test/
H A DRpcMethodTest.cc90 std::shared_ptr<DownloadEngine> e_; member in aria2::rpc::RpcMethodTest
102 e_->setOption(option_.get()); in setUp()
304 m.execute(std::move(req2), e_.get()); in testAddUri_withPosition()
342 File(e_->getOption()->get(PREF_DIR) + in testAddTorrent()
437 m.execute(std::move(req2), e_.get()); in testAddTorrent_withPosition()
460 File(e_->getOption()->get(PREF_DIR) + in testAddMetalink()
783 addUri("http://1/", e_); in testTellWaiting()
784 addUri("http://2/", e_); in testTellWaiting()
785 addUri("http://3/", e_); in testTellWaiting()
789 addUri("http://4/", e_); in testTellWaiting()
[all …]
/dports/math/fxt/fxt/src/comb/
H A Darrangement-lex.h20 ulong e_; // length of current arrangement variable
31 ulong num() const { return e_; } in num()
35 e_ = 0; // initial arrangement is the empty list in first()
40 e_ += 1; in next()
41 if ( e_ <= P.n_ ) return e_; // easy case: just extend in next()
45 e_ = P.pos() + 1; in next()
46 return e_; in next()
54 { print_perm(bla, data(), e_, dfz); }

12345678910>>...88