Home
last modified time | relevance | path

Searched refs:CCbigguy_MINBIGGUY (Results 1 – 11 of 11) sorted by relevance

/dports/math/concorde/concorde/INCLUDE/
H A Dbigguy.h41 #define CCbigguy_MINBIGGUY (-CCbigguy_MAXBIGGUY) macro
61 extern const CCbigguy CCbigguy_MINBIGGUY;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/INCLUDE/
H A Dbigguy.h15 #define CCbigguy_MINBIGGUY (-CCbigguy_MAXBIGGUY) macro
35 extern const CCbigguy CCbigguy_MINBIGGUY;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/BIGGUY/
H A Dbg_test.c63 nerrs += bgcheck (sfin, sfout, CCbigguy_MINBIGGUY, "CCbigguy_MINBIGGUY");
199 y = CCbigguy_MINBIGGUY;
202 CCbigguy_sub (sum, CCbigguy_MINBIGGUY);
H A Dbigguy.c101 const CCbigguy CCbigguy_MINBIGGUY = {0x8000,0x0000,0x0000,0x0001}; variable
/dports/math/concorde/concorde/BIGGUY/
H A Dbg_test.c63 nerrs += bgcheck (sfin, sfout, CCbigguy_MINBIGGUY, "CCbigguy_MINBIGGUY"); in main()
192 y = CCbigguy_MINBIGGUY; in sum_chk()
195 CCbigguy_sub (sum, CCbigguy_MINBIGGUY); in sum_chk()
H A Dbigguy.c110 const CCbigguy CCbigguy_MINBIGGUY = {0x8000,0x0000,0x0000,0x0001}; variable
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/
H A Dconcorde.h958 #define CCbigguy_MINBIGGUY (-CCbigguy_MAXBIGGUY) macro
978 extern const CCbigguy CCbigguy_MINBIGGUY;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dtsp_lp.c838 lp->exact_lowerbound = CCbigguy_MINBIGGUY;
2477 CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) == 0) {
3509 if (CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) != 0) {
H A Dex_price.c369 if (CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) == 0) {
/dports/math/concorde/concorde/TSP/
H A Dtsp_lp.c838 lp->exact_lowerbound = CCbigguy_MINBIGGUY; in CCtsp_init_tsp_lp_struct()
2762 CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) == 0) { in CCtsp_eliminate_variables()
4244 if (CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) != 0) { in read_probfile()
H A Dex_price.c370 if (CCbigguy_cmp (lp->exact_lowerbound, CCbigguy_MINBIGGUY) == 0) { in CCtsp_edge_elimination()