Home
last modified time | relevance | path

Searched refs:b_lhs (Results 1 – 6 of 6) sorted by relevance

/dports/devel/xsimd/xsimd-7.6.0/test/
H A Dtest_shuffle_128.cpp72 B b_lhs, b_rhs, b_exp_lo, b_exp_hi, b_res_lo, b_res_hi; in shuffle_128_low_high() local
73 b_lhs.load_unaligned(v_lhs.data()); in shuffle_128_low_high()
81 b_res_lo = xsimd::zip_lo(b_lhs, b_rhs); in shuffle_128_low_high()
84 b_res_hi = xsimd::zip_hi(b_lhs, b_rhs); in shuffle_128_low_high()
H A Dtest_extract_pair.cpp71 B b_lhs, b_rhs, b_exped, b_res; in extract_pair_128() local
72 b_lhs.load_unaligned(v_lhs.data()); in extract_pair_128()
79 b_res = xsimd::extract_pair(b_lhs, b_rhs, 1); in extract_pair_128()
/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh6023 const Coefficient& b_lhs = lhs.inhomogeneous_term(); in generalized_affine_image() local
6065 Linear_Expression expr = rhs - b_lhs; in generalized_affine_image()
6291 const Coefficient& b_lhs = lhs.inhomogeneous_term(); in generalized_affine_preimage() local
6315 Linear_Expression expr = rhs - b_lhs; in generalized_affine_preimage()
H A DOctagonal_Shape_templates.hh6572 const Coefficient& b_lhs = lhs.inhomogeneous_term(); in generalized_affine_image() local
6616 Linear_Expression expr = rhs - b_lhs; in generalized_affine_image()
7157 const Coefficient& b_lhs = lhs.inhomogeneous_term(); in generalized_affine_preimage() local
7182 Linear_Expression expr = rhs - b_lhs; in generalized_affine_preimage()
H A Dppl.hh.dist77626 const Coefficient& b_lhs = lhs.inhomogeneous_term();
77655 // Here `lhs == a_lhs * v + b_lhs'.
77670 Linear_Expression expr = rhs - b_lhs;
78211 const Coefficient& b_lhs = lhs.inhomogeneous_term();
78221 // Here `lhs == a_lhs * v + b_lhs'.
78236 Linear_Expression expr = rhs - b_lhs;
86570 const Coefficient& b_lhs = lhs.inhomogeneous_term();
86597 // Here `lhs == a_lhs * v + b_lhs'.
86612 Linear_Expression expr = rhs - b_lhs;
86847 // Here `lhs == a_lhs * v + b_lhs'.
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/runtimes/expressions/
H A Dascent_expression_filters.cpp661 bool b_lhs = lhs.to_uint8(); in execute() local
663 (*output)["value"] = detail::logic_op(b_lhs, b_rhs, op_str); in execute()