Searched refs:frac (Results 1 – 6 of 6) sorted by relevance
60 u64 frac; member71 u64 cycles, u64 mask, u64 *frac) in cyclecounter_cyc2ns() argument75 ns = (ns * cc->mult) + *frac; in cyclecounter_cyc2ns()76 *frac = ns & mask; in cyclecounter_cyc2ns()
120 unsigned int *frac);
53 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0); member55 unsigned frac : _FP_FRACBITS_S - (_FP_IMPLBIT_S != 0);
79 X##_f = _flo.bits.frac; \89 X##_f = _flo->bits.frac; \102 _flo.bits.frac = X##_f; \114 _flo->bits.frac = X##_f; \
136 unsigned long frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0); member138 unsigned long frac : _FP_FRACBITS_D - (_FP_IMPLBIT_D != 0);
445 __aligned_u64 frac; member