Home
last modified time | relevance | path

Searched defs:current_bit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h91 for (StorageType current_bit = ONE >> 1; current_bit; current_bit >>= 1) { in sqrt() local
/freebsd/contrib/ntp/sntp/unity/
H A Dunity.c232 _U_UINT current_bit = (_U_UINT)1 << (UNITY_INT_WIDTH - 1); in UnityPrintMask() local