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

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h 154 bool a_neg = a < 0; local in function:drm_fixp_from_fraction
156 u64 a_abs = a_neg ? -a : a;
185 if (a_neg ^ b_neg)

Completed in 13 milliseconds