Home
last modified time | relevance | path

Searched refs:constant_ (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/math/constants/
Dconstants.hpp177 …define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) constant_initializer<T, & BOOST_J… argument
179 # define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) argument
184 template <class T> struct BOOST_JOIN(constant_, name){\
215 … constant_initializer<T, & BOOST_JOIN(constant_, name)<T>::get_from_string >::force_instantiate();\
227 …constant_initializer2<T, N, & BOOST_JOIN(constant_, name)<T>::template get_from_compute<N> >::forc…
233 BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name)\
241 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ…
/third_party/skia/third_party/externals/tint/src/sem/
Dexpression.h55 const Constant& ConstantValue() const { return constant_; } in ConstantValue()
70 const Constant constant_; variable
Dexpression.cc31 constant_(std::move(constant)) { in Expression()
/third_party/boost/tools/build/src/engine/
Ddebug.h53 …e ) profile_frame PROF_ ## scope, *PROF_ ## scope ## _p = profile_init( constant_ ## scope, &PROF_…
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Dtransforms.cc125 : op_(op), constant_(constant), ms_type_(ms_type) {} in Data()
127 MSTensor constant_; member
137 Status rc = Tensor::CreateFromMSTensor(data_->constant_, &out_constant); in Parse()
/third_party/boost/libs/math/include_private/boost/math/constants/
Dgenerate.hpp72 …& boost::math::constants::detail::BOOST_JOIN(constant_, name)<boost::math::constants::generator_ty…
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/
Dtransforms_ir.cc147 : op_(op), constant_(constant), dtype_(dtype) {} in MaskOperation()
158 std::shared_ptr<TensorOp> MaskOperation::Build() { return std::make_shared<MaskOp>(op_, constant_, … in Build()
Dtransforms_ir.h133 std::shared_ptr<Tensor> constant_; variable