Home
last modified time | relevance | path

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

/dports/science/minc2/minc-release-2.2.00/progs/mincmakescalar/
H A Dmincmakescalar.c89 {CONV_DEFAULT, CONV_AVERAGE, CONV_MAGNITUDE, CONV_GREY, CONV_LINEAR} enumerator
228 conversion_type = CONV_LINEAR; in main()
255 if ((conversion_type == CONV_LINEAR) && in main()
376 case CONV_LINEAR: in do_makescalar()
/dports/math/couenne/Couenne-releases-0.5.8/Couenne/src/expression/
H A DCouenneTypes.hpp56 enum convexity {UNSET, NONCONVEX, CONVEX, CONCAVE, AFFINE, CONV_LINEAR, CONV_CONSTANT, CONV_ZERO}; enumerator