Home
last modified time | relevance | path

Searched refs:globalg (Results 1 – 7 of 7) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Dhightile.h77 color[1] *= (float)globalg * (1.f/255.f); in globaltinting_apply()
84 color[1] = (uint8_t)(color[1] * (float)globalg * (1.f/255.f)); in globaltinting_apply_ub()
H A Dbuild.h1008 extern uint8_t globalr, globalg, globalb;
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dgamestructures.cpp1226 case USERDEFS_GLOBAL_G: labelNum = globalg; break; in VM_GetUserdef()
1421 case USERDEFS_GLOBAL_G: globalg = iSet; break; in VM_SetUserdef()
/dports/math/nauty/nauty27r3/
H A Dwatercluster2.c3670 int test_possible(graph globalg[],int globaldeg[], int n, int m, int min_direct_deg) in test_possible() argument
3695 memcpy(g,globalg,n*sizeof(graph)); in test_possible()
3723 if (connected(globalg, n) && (!removed)) return 1; in test_possible()
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dwatercluster2.c3670 int test_possible(graph globalg[],int globaldeg[], int n, int m, int min_direct_deg) in test_possible() argument
3695 memcpy(g,globalg,n*sizeof(graph)); in test_possible()
3723 if (connected(globalg, n) && (!removed)) return 1; in test_possible()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dingenext.c1504 GrouP maingroup, globalg, localg, gapsg, eANDwg; in Ing_CreateBlast2SeqsForm() local
1556 globalg = NormalGroup(maingroup,1, 1, "Alignment Type", programFont,NULL); in Ing_CreateBlast2SeqsForm()
1557 bip->localorglobal = HiddenGroup(globalg, 2, 1, NULL); in Ing_CreateBlast2SeqsForm()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp78 uint8_t globalr = 255, globalg = 255, globalb = 255; variable