Lines Matching refs:Range
417 INT32 Range;
424 Range = ATIMach64Attribute[iAttribute].max_value -
427 if (Range >= 0)
434 else if (Value > Range)
435 Value = Range;
437 if (Range != ATIMach64AttributeInfo[iAttribute].MaxValue)
441 if (Range > 0)
442 Value /= Range;
465 INT32 Range;
475 Range = ATIMach64Attribute[iAttribute].max_value -
478 if (Range >= 0)
480 if (Range != ATIMach64AttributeInfo[iAttribute].MaxValue)
483 if (Range > 0)
484 *Value *= Range;