Home
last modified time | relevance | path

Searched defs:ppl_coeff (Results 1 – 4 of 4) sorted by relevance

/dports/devel/ppl/ppl-1.2/interfaces/Java/jni/
H A Dppl_java_common_inlines.hh178 build_java_coeff(JNIEnv* env, const Coefficient& ppl_coeff) { in build_java_coeff()
H A Dppl_java_common.cc860 jobject ppl_coeff = env->GetObjectField(j_le, fID); in build_cxx_linear_expression() local
/dports/devel/ppl/ppl-1.2/demos/ppl_lpsol/
H A Dppl_lpsol.c567 static ppl_Coefficient_t ppl_coeff; variable
/dports/devel/ppl/ppl-1.2/interfaces/OCaml/
H A Dppl_ocaml_common.cc83 build_ocaml_coefficient(const Coefficient& ppl_coeff) { in build_ocaml_coefficient()