Home
last modified time | relevance | path

Searched refs:frac (Results 1 – 6 of 6) sorted by relevance

/include/linux/
Dtimecounter.h60 u64 frac; member
71 u64 cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns() argument
75 ns = (ns * cc->mult) + *frac; in cyclecounter_cyc2ns()
76 *frac = ns & mask; in cyclecounter_cyc2ns()
Dserial_core.h120 unsigned int *frac);
/include/math-emu/
Dsingle.h53 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0); member
55 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0);
Dop-1.h79 X##_f = _flo.bits.frac; \
89 X##_f = _flo->bits.frac; \
102 _flo.bits.frac = X##_f; \
114 _flo->bits.frac = X##_f; \
Ddouble.h136 unsigned long frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0); member
138 unsigned long frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0);
/include/uapi/rdma/
Dmlx5-abi.h445 __aligned_u64 frac; member