Home
last modified time | relevance | path

Searched refs:j_lhs (Results 1 – 5 of 5) sorted by relevance

/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_java_common.cc386 jobject j_lhs in build_cxx_congruence() local
392 Linear_Expression lhs = build_cxx_linear_expression(env, j_lhs); in build_cxx_congruence()
1048 jobject j_lhs = build_linear_expression(env, cg); in build_java_congruence() local
1053 j_lhs, j_rhs, j_mod); in build_java_congruence()
H A Dppl_interface_generator_java_classes_cc_code.m4836 jobject j_lhs, jobject j_relsym, jobject j_rhs) try {
839 Linear_Expression lhs = build_cxx_linear_expression(env, j_lhs);
872 jobject j_lhs, jobject j_relsym, jobject j_rhs, jobject j_modulus) try {
875 Linear_Expression lhs = build_cxx_linear_expression(env, j_lhs);
913 jobject j_v, jobject j_lhs, jobject j_rhs, jobject j_c) try {
917 Linear_Expression lhs = build_cxx_linear_expression(env, j_lhs);
/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh6013 dimension_type j_lhs = lhs.last_nonzero(); in generalized_affine_image() local
6015 if (j_lhs != 0) { in generalized_affine_image()
6017 if (!lhs.all_zeroes(1, j_lhs)) { in generalized_affine_image()
6020 --j_lhs; in generalized_affine_image()
6053 Variable v(j_lhs); in generalized_affine_image()
6281 dimension_type j_lhs = lhs.last_nonzero(); in generalized_affine_preimage() local
6283 if (j_lhs != 0) { in generalized_affine_preimage()
6285 if (!lhs.all_zeroes(1, j_lhs)) { in generalized_affine_preimage()
6288 --j_lhs; in generalized_affine_preimage()
6303 Variable v(j_lhs); in generalized_affine_preimage()
H A DOctagonal_Shape_templates.hh6562 dimension_type j_lhs = lhs.last_nonzero(); in generalized_affine_image() local
6564 if (j_lhs != 0) { in generalized_affine_image()
6566 if (!lhs.all_zeroes(1, j_lhs)) { in generalized_affine_image()
6569 --j_lhs; in generalized_affine_image()
6604 Variable v(j_lhs); in generalized_affine_image()
7147 dimension_type j_lhs = lhs.last_nonzero(); in generalized_affine_preimage() local
7149 if (j_lhs != 0) { in generalized_affine_preimage()
7151 if (!lhs.all_zeroes(1, j_lhs)) { in generalized_affine_preimage()
7154 --j_lhs; in generalized_affine_preimage()
7170 Variable v(j_lhs); in generalized_affine_preimage()
H A Dppl.hh.dist77618 if (j_lhs != 0) {
77623 --j_lhs;
77658 Variable v(j_lhs);
78203 if (j_lhs != 0) {
78208 --j_lhs;
78224 Variable v(j_lhs);
86562 if (j_lhs != 0) {
86567 --j_lhs;
86600 Variable v(j_lhs);
86830 if (j_lhs != 0) {
[all …]