HomeSort by: relevance | last modified time | path
    Searched refs:FACTOR (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_panel.c 295 * Floating point operation is not supported. So the FACTOR
300 #define FACTOR (1 << ACCURACY)
301 u32 ratio = source * FACTOR / target;
302 return (FACTOR * ratio + FACTOR/2) / FACTOR;
  /src/sys/arch/m68k/060sp/dist/
pfpsp.s 5415 # do the opposite. Return this scale factor in d0. #
5444 mov.l %d0,-(%sp) # save scale factor
5462 add.w 0x2(%sp),%d0 # scale src exponent by scale factor
5468 mov.l (%sp)+,%d0 # return SCALE factor
5475 mov.l (%sp)+,%d0 # return SCALE factor
5481 mov.l %d0,-(%sp) # save scale factor
5498 add.w 0x2(%sp),%d0 # scale dst exponent by scale factor
5504 mov.l (%sp)+,%d0 # return SCALE factor
5511 mov.l (%sp)+,%d0 # return SCALE factor
5587 # to 0x3ffe and return a scale factor of "(exp-0x3ffe)/2". If the
    [all...]
fpsp.s 9635 # the multiply factor that we're trying to create should be a denorm
11606 mov.l %d0,-(%sp) # save scale factor 1
11627 # - scale the result exponent using the scale factor. if both operands were
11651 sub.l %d0,%d1 # add scale factor
11720 sub.l %d0,%d1 # add scale factor
11841 sub.l %d0,%d1 # add scale factor
12150 bsr.l scale_to_zero_src # calculate scale factor
12178 sub.l %d0,%d1 # add scale factor
12193 bsr.l scale_to_zero_src # calculate scale factor
12238 sub.l %d0,%d1 # subtract scale factor
    [all...]

Completed in 29 milliseconds