Home
last modified time | relevance | path

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

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dplotting.cpp1291 …static string normalfmt[7]={"%1.0f!3x!X10!E%d!N","%2.1f!3x!X10!E%d!N","%3.2f!3x!X10!E%d!N","%4.2f!… in doOurOwnFormat() local
1350 snprintf( label, length, normalfmt[ns].c_str(),sgn*z,e); in doOurOwnFormat()
1357 …static string normalfmt[7]={"%1.0fx10^%d","%2.1fx10^%d","%3.2fx10^%d","%4.2fx10^%d","%5.4fx10^%d",… in doFormatAxisValue() local
1403 snprintf( test, length, normalfmt[ns].c_str(),sgn*z,e); in doFormatAxisValue()