Home
last modified time | relevance | path

Searched refs:abs_c (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp79 static const boost::intmax_t ABS_N = mpl::abs_c<boost::intmax_t, N>::value;
80 static const boost::intmax_t ABS_D = mpl::abs_c<boost::intmax_t, D>::value;
221 : ratio<mpl::abs_c<boost::intmax_t, R::num>::value, R::den>::type
/external/pytorch/c10/util/
Dcomplex.h256 auto abs_c = std::abs(c);
259 auto abs_c = c < 0 ? -c : c; member
263 if (abs_c >= abs_d) {
264 if (abs_c == U(0) && abs_d == U(0)) {
266 real_ = a / abs_c;
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/mpl/
Dabs.hpp58 struct abs_c struct
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/detail/
Doverflow_helpers.hpp140 static const boost::intmax_t a_x = mpl::abs_c<boost::intmax_t, X>::value;
141 static const boost::intmax_t a_y = mpl::abs_c<boost::intmax_t, Y>::value;
/external/pytorch/aten/src/ATen/test/
Dvec_test_all_types.h1206 T abs_c = std::abs(y_real);
1208 T scale = 1.0 / std::max(abs_c, abs_d);
/external/cronet/tot/third_party/icu/source/i18n/
DdecNumber.cpp6216 Flag abs_c) { argument
6223 if (abs_c) {
/external/icu/icu4c/source/i18n/
DdecNumber.cpp6215 Flag abs_c) { argument
6222 if (abs_c) {
/external/cronet/stable/third_party/icu/source/i18n/
DdecNumber.cpp6216 Flag abs_c) { argument
6223 if (abs_c) {
/external/sdv/vsomeip/third_party/boost/ratio/doc/
Dratio.qbk978 The nested typedef `type` is a synonym for `__ratio<abs_c<intmax_t,R::num>::value, R::den>::type`.