Home
last modified time | relevance | path

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

/dports/math/snns/SNNSv4.3/xgui/sources/
H A Dd3_graph.c383 if (d3_state.link_scale != 0.0) in d3_setLinkColor()
385 quotient = fabs((*weight) / d3_state.link_scale); in d3_setLinkColor()
396 if (d3_state.link_scale != 0.0) in d3_setLinkColor()
398 quotient = fabs((*weight) / d3_state.link_scale); in d3_setLinkColor()
H A Dd3_global.ph97 float link_scale; /* scale for the links */
297 5.0, /* link_scale */
H A Dd3_global.h96 float link_scale; /* scale for the links */ member
H A Dd3_setup.c132 f9 = d3_get_float_input (linkWidget, &d3_state.link_scale); in d3_closeSetupPannel()
333 sprintf (buf, "%.4f", d3_state.link_scale); in d3_createSetupPannel()
H A Dui_config.c306 d3_state.link_scale); in ui_cfg_save()
766 err = fscanf(filePtr, "%*[^:]: %f\n", &d3_state.link_scale); in ui_cfg_load()