OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dfixed_const
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_fixed.h
37
#define
dfixed_const
(A) (((u32)(A) << 12))/* + ((B + 0.000122)*4096)) */
macro
42
#define dfixed_init(A) { .full =
dfixed_const
((A)) }
51
return
dfixed_const
(non_frac);
58
if (A.full >
dfixed_const
(non_frac))
59
return
dfixed_const
(non_frac + 1);
61
return
dfixed_const
(non_frac);
drm_fixed.h
37
#define
dfixed_const
(A) (((u32)(A) << 12))/* + ((B + 0.000122)*4096)) */
macro
42
#define dfixed_init(A) { .full =
dfixed_const
((A)) }
51
return
dfixed_const
(non_frac);
58
if (A.full >
dfixed_const
(non_frac))
59
return
dfixed_const
(non_frac + 1);
61
return
dfixed_const
(non_frac);
drm_fixed.h
37
#define
dfixed_const
(A) (((u32)(A) << 12))/* + ((B + 0.000122)*4096)) */
macro
42
#define dfixed_init(A) { .full =
dfixed_const
((A)) }
51
return
dfixed_const
(non_frac);
58
if (A.full >
dfixed_const
(non_frac))
59
return
dfixed_const
(non_frac + 1);
61
return
dfixed_const
(non_frac);
Completed in 37 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025