Searched defs:ConvertUnitsToScaleValue (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/app/accessx/sun-src/
H A DAccessX.c140 int ConvertUnitsToScaleValue P((float, short));
984 /* ConvertUnitsToScaleValue */
994 int ConvertUnitsToScaleValue(float value, short decimalPoints) function
996 int ConvertUnitsToScaleValue(value, decimalPoints)
1506 scaleVal = ConvertUnitsToScaleValue(desc->ctrls->ax_timeout/60,
1585 scaleVal = ConvertUnitsToScaleValue(desc->ctrls->mk_max_speed,
1604 scaleVal = ConvertUnitsToScaleValue(MILLISTOSECS(desc->ctrls->mk_time_to_max),
1623 scaleVal = ConvertUnitsToScaleValue(MILLISTOSECS(desc->ctrls->mk_delay),
1647 scaleVal = ConvertUnitsToScaleValue(((float)1.0 / (float)MILLISTOSECS(desc->ctrls->repeat_interval)),
1666 scaleVal = ConvertUnitsToScaleValue(MILLISTOSEC
[all...]

Completed in 17 milliseconds