Home
last modified time | relevance | path

Searched refs:right_inf (Results 1 – 8 of 8) sorted by relevance

/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dlookup.cc78 bool left_inf, bool right_inf, in do_numeric_lookup() argument
99 else if (match_idx || left_inf || right_inf) in do_numeric_lookup()
113 else if (left_inf && right_inf) in do_numeric_lookup()
137 else if (right_inf) in do_numeric_lookup()
222 bool right_inf = false; variable
230 right_inf = contains_char (opt, 'r');
238 if ((match_idx || match_bool) && (left_inf || right_inf))
242 else if (str_case && (left_inf || right_inf))
269 left_inf, right_inf,
274 left_inf, right_inf,
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/data/appl/welcome/
H A Dwelcome.lua45 right_inf = render_text(table.concat(st, "\\n\\r"));
46 move_image(right_inf, image_surface_properties(left_inf).width + 10, 38);
/dports/sysutils/acfgfs/arcan-0.6.1/data/appl/welcome/
H A Dwelcome.lua45 right_inf = render_text(table.concat(st, "\\n\\r"));
46 move_image(right_inf, image_surface_properties(left_inf).width + 10, 38);
/dports/x11/aclip/arcan-0.6.1/data/appl/welcome/
H A Dwelcome.lua45 right_inf = render_text(table.concat(st, "\\n\\r"));
46 move_image(right_inf, image_surface_properties(left_inf).width + 10, 38);
/dports/x11/arcan-trayicon/arcan-0.6.1/data/appl/welcome/
H A Dwelcome.lua45 right_inf = render_text(table.concat(st, "\\n\\r"));
46 move_image(right_inf, image_surface_properties(left_inf).width + 10, 38);
/dports/math/spot/spot-2.10.2/spot/twa/
H A Dacc.hh965 const acc_word* right_inf = nullptr; in operator &=() local
975 right_inf = pos - 1; in operator &=()
983 right_inf = right_end - 1; in operator &=()
987 if (left_inf && right_inf) in operator &=()
996 (*this)[sz + (right_inf - &r[0])].mark |= carry; in operator &=()
/dports/math/py-spot/spot-2.10.2/spot/twa/
H A Dacc.hh965 const acc_word* right_inf = nullptr; in operator &=() local
975 right_inf = pos - 1; in operator &=()
983 right_inf = right_end - 1; in operator &=()
987 if (left_inf && right_inf) in operator &=()
996 (*this)[sz + (right_inf - &r[0])].mark |= carry; in operator &=()
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/
H A Dnewconf.cpp25 …ar { outside, inside, inside_left_up, inside_left_down, top, bottom, left_inf, right_inf, marked }; enumerator