Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 74) sorted by relevance

123

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp44 tol.negate(); in hyp0F1()
63 term.negate(); in hyp0F1()
117 xx.negate(); in eval_sin()
226 result.negate(); in eval_sin()
273 xx.negate(); in eval_cos()
350 result.negate(); in eval_cos()
396 lim.negate(); in hyp2F1()
423 term.negate(); in hyp2F1()
467 xx.negate(); in eval_asin()
486 result.negate(); in eval_asin()
[all …]
H A Dpow.hpp116 lim.negate(); in hyp0F0()
131 x_pow_n_div_n_fact.negate(); in hyp0F0()
135 x_pow_n_div_n_fact.negate(); in hyp0F0()
163 lim.negate(); in hyp1F0()
181 term.negate(); in hyp1F0()
232 xx.negate(); in eval_exp()
322 exp_series.negate(); in eval_exp()
363 result.negate(); in eval_log()
390 t.negate(); /* 0 <= t <= 0.33333 */ in eval_log()
405 lim.negate(); in eval_log()
[all …]
H A Dconstants.hpp69 temp.negate(); in calc_log2()
204 result.negate(); in calc_pi()
208 result.negate(); in calc_pi()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Det_ops.hpp28 inline detail::expression<detail::negate, number<B, et_on> > operator - (const number<B, et_on>& v) in operator -()
31 return detail::expression<detail::negate, number<B, et_on> >(v); in operator -()
34 inline detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> > operato… in operator -()
37 return detail::expression<detail::negate, detail::expression<tag, Arg1, Arg2, Arg3, Arg4> >(v); in operator -()
132 …detail::expression<detail::negate, detail::expression<detail::multiply_subtract, typename detail::…
135 …return detail::expression<detail::negate, detail::expression<detail::multiply_subtract, typename d… in operator -()
146 inline detail::expression<detail::negate, detail::expression<detail::multiply_subtract, typename de…
149 …return detail::expression<detail::negate, detail::expression<detail::multiply_subtract, typename d… in operator -()
163 …operator + (const number<B, ET>& a, const detail::expression<detail::negate, Arg1, Arg2, Arg3, Arg… in operator +() argument
169 …operator + (const detail::expression<detail::negate, Arg1, Arg2, Arg3, Arg4>& a, const number<B, E… in operator +() argument
[all …]
H A Dgeneric_interconvert.hpp46 t.negate(); in generic_interconvert()
74 to.negate(); in generic_interconvert()
94 t.negate(); in generic_interconvert()
122 to.negate(); in generic_interconvert()
172 to.negate(); in generic_interconvert()
201 to.negate(); in generic_interconvert()
H A Dinteger_ops.hpp58 u.negate(); in eval_gcd()
68 v.negate(); in eval_gcd()
125 result.negate(); in eval_lcm()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/numeric/detail/
H A Dreal_impl.hpp121 negate(bool neg, float n) in negate() function
127 negate(bool neg, double n) in negate() function
133 negate(bool neg, long double n) in negate() function
140 negate(bool neg, T const& n) in negate() function
146 negate(bool /*neg*/, unused_type n) in negate() function
211 traits::assign_to(traits::negate(neg, n), attr); in parse()
306 traits::assign_to(traits::negate(neg, n), attr); in parse()
318 traits::assign_to(traits::negate(neg, n), attr); in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dequals.cpp20 negate(negate_) { in Equals()
41 if (negate) { in evaluate()
58 return eq->negate == negate && *eq->lhs == *lhs && *eq->rhs == *rhs; in operator ==()
76 bool negate = toString(arrayMember(value, 0)) == std::string("!="); in parse() local
108 …td::make_unique<Equals>(std::move(*lhs), std::move(*rhs), std::move(collatorParseResult), negate)); in parse()
/OK3568_Linux_fs/kernel/arch/h8300/lib/
H A Dmodsi3.S43 neg.l A0P ; negate arg
49 neg.l A1P ; negate arg
62 neg.l A0P ; negate arg
68 neg.l A1P ; negate arg
H A Dmoddivsi3.S43 neg.l A0P ; negate arg
49 neg.l A1P ; negate arg
62 neg.l A0P ; negate arg
68 neg.l A1P ; negate arg
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/
H A Dpredicate.hpp41 class negate class
44 negate() in negate() function in boost::movelib::negate
47 explicit negate(Comp comp) in negate() function in boost::movelib::negate
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dequals.hpp16 …lhs, std::unique_ptr<Expression> rhs, optional<std::unique_ptr<Expression>> collator, bool negate);
25 std::string getOperator() const override { return negate ? "!=" : "=="; } in getOperator()
30 bool negate; member in mbgl::style::expression::Equals
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dnegate.hpp37 struct negate struct
49 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, negate, (N))
52 BOOST_MPL_AUX_NA_SPEC(1, negate)
H A Dadvance.hpp39 typedef typename if_< backward_, negate<N>, N >::type offset_;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dserialize.hpp67 val.negate(); in do_serialize()
113 val.negate(); in do_serialize()
145 val.negate(); in do_serialize()
170 val.negate(); in do_serialize()
/OK3568_Linux_fs/buildroot/package/keyutils/
H A D0002-cifs.patch15 negate * * * /bin/keyctl negate %k 30 %S
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/operator/
H A Doptional.hpp33 struct use_operator<qi::domain, proto::tag::negate> // enables -p
115 struct make_composite<proto::tag::negate, Elements, Modifiers>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/view/reverse_view/detail/
H A Dadvance_impl.hpp34 typedef typename mpl::negate<Dist>::type negative_dist;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Darithmetic.hpp18 (negate)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/
H A Dtags.hpp24 struct negate {}; struct
H A Dproto_fwd.hpp254 struct negate;
542 template<typename T> struct negate;
626 typedef make_expr<tag::negate> make_negate;
697 typedef functional::make_expr<tag::negate> _make_negate;
/OK3568_Linux_fs/kernel/Documentation/kbuild/
H A DKconfig.recursion-issue-0210 # of the recursive limitation is that drivers cannot negate features from other
30 # other bells in the system cannot negate. The reason for this issue is
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dcpp_int.hpp349 BOOST_MP_FORCEINLINE void negate() BOOST_NOEXCEPT in negate() function
512 BOOST_MP_FORCEINLINE void negate() BOOST_NOEXCEPT in negate() function
598 …cast<limb_type>(-static_cast<signed_double_limb_type>(i)) : i)), m_limbs(1) { if(i < 0) negate(); } in cpp_int_base()
606 if (i < 0) negate(); in cpp_int_base()
623 …_MP_FORCEINLINE void sign(bool b) BOOST_MP_NOEXCEPT_IF((Checked == unchecked)) { if(b) negate(); } in sign()
659 void negate() BOOST_MP_NOEXCEPT_IF((Checked == unchecked)) in negate() function
843 BOOST_MP_FORCEINLINE void negate() BOOST_NOEXCEPT in negate() function
951 negate(); in cpp_int_base()
973 negate(); in sign()
993 BOOST_MP_FORCEINLINE void negate() BOOST_MP_NOEXCEPT_IF((Checked == unchecked)) in negate() function
[all …]
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c297 int negate = 0; in kgdb_hex2long() local
302 negate = 1; in kgdb_hex2long()
315 if (negate) in kgdb_hex2long()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/internal/
H A Dregex.h502 bool negate = false; in RAPIDJSON_DIAG_OFF() local
511 negate = true; in RAPIDJSON_DIAG_OFF()
525 if (negate) in RAPIDJSON_DIAG_OFF()

123