Searched defs:FIX (Results 1 – 20 of 20) sorted by relevance
5 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
7 #define FIX(x) do{ if ((x)>=SYSCALL_RLIM_INFINITY) (x)=RLIM_INFINITY; }while(0) macro
315 static FIX: AtomicBool = AtomicBool::new(false); in fix_bug_9069() constant
4 #define FIX(x) (pw->pw_##x = pw->pw_##x-line+buf) macro
4 #define FIX(x) (gr->gr_##x = gr->gr_##x-line+buf) macro
60 #define FIX(a) ((int)((a) * FRAC_ONE)) macro
146 #define FIX(x) ((int32_t) ((x) * CONST_SCALE + 0.5)) macro
171 #define FIX(x) ((JLONG)((x) * CONST_SCALE + 0.5)) macro
68 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
52 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
78 #define FIX(x) ((JLONG)((x) * (1L << SCALEBITS) + 0.5)) macro
28 #define FIX(x) ((int) ((x) * (1 << SCALEBITS) + 0.5)) macro
34 #define FIX(x,s) ((x) * (1 << s) + 0.5) macro
32 #define FIX(x) ((int) ((x) * (1<<SCALEBITS) + 0.5)) macro
25 #define FIX 16 // fix-point precision for averaging macro
87 #define FIX 12 macro
165 #define FIX(x) ((int) ((x) * (1<<SCALEBITS) + 0.5)) macro