HomeSort by: relevance | last modified time | path
    Searched defs:fAdd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
ppevvmath.h 61 static fInt fAdd (fInt, fInt); /* Returns the sum of two fInt numbers */
99 * 2) fAdd - OutputOutOfRangeException: Output bigger than MAX_VALUE (default: 32767)
139 error_term = fAdd(fPositiveOne, exponent);
160 while (GreaterThan(fAdd(value, fNegativeOne), upper_bound)) {
164 solution = fAdd(solution, GetScaledFraction(logk_array[i], 10000));
169 error_term = fAdd(fNegativeOne, value);
171 return (fAdd(solution, error_term));
183 f_decoded_value = fAdd(f_decoded_value, f_min);
202 f_decoded_value = fAdd(f_decoded_value, f_average);
299 static fInt fAdd (fInt X, fInt Y
    [all...]

Completed in 12 milliseconds