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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_bw_fixed.c 66 bool arg2_negative = denominator < 0; local in function:bw_frc_to_fixed
111 if (arg1_negative ^ arg2_negative)
152 bool arg2_negative = arg2.value < 0; local in function:bw_mul
192 if (arg1_negative ^ arg2_negative)
amdgpu_bw_fixed.c 66 bool arg2_negative = denominator < 0; local in function:bw_frc_to_fixed
111 if (arg1_negative ^ arg2_negative)
152 bool arg2_negative = arg2.value < 0; local in function:bw_mul
192 if (arg1_negative ^ arg2_negative)
amdgpu_bw_fixed.c 66 bool arg2_negative = denominator < 0; local in function:bw_frc_to_fixed
111 if (arg1_negative ^ arg2_negative)
152 bool arg2_negative = arg2.value < 0; local in function:bw_mul
192 if (arg1_negative ^ arg2_negative)
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
amdgpu_fixpt31_32.c 79 bool arg2_negative = denominator < 0; local in function:dc_fixpt_from_fraction
82 unsigned long long arg2_value = arg2_negative ? -denominator : denominator;
120 if (arg1_negative ^ arg2_negative)
131 bool arg2_negative = arg2.value < 0; local in function:dc_fixpt_mul
134 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value;
171 if (arg1_negative ^ arg2_negative)
amdgpu_fixpt31_32.c 79 bool arg2_negative = denominator < 0; local in function:dc_fixpt_from_fraction
82 unsigned long long arg2_value = arg2_negative ? -denominator : denominator;
120 if (arg1_negative ^ arg2_negative)
131 bool arg2_negative = arg2.value < 0; local in function:dc_fixpt_mul
134 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value;
171 if (arg1_negative ^ arg2_negative)
amdgpu_fixpt31_32.c 79 bool arg2_negative = denominator < 0; local in function:dc_fixpt_from_fraction
82 unsigned long long arg2_value = arg2_negative ? -denominator : denominator;
120 if (arg1_negative ^ arg2_negative)
131 bool arg2_negative = arg2.value < 0; local in function:dc_fixpt_mul
134 unsigned long long arg2_value = arg2_negative ? -arg2.value : arg2.value;
171 if (arg1_negative ^ arg2_negative)

Completed in 33 milliseconds