OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_abs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h
157
u64
b_abs
= b_neg ? -b : b;
local in function:drm_fixp_from_fraction
161
u64 res_abs = div64_u64_rem(a_abs,
b_abs
, &rem);
170
if (rem >=
b_abs
) {
172
rem -=
b_abs
;
179
u64 summand = (rem << 1) >=
b_abs
;
drm_fixed.h
157
u64
b_abs
= b_neg ? -b : b;
local in function:drm_fixp_from_fraction
161
u64 res_abs = div64_u64_rem(a_abs,
b_abs
, &rem);
170
if (rem >=
b_abs
) {
172
rem -=
b_abs
;
179
u64 summand = (rem << 1) >=
b_abs
;
Completed in 21 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025