Searched refs:mul_2n (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/multiprecision/performance/ |
D | delaunay_test.cpp | 144 BOOST_FORCEINLINE void mul_2n(R& r, const T& a, const T& b) in mul_2n() function 151 BOOST_FORCEINLINE void mul_2n(boost::multiprecision::number<B, ET>& r, const T& a, const T& b) in mul_2n() function 156 BOOST_FORCEINLINE void mul_2n(int128_t& r, const boost::int64_t& a, const boost::int64_t& b) in mul_2n() function 182 …mul_2n(cos_abc, (ax - bx), (cx - bx)); // subtraction yields 31-bit values, multiplied to give 62-… in delaunay_test() 183 mul_2n(t, (ay - by), (cy - by)); in delaunay_test() 187 mul_2n(cos_cda, (cx - dx), (ax - dx)); in delaunay_test() 188 mul_2n(t, (cy - dy), (ay - dy)); in delaunay_test() 197 mul_2n(sin_abc, (ax - bx), (cy - by)); in delaunay_test() 198 mul_2n(t, (cx - bx), (ay - by)); in delaunay_test() 202 mul_2n(sin_cda, (cx - dx), (ay - dy)); in delaunay_test() [all …]
|