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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 38 #define dfixed_const_half(A) (u32)(((A) << 12) + 2048) macro
43 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) }
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r100.c 3507 crit_point_ff.full += dfixed_const_half(0);
3617 crit_point_ff.full += dfixed_const_half(0);

Completed in 16 milliseconds