Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h59 DiyFp() : f_(0), e_(0) {} in DiyFp()
60 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp()
67 DOUBLE_CONVERSION_ASSERT(e_ == other.e_); in Subtract()
99 e_ += other.e_ + 64; in Multiply()
113 int32_t exponent = e_; in Normalize()
127 e_ = exponent; in Normalize()
137 int32_t e() const { return e_; } in e()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
146 int32_t e_; variable
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
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
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-diy-fp.h59 DiyFp() : f_(0), e_(0) {} in DiyFp()
60 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp()
67 DOUBLE_CONVERSION_ASSERT(e_ == other.e_); in Subtract()
99 e_ += other.e_ + 64; in Multiply()
113 int32_t exponent = e_; in Normalize()
127 e_ = exponent; in Normalize()
137 int32_t e() const { return e_; } in e()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
146 int32_t e_; variable
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-diy-fp.h59 DiyFp() : f_(0), e_(0) {} in DiyFp()
60 DiyFp(const uint64_t significand, const int32_t exponent) : f_(significand), e_(exponent) {} in DiyFp()
67 DOUBLE_CONVERSION_ASSERT(e_ == other.e_); in Subtract()
99 e_ += other.e_ + 64; in Multiply()
113 int32_t exponent = e_; in Normalize()
127 e_ = exponent; in Normalize()
137 int32_t e() const { return e_; } in e()
140 void set_e(int32_t new_value) { e_ = new_value; } in set_e()
146 int32_t e_; variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-diy-fp.h58 DiyFp() : f_(0), e_(0) {} in DiyFp()
59 DiyFp(uint64_t significand, int exponent) : f_(significand), e_(exponent) {} in DiyFp()
66 ASSERT(e_ == other.e_); in Subtract()
94 int exponent = e_; in Normalize()
108 e_ = exponent; in Normalize()
118 int e() const { return e_; } in e()
121 void set_e(int new_value) { e_ = new_value; } in set_e()
127 int e_; variable
Ddouble-conversion-diy-fp.cpp66 e_ += other.e_ + 64; in Multiply()
/third_party/flatbuffers/tests/
Dmonster_test_generated.lobster560 reverse(v_) e_: b_.PrependUint8(e_)
570 reverse(v_) e_: b_.PrependUOffsetTRelative(e_)
577 reverse(v_) e_: b_.PrependUOffsetTRelative(e_)
584 reverse(v_) e_: b_.PrependUint8(e_)
591 reverse(v_) e_: b_.PrependBool(e_)
598 reverse(v_) e_: b_.PrependUOffsetTRelative(e_)
608 reverse(v_) e_: b_.PrependUint8(e_)
618 reverse(v_) e_: b_.PrependInt64(e_)
625 reverse(v_) e_: b_.PrependFloat64(e_)
632 reverse(v_) e_: b_.PrependUOffsetTRelative(e_)
[all …]
/third_party/boost/libs/spirit/classic/test/
Dchset_tests.cpp69 chlit<CharT> e_(e1_); in chset_tests() local
70 chset<CharT> e(e_); in chset_tests()
101 Draw(out, a | e_, "a | e_"); in chset_tests()
102 Draw(out, e_ | b, "e_ | b"); in chset_tests()
118 Draw(out, a & e_, "a & e_"); in chset_tests()
119 Draw(out, e_ & b, "e_ & b"); in chset_tests()
139 Draw(out, a - e_, "a - e_"); in chset_tests()
140 Draw(out, e_ - b, "e_ - b"); in chset_tests()
160 Draw(out, a ^ e_, "a ^ e_"); in chset_tests()
161 Draw(out, e_ ^ b, "e_ ^ b"); in chset_tests()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dactor.hpp390 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_, E& e_) const in operator ()()
392 return BaseT::eval(tuple<A&, B&, C&, D&, E&>(a_, b_, c_, d_, e_)); in operator ()()
404 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_ in operator ()() argument
409 (a_, b_, c_, d_, e_, f_) in operator ()()
423 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_ in operator ()() argument
428 (a_, b_, c_, d_, e_, f_, g_) in operator ()()
441 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_ in operator ()() argument
446 (a_, b_, c_, d_, e_, f_, g_, h_) in operator ()()
459 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_ in operator ()() argument
464 (a_, b_, c_, d_, e_, f_, g_, h_, i_) in operator ()()
[all …]
Dtuples.hpp723 typename call_traits<E>::param_type e_ in tuple()
724 ): a(a_), b(b_), c(c_), d(d_), e(e_) {} in tuple()
770 typename call_traits<E>::param_type e_, in tuple()
772 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
819 typename call_traits<E>::param_type e_, in tuple()
822 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
869 typename call_traits<E>::param_type e_, in tuple()
873 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
921 typename call_traits<E>::param_type e_, in tuple()
926 ): a(a_), b(b_), c(c_), d(d_), e(e_), in tuple()
[all …]
Dcomposite.hpp466 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_) in composite()
467 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_) {} in composite()
534 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
536 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
604 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
606 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
675 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
677 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
748 A const& a_, B const& b_, C const& c_, D const& d_, E const& e_, in composite()
750 : op(op_), a(a_), b(b_), c(c_), d(d_), e(e_), in composite()
[all …]
/third_party/boost/libs/proto/test/
Dflatten.cpp87 boost::proto::terminal<char>::type e_ = {'e'}; in test1() local
118 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> f_ >> g_), to_string(sout)); in test1()
122 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> (f_ | g_) >> h_), to_string(sout)); in test1()
127 boost::fusion::for_each(flatten(a_(b_(c_ >> d_, e_ | f_), g_ >> h_)(i_)), to_string(sout)); in test1()
155 My<boost::proto::terminal<char>::type> e_ = {{'e'}}; in test2() local
186 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> f_ >> g_), to_string(sout)); in test2()
190 boost::fusion::for_each(flatten(a_ >> b_ | c_ >> d_ | e_ >> (f_ | g_) >> h_), to_string(sout)); in test2()
195 boost::fusion::for_each(flatten(a_(b_(c_ >> d_, e_ | f_), g_ >> h_)(i_)), to_string(sout)); in test2()
/third_party/boost/boost/numeric/ublas/
Dvector_expression.hpp50 e_ (e) {} in vector_reference()
62 return e_; in expression()
66 return e_; in expression()
165 return &(*this).e_ == &vr.e_; in same_closure()
243 referred_type &e_; member in boost::numeric::ublas::vector_reference
278 e_ (e) {} in vector_unary()
283 return e_.size (); in size()
290 return e_; in expression()
297 return functor_type::apply (e_ (i)); in operator ()()
302 return e_ (i); in operator ()()
[all …]
/third_party/boost/libs/interprocess/test/
Demplace_test.hpp33 : a_(0), b_(0), c_(0), d_(0), e_(0) in EmplaceInt()
36 : a_(a), b_(b), c_(c), d_(d), e_(e) in EmplaceInt()
40 : a_(o.a_), b_(o.b_), c_(o.c_), d_(o.d_), e_(o.e_) in EmplaceInt()
49 this->e_ = o.e_; in operator =()
59 l.e_ == r.e_; in operator ==()
73 os << "EmplaceInt: " << v.a_ << ' ' << v.b_ << ' ' << v.c_ << ' ' << v.d_ << ' ' << v.e_; in operator <<()
79 { return this->a_ + this->b_ + this->c_ + this->d_ + this->e_; } in sum()
81 int a_, b_, c_, d_, e_; member in boost::interprocess::test::EmplaceInt
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestImportPublicProto3.cs70 e_ = other.e_; in PublicImportMessage()
81 private int e_; field in Google.Protobuf.TestProtos.PublicImportMessage
84 get { return e_; }
86 e_ = value;
DUnittestImportPublic.cs71 e_ = other.e_; in PublicImportMessage()
84 private int e_; field in Google.Protobuf.TestProtos.Proto2.PublicImportMessage
87 get { if ((_hasBits0 & 1) != 0) { return e_; } else { return EDefaultValue; } }
90 e_ = value;
/third_party/boost/libs/container/test/
Demplace_test.hpp31 : a_(a), b_(b), c_(c), d_(d), e_(e) in EmplaceInt()
35 : a_(o.a_), b_(o.b_), c_(o.c_), d_(o.d_), e_(o.e_) in EmplaceInt()
44 this->e_ = o.e_; in operator =()
54 l.e_ == r.e_; in operator ==()
71 os << "EmplaceInt: " << v.a_ << ' ' << v.b_ << ' ' << v.c_ << ' ' << v.d_ << ' ' << v.e_; in operator <<()
76 { a_ = b_ = c_ = d_ = e_ = 0; } in ~EmplaceInt()
80 { return this->a_ + this->b_ + this->c_ + this->d_ + this->e_; } in sum()
82 int a_, b_, c_, d_, e_; member in boost::container::test::EmplaceInt
/third_party/boost/libs/fiber/src/numa/linux/
Dtopology.cpp39 fs::directory_iterator e_; member in __anon8f66f9ee0111::directory_iterator
61 i_(), e_(), exp_(), idx_() { in directory_iterator()
65 i_( dir), e_(), exp_( exp), idx_() { in directory_iterator()
66 while ( i_ != e_ && ! eval_( * i_) ) { in directory_iterator()
82 } while ( i_ != e_ && ! eval_( * i_) ); in operator ++()
/third_party/typescript/tests/baselines/reference/
Dparser.numericSeparators.decmialNegative.types198 1.0e_+10
199 >1.0e_+10 : number
200 >1.0e_ : 1
204 1.0e_-10
205 >1.0e_-10 : number
206 >1.0e_ : 1
Dparser.numericSeparators.decmialNegative.js148 1.0e_+10
151 1.0e_-10
/third_party/typescript/tests/cases/conformance/parser/ecmascriptnext/numericSeparators/
Dparser.numericSeparators.decmialNegative.ts146 1.0e_+10
149 1.0e_-10
/third_party/flatbuffers/samples/
Dmonster_generated.lobster109 reverse(v_) e_: b_.PrependUint8(e_)
116 reverse(v_) e_: b_.PrependUOffsetTRelative(e_)
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzip2.1.preformatted12 …ffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e_n_a_m_e_s _._._. ]
13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ]
14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e
112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files.
297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to
303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam­
311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2
360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2.1.preformatted12 …ffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e_n_a_m_e_s _._._. ]
13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ]
14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e
112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files.
297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to
303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam­
311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2
360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers
/third_party/bzip2/
Dbzip2.1.preformatted12 …ffkkqqssttvvzzVVLL112233445566778899 ] [ _f_i_l_e_n_a_m_e_s _._._. ]
13 bbuunnzziipp22 [ −−ffkkvvssVVLL ] [ _f_i_l_e_n_a_m_e_s _._._. ]
14 bbzzccaatt [ −−ss ] [ _f_i_l_e_n_a_m_e_s _._._. ]
15 bbzziipp22rreeccoovveerr _f_i_l_e_n_a_m_e
112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files.
297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to
303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam­
311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2
360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers

12