Searched refs:eval2 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/proto/test/ |
D | pack_expansion.cpp | 70 struct eval2 struct 73 , proto::otherwise<proto::call<eval_(proto::tag_of<_>(), eval2(proto::pack(_))...)> > 89 res = eval2()(i + 2); in test_call_pack() 91 res = eval2()(i * 2); in test_call_pack() 93 res = eval2()(i * 2 + 4); in test_call_pack()
|
/third_party/boost/boost/polygon/detail/ |
D | voronoi_robust_fpt.hpp | 454 _fpt eval2(_int* A, _int* B) { in eval2() function in boost::polygon::detail::robust_sqrt_expr 466 _fpt a = eval2(A, B); in eval3() 475 return eval2(tA + 3, tB + 3) / (a - b); in eval3() 483 _fpt a = eval2(A, B); in eval4() 484 _fpt b = eval2(A + 2, B + 2); in eval4()
|
D | voronoi_predicates.hpp | 653 c_event.lower_x(to_fpt(0.25) * to_fpt(sqrt_expr_.eval2(cA, cB)) * in pps() 669 c_event.x(to_fpt(0.5) * to_fpt(sqrt_expr_.eval2(cA, cB)) * in pps() 680 c_event.y(to_fpt(0.5) * to_fpt(sqrt_expr_.eval2(&cA[2], &cB[2])) * in pps() 746 fpt_type c_y = to_fpt(sqrt_expr_.eval2(cA, cB)); in pss() 760 fpt_type c_x = to_fpt(sqrt_expr_.eval2(cA, cB)); in pss() 919 _fpt lh = sqrt_expr_.eval2(A, B); in sqrt_expr_evaluator_pss4() 925 get_sqrt(sqrt_expr_.eval2(cA, cB)); in sqrt_expr_evaluator_pss4() 933 _fpt numer = sqrt_expr_.eval2(cA, cB); in sqrt_expr_evaluator_pss4() 940 _fpt rh = sqrt_expr_.eval1(A+2, B+3) * get_sqrt(sqrt_expr_.eval2(cA, cB)); in sqrt_expr_evaluator_pss4() 966 _fpt lh = sqrt_expr_.eval2(A, B); in sqrt_expr_evaluator_pss3() [all …]
|