Home
last modified time | relevance | path

Searched defs:root_type (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/math/differentiation/
Dautodiff.hpp131 …using root_type = typename get_root_type<RealType>::type; // RealType in the root fvar<RealType,O… typedef in boost::math::differentiation::autodiff_v1::detail::fvar
1408 using root_type = typename fvar<RealType, Order>::root_type; in exp() typedef
1417 using root_type = typename fvar<RealType, Order>::root_type; in pow() typedef
1430 using root_type = typename fvar<RealType, Order>::root_type; in pow() typedef
1446 using root_type = typename return_type::root_type; in pow() typedef
1483 using root_type = typename fvar<RealType, Order>::root_type; in sqrt() typedef
1515 using root_type = typename fvar<RealType, Order>::root_type; in log() typedef
1530 using root_type = typename fvar<RealType, Order>::root_type; in frexp() typedef
1545 using root_type = typename fvar<RealType, Order>::root_type; in cos() typedef
1560 using root_type = typename fvar<RealType, Order>::root_type; in sin() typedef
[all …]
/third_party/boost/boost/log/detail/
Dfunction_traits.hpp87 struct root_type : struct
/third_party/boost/libs/math/test/
Dtest_autodiff.hpp172 using root_type = typename T::root_type; in isNearZero() typedef
/third_party/e2fsprogs/misc/
De2initrd_helper.c45 static int root_type; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Daction.cc318 auto root_type = root_input->Type() == nullptr ? nullptr : dyn_cast<Type>(root_input->Type()); in CheckRootInputShapeAndType() local
/third_party/flatbuffers/include/flatbuffers/
Didl.h585 std::string root_type; member
/third_party/flatbuffers/src/
Didl_parser.cpp3372 auto root_type = attribute_; in DoParse() local