Home
last modified time | relevance | path

Searched refs:round_dir_check (Results 1 – 2 of 2) sorted by relevance

/dports/devel/ppl/ppl-1.2/src/
H A DBoundary_defs.hh56 round_dir_check(Boundary_Type t, bool check = false) { in round_dir_check() function
141 r = assign_r(x, MINUS_INFINITY, round_dir_check(type)); in set_minus_infinity()
165 r = assign_r(x, PLUS_INFINITY, round_dir_check(type)); in set_plus_infinity()
183 r = assign_r(x, MINUS_INFINITY, round_dir_check(type)); in set_boundary_infinity()
186 r = assign_r(x, PLUS_INFINITY, round_dir_check(type)); in set_boundary_infinity()
527 Result r = assign_r(to, x, round_dir_check(to_type, check)); in complement()
544 const Result r = assign_r(to, x, round_dir_check(to_type, check)); in assign()
608 Result r = neg_assign_r(to, x, round_dir_check(to_type, check)); in neg_assign()
633 Result r = add_assign_r(to, x1, x2, round_dir_check(to_type, check)); in add_assign()
658 Result r = sub_assign_r(to, x1, x2, round_dir_check(to_type, check)); in sub_assign()
[all …]
H A Dppl.hh.dist16180 round_dir_check(Boundary_Type t, bool check = false) {
16265 r = assign_r(x, MINUS_INFINITY, round_dir_check(type));
16289 r = assign_r(x, PLUS_INFINITY, round_dir_check(type));
16307 r = assign_r(x, MINUS_INFINITY, round_dir_check(type));
16310 r = assign_r(x, PLUS_INFINITY, round_dir_check(type));
16651 Result r = assign_r(to, x, round_dir_check(to_type, check));
16668 const Result r = assign_r(to, x, round_dir_check(to_type, check));
16732 Result r = neg_assign_r(to, x, round_dir_check(to_type, check));
16757 Result r = add_assign_r(to, x1, x2, round_dir_check(to_type, check));
16782 Result r = sub_assign_r(to, x1, x2, round_dir_check(to_type, check));
[all …]