Home
last modified time | relevance | path

Searched defs:abs_n (Results 1 – 4 of 4) sorted by relevance

/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/karma/numeric/
Dreal_policies.hpp147 T abs_n = traits::get_absolute_value(n); in floatfield() local
286 long abs_n = traits::get_absolute_value(n); in exponent() local
/external/sdv/vsomeip/third_party/boost/icl/test/
Dtest_value_maker.hpp61 int abs_n = n<0 ? -n : n; in make() local
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/
Dbuffers_iterator.hpp445 std::size_t abs_n = -n; in advance() local
/external/crcalc/src/com/hp/creals/
DCR.java258 int abs_n = Math.abs(n); in bound_log2() local